Arj1 Posted March 31, 2011 Share Posted March 31, 2011 Hello!I have searched the forum and there seems to be other people that have this problem too. But i have not found any solution, only that it probably will be fixed with the 1.4 version, is it?The problem:If i sort the products on product-list by for example low-price first, or highest price first - it only sort the current page, not all my products. Any solution for this yet?I have version 1.3.1.1thanksSOLVED: I fixed the problem by doing the following:1. Go to classes/Category.php2. Search the line that starts with: "(p.`price` * ……"3. Replace it with: (p. `price` * IF (t. `rate`, ((100 + (t. `rate`)) / 100), 1)) AS orderprice Link to comment Share on other sites More sharing options...
camereroloco Posted June 24, 2014 Share Posted June 24, 2014 Hello, I am experiencing the same problem, I am using Prestashop 1.5.3.1. The code in Category.php is no longer the one described here. Could anyone please advise how to solve this? Thank you! 1 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