Jump to content

Products in same category - random


Recommended Posts

In /modules/productscategory/productscategory.php in function hookProductFooter find:

// Get infos
$category_products = $category->getProducts($this->context->language->id, 1, 100); /* 100 products max. */

To have the categories random add under that line:

shuffle($category_products);

I don't know if it will work when cache is active though.

Link to comment
Share on other sites

In /modules/productscategory/productscategory.php in function hookProductFooter find:

// Get infos
$category_products = $category->getProducts($this->context->language->id, 1, 100); /* 100 products max. */

To have the categories random add under that line:

shuffle($category_products);

I don't know if it will work when cache is active though.

Works! You help me a lot. Thank you very much.

Link to comment
Share on other sites

×
×
  • Create New...