How to configure Facebook comments in the product tabs for Prestashop 1.7.x.x ?



go to module settings -> Facebook comments Settings -> Select Product tabs = «Custom theme with tabs on product page for Prestashop 1.7»

 

Handling Reviews settings

 

We configure product tabs for standard prestashop theme:

 

1. open file by FTP: /themes/classic/templates/catalog/product.tpl - line 149 - 177

 

add code in the line 175:

 

{hook h='productTab' product=$product}

 

configure hook productTab

 

2. open file by FTP: /themes/classic/templates/catalog/product.tpl - line 179 - 218

 

add code in the line 216:

 

{hook h='productTabContent' product=$product}

 

configure hook productTabContent

 

3. go to admin panel -> Advanced Parameters -> Performance -> click on the button Clear cache

 

click on the button Clear cache

 

4. See result on the product page:

 

result on the product page



You will also find other SPM Prestashop Modules