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

Ingamail

Newbie
  
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Ingamail's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. Всем привет. Пытаюсь настроить сортировку товаров на сайте по цене (от меньшей к большей). Для этого делаю изменения в файле ~/public_html/catalog/controller/product/category.php. Но такое ощущение, что Опенкарту все равно, что я там исправляю, ничего не изменяется. Может быть этих действий недостаточно? Что еще нужно сделать? Помогите, пожалуйста! Исправления в файле такие: 18 if (isset($this->request->get['sort'])) { 19 $sort = $this->request->get['sort']; 20 } else { 21 $sort = 'p.sort_order'; - здесь изменяю на $sort = 'p.price'; 22 } 23 24 if (isset($this->request->get['order'])) { 25 $order = $this->request->get['order']; 26 } else { 27 $order = 'ASC'; - здесь изменяю на $order = 'DESC' }
×
×
  • 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.