Jump to content

[SOLVED] How to display related products randomly ?


Recommended Posts

Ccontrollers/categoryController.php

line 193:

$this->cat_products = $this->category->getProducts($this->context->language->id, (int)$this->p, (int)$this->n, $this->orderBy, $this->orderWay);

Change it into 
$this->cat_products = $this->category->getProducts($this->context->language->id, (int)$this->p, (int)$this->n, $this->orderBy, $this->orderWay, false, true, true);

The last parameter is for random 

Link to comment
Share on other sites

×
×
  • Create New...