Prestashop - Display the stars on the category pages

This option is available in the Prestashop back office > module configuration page > Design section:

image-20210701-112033.png
Technically our module is grafted onto the following hooks :

  • displayProductListReviews if the Prestashop version is < 1.7
  • displayProductPriceBlock (type=”before_price”) If the Prestashop version is > 1.7

After activating this option, if the stars (in the product list) still do not appear, it means that these hooks are not present in your theme.

 

In this case you can add directly our custom hook {hook h='CategorystarsNetreviews' product=$product} in the product-list.tpl file (Prestashop < 1.7) or in the product thumbnail file (on the default Prestashop 1.7 theme, file path themes/classic/templates/catalog/_partials/miniatures/product.tpl)

 

Lien vers la documentation complète du module

Was this article helpful?
0 out of 1 found this helpful