Jump to content

Error with Product comments in tab


Recommended Posts

Hello everyone,

I'm having some issues with the prestashop module productcomments in a custom template that use tab in product detail section.

the problem is that: even changing (by clicking) the tabs the productcomments module appear in every product tab content...

 

here to explain better my issue the link to a product with a comment

 

http://www.egvisualshop.it/espositori-in-plexiglass/377-colonna-plexiglass-gioca-gratta-e-vinci-per-tabaccheria.html

 

i need the comment to be shown only in the "recensioni" tab, the other are description and features...i can manage some code but i couldnt find any solution...thanks!

 

 

Link to comment
Share on other sites

i just solved....if anyone will have the same issue the solution is to change the class of the tab content of the productcomment.tpl adding this caption to the main <div>

 

from this:

<div id="idTab5"> 

to this:

<div id="idTab5" class="tab-pane page-product-box">

The prestashop will detect the content as a tab, and it will have the right position.

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...