Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

legioner26

Users
  
  • Posts

    2,445
  • Joined

  • Last visited

Everything posted by legioner26

  1. if ($result['quantity'] > 0 ) { $this->data['products'][] = array( 'description' => $this->config->get('mmr_common_latest_descriptions_enabled') ? utf8_substr(strip_tags(html_entity_decode($result['description'], ENT_QUOTES, 'UTF-8')), 0, $this->config->get('mmr_common_descriptions_limit')) . '..' : 0, 'attribute_groups' => $this->config->get('mmr_common_latest_attributes_enabled') ? $this->model_catalog_product->getProductAttributes($result['product_id']) : 0, 'model' => $result['model'], 'sku' => $result['sku'], 'upc' => $result['upc'], 'jan' => $result['jan'], 'ean' => $result['ean'], 'isbn' => $result['isbn'], 'mpn' => $result['mpn'], 'viewed'=> $result['viewed'], 'date_available'=> $result['date_available'], 'quantity'=> $result['quantity'], 'stock'=> ($result['quantity']<=0) ? $result['stock_status'] : $this->language->get('text_instock'), 'mmr_savings'=> $mmr_savings, 'product_id' => $result['product_id'], 'thumb' => $image, 'name' => $result['name'], 'price' => $price, 'special' => $special, 'special_end' => $special_end, 'rating' => $rating, 'reviews' => sprintf($this->language->get('text_reviews'), (int)$result['reviews']), 'href' => $this->url->link('product/product', 'product_id=' . $result['product_id']), ); }
  2. Вот хороший модуль по схемам. Можно где угодно выстраивать свои схемы.
  3. Подарки от суммы заказа если, то круче модуля от @fanatic нету.
  4. Как раз пишу модификатор подарки к товару. Если интересно пишите.
  5. Если цены устраивают, то предоставлю всю информацию по проектам которые ведем.
  6. А Вы с 1 вкладкой работаете или с несколькими ?)))
  7. Благодаря дополнению от разработчика @mpn2005 и доработав его можно сделать то что Вы хотите, все упирается в ваш карман грубо говоря. Вот к примеру на основе этого дополнения я реализовал такое. Цены соответственно можно менять.
  8. А лучше в index.php пропишите для теста ini_set('error_reporting', E_ALL); ini_set('display_errors', 1); ini_set('display_startup_errors', 1); Должно показать в каком месте вызывается ошибка.
  9. Пощупал шаблончик, и скажу от лица разработчика, очень качественное исполнение кода, стилистика тоже на высоте, отточенные модули, и много других плюшек. для начинающих свой бизнес этот шаблон идеальное решение.
  10. С помощью этого модификатора можно реализовать вот такую штуку http://prntscr.com/qw4eqz
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.