Jump to content

Edit History

4presta

4presta

You need to check the database in the ps_configuration table what the value for 'HOME_FEATURED_RANDOMIZE' is.

SELECT a.value FROM ps_configuration a WHERE a.name = 'HOME_FEATURED_RANDOMIZE'; 

The value should be 1.

 

The module is probably not enabled at the moment. It is not visible on the main page.

 

Or you can edit the module and insert the shuffle function:
./modules/ps_featuredproducts/ps_featuredproducts.php

obrazek.thumb.png.cb7e72021a305d5e837ced0fb5af8f91.png

4presta

4presta

You need to check the database in the ps_configuration table what the value for 'HOME_FEATURED_RANDOMIZE' is.

SELECT a.value FROM ps_configuration a WHERE a.name = 'HOME_FEATURED_RANDOMIZE'; 

The value should be 1.

 

The module is probably not enabled at the moment. It is not visible on the main page.

4presta

4presta

You need to check the database in the ps_configuration table what the value for 'HOME_FEATURED_RANDOMIZE' is.

SELECT a.value FROM ps_configuration a WHERE a.name = 'HOME_FEATURED_RANDOMIZE'; 

The value should be 1.

×
×
  • Create New...