Jump to content

About Review Fix


tom52

Recommended Posts

Ok you need to edit review module tpl files a bit to match theme codding of tabs.

In your theme modules/productcomments folder edit first tab.tpl from

<h3 id="#idTab5" class="idTabHrefShort page-product-heading">{l s='Reviews' mod='productcomments'}</h3>

to

<li><a class="idTabHrefShort" href="#idTab5" data-toggle="tab">{l s='Reviews' mod='productcomments'}</a></li>

and also in productcomments.tpl, top part from 

<div id="idTab5">
	<div id="product_comments_block_tab">
		{if $comments}

to

<div id="idTab5" class="tm_productinner tab-pane">
	<div id="product_comments_block_tab">
		{if $comments}

That should work but you test and see. And if you do not have those tpl files in that folder copy them from root module folder.

And clear cache if needed.

  • Like 1
Link to comment
Share on other sites

Ok you need to edit review module tpl files a bit to match theme codding of tabs.

In your theme modules/productcomments folder edit first tab.tpl from

<h3 id="#idTab5" class="idTabHrefShort page-product-heading">{l s='Reviews' mod='productcomments'}</h3>

to

<li><a class="idTabHrefShort" href="#idTab5" data-toggle="tab">{l s='Reviews' mod='productcomments'}</a></li>

and also in productcomments.tpl, top part from 

<div id="idTab5">
	<div id="product_comments_block_tab">
		{if $comments}

to

<div id="idTab5" class="tm_productinner tab-pane">
	<div id="product_comments_block_tab">
		{if $comments}

That should work but you test and see. And if you do not have those tpl files in that folder copy them from root module folder.

And clear cache if needed.

Hey, thank you very very very much. Its all fixed now. Thank you very much again.

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