toponderon Posted May 21, 2017 Share Posted May 21, 2017 I would like the newest product to come first. Is there a way to change the default sort order to have the newest product first instead of the oldest product first? Thank you~ Link to comment Share on other sites More sharing options...
NemoPS Posted May 22, 2017 Share Posted May 22, 2017 Category.php, getProducts method $order_by = Validate::isOrderBy($order_by) ? Tools::strtolower($order_by) : 'position';Change that to date_add 1 Link to comment Share on other sites More sharing options...
toponderon Posted May 22, 2017 Author Share Posted May 22, 2017 Hi, I'm sorry but I don't know where to find that. What is the file name? Or folder name for that matter. Thank you. Link to comment Share on other sites More sharing options...
musicmaster Posted May 23, 2017 Share Posted May 23, 2017 classes/category.php 2 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now