Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

mesm77

Новичок
  
  • Posts

    1
  • Joined

  • Last visited

About mesm77

  • Birthday 10/24/1977

Информация

  • Пол
    Женщина
  • Город:
    Варна

mesm77's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  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.