This option is available in the Prestashop back office > module configuration page > Design section:
Technically our module is grafted onto the following hooks :
displayProductListReviews
if the Prestashop version is < 1.7displayProductPriceBlock (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)