Can anyone tell me how to change the display order on the category page? My products are being displayed in reverse chronological order (oldest products first) and I would like newest products to display first. I have read several posts but cannot find a good answer. I'm sure it's something simple but I cannot figure it out.
Any help is greatly appreciated.
I don't want sort by in filter section, I want only when I open category page defaultly latest uploaded products will come first. I want this one only. Please help on this. I tried but not working any solution.
Check catalog/controller/product/category.php
Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer
catalog/controller/product/category.php
Replace
With
You should check your theme if there's a need to change the default sort order from descending to ascending.
Replace
Code: Select all
$order = 'DESC';
Code: Select all
$order = 'ASC';
Who is online
Users browsing this forum: No registered users and 54 guests