tom52 Posted December 15, 2015 Share Posted December 15, 2015 (edited) Hello, Can some one please help me to fix the review, how to remove it from the product description and put it on the bottom? Thank you Edited December 15, 2015 by tom52 (see edit history) Link to comment Share on other sites More sharing options...
razaro Posted December 15, 2015 Share Posted December 15, 2015 That could be issue with your theme and that review module. Could you share a link to that product ? Link to comment Share on other sites More sharing options...
razaro Posted December 16, 2015 Share Posted December 16, 2015 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. 1 Link to comment Share on other sites More sharing options...
tom52 Posted December 16, 2015 Author Share Posted December 16, 2015 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now