Jump to content

[SOLVED] homefeatured products: cheapest first


Stadtsirene
 Share

Recommended Posts

homefeatured.php

$products = $category->getProducts((int)Context::getContext()->language->id, 1, ($nb ? $nb : 8));

change to:

$products = $category->getProducts((int)Context::getContext()->language->id, 1, ($nb ? $nb : 8), "price", "desc");
  • Like 2

Share this post


Link to post
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

Cookies ensure the smooth running of our services. Using these, you accept the use of cookies. Learn More