Jump to content
  • 0

"Featured category products on the homepage" by Vekia


distinguished

Question

Witam,

 

mam nastepujący problem z darmowym modułem udostępnionym przez Vekie (dzięki).

Chciałbym żeby produkty sortowane były od najnowszego do najstarszego, a nie tak jak jest domyślnie

od najstarszego. W back-office nie da się tego zmienić.

 

Pozdrawiam

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

w pliku featuredcategory.php jest linia:

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

zmień ją na:

featuredcategory::$cache_products = $category->getProducts((int)Context::getContext()->language->id, 1, ($nb ? $nb : 8), 'id_product','desc');
Link to comment
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
×
×
  • Create New...