Hetko Posted September 19, 2015 Share Posted September 19, 2015 Hello, I'm using this tutorial from NemoPS to let my products sort by best sales. It says you should create a "category.php" file in override/classes put some code in it and then: " (...) Then, to save us some trouble, we will copy the original getProducts() method of the Category class. It looks like the following, but be sure you copy your own." Where do I find this "Category class" with the "getProducts ()" in it? I'm new to this I hope someone can help. Thanks and best regards! Link to comment Share on other sites More sharing options...
razaro Posted September 19, 2015 Share Posted September 19, 2015 Well there is class folder in root, and file is Category.php and line could be 686 but this is from dev version https://github.com/PrestaShop/PrestaShop/blob/develop/classes/Category.php#L686. 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