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

mesm77

Newbie
  
  • Posts

    1
  • Joined

  • Last visited

Everything posted by mesm77

  1. Привет! я хочу сделать это меню Opencart 1.5.6 вместо категорий меню, чтобы отобразить продукты. http://demo.abantecart.com/ мне удалось получить продукты в меню так: "catalog/controller/common/header.php" before $children = $this->model_catalog_category->getCategories($category['category_id']); add if ($this->model_catalog_category->getCategories($category['category_id'])) { before // Level 1 add } else { $dataProduct = array( 'filter_category_id' => $category['category_id'], 'filter_sub_category' => true ); $children = $this->model_catalog_product->getProducts($dataProduct); foreach ($children as $child ) { $children_data [] = array( 'name' => $child['name'], 'href' => $this->url->link('product/product', 'product_id=' . $child['product_id']), ); } } ... И мои варианты здесь... Это редактирует динамическое изменение изображений в Abantecart, но я не могу трансформируются работать в Opencart https://github.com/abantecart/abantecart-src/commit/14124cf15118562712e2a706139e4576c0091aae Пожалуйста, помогите мне ...
×
×
  • 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.