Jump to content

Edit History

ps8modules

ps8modules

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

ps8modules

ps8modules

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.

ps8modules

ps8modules

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...