Jump to content

שינוי רנדומלי של המוצרים בדף הבית


zwaissman

Recommended Posts

נשנה את Homefeatured module

 

(located: domain.com/modules/homefeatured/) and you will need to edit the homefeatured.php.

 

 

// שורה107

 

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

 

לשנות ל

 

$products = $category->getProducts(intval($params['cookie']->id_lang), 1, ($nb ? $nb : 10), 'date_add', 'DESC', false, true, true, $nb);

  • Like 1
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...