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

trampich

Newbie
  
  • Posts

    5
  • Joined

  • Last visited

trampich's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. В одной из категорий $this->model_catalog_product->getProductsByCategoryId(20, p.sort_order, ASC, (1 - 1) * 20, 20, 0)Выбран один из производителей $this->model_catalog_product->getProductsByCategoryId(24, p.sort_order, ASC, (1 - 1) * 20, 20, 5)Скриншот ... МногоБукаВ Скриншот ...
  2. У меня тоже демо база, сортировка по цене работает (товары двигаются ну всё стандарно), но когда жму на производителя то ничего не меняется, только снизу какое количество товаров. Например если товар всего 1-ин в категории, показываются и все остальные
  3. Сделал всё по инструкции, но товары показывает все сразу. ocStore v0.1.7 (OpenCart 1.4.9.3) $product_total = $this->model_catalog_product->getTotalProductsByCategoryId($category_id, $curr_manufacturer);проробатывает отлично, показывая количествоно $results = $this->model_catalog_product->getProductsByCategoryId($category_id, $sort, $order, ($page - 1) * $this->config->get('config_catalog_limit'), $this->config->get('config_catalog_limit'), $curr_manufacturer);косячит :(
  4. Всем привет! В категории товаров нужна сортировка по производителям. Копал не нашёл. Что посоветуете?
×
×
  • 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.