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

Bendernative

Newbie
  
  • Posts

    8
  • Joined

  • Last visited

Bendernative's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

-1

Reputation

  1. Спасибо. При создании товара - поступление товара на сегодняшнее число, поэтому и не отображается. Поставил двумя днями ранее заработал.
  2. В админке товары есть, на сайте нет. Версия Opencart 2.0 25 товаров отображаются. Новые нет. Самое интересное, что при дублировании одного из 25 товаров, он появляется. А если новый создать, только в админке есть.
  3. Заплачу 100 wmr тому, чье решение поможет мне выдать опции по сортировке указанной в админке. Там реально не сложно, просто нужно хоть немного разбираться в php, что о себе конечно не могу сказать. Спасибо.
  4. Вот нашел такой код в файле catalog\controller\module\filter.php // Сортировка данных фильтра uasort($this->data['filters'], array('ControllerModuleFilter', 'sortFilters')); if (file_exists(DIR_TEMPLATE . $this->config->get('config_template') . '/template/module/filter.tpl')) { $this->template = $this->config->get('config_template') . '/template/module/filter.tpl'; } else { $this->template = 'default/template/module/filter.tpl'; } $this->render(); } // Сортировка фильтров по значению sort_order, указанному в системе static private function sortFilters($array_first, $array_second) { if ($array_first['sort_order'] == $array_second['sort_order']) { return 0; } return ($array_first['sort_order'] < $array_second['sort_order']) ? -1 : 1; }
  5. В базе сортировка выставляется, но почему не хочет, есть ли тут гуру? Это же серьезный баг.
  6. Ребят как быть с данной проблемой?
×
×
  • 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.