My version is 2.3.0.2 with Journal theme installed.
I have been trying to change sort order in catalog/controller/product/category.php to "p.date_modified" but it does not seem to work properly. I refresh the cache in modifications after changes but nothing different comes up.
Any idea why this doesn't work?
Hi,
In controller you mentioned, change:
to
Then open this file:
find:
before it add:
In controller you mentioned, change:
Code: Select all
$sort = 'p.sort_order';
Code: Select all
$sort = 'p.date_modified';
Code: Select all
catalog\model\catalog\product.php
Code: Select all
'p.date_added'
Code: Select all
'p.date_modified',
Who is online
Users browsing this forum: No registered users and 5 guests