thebodybar Posted June 16, 2017 Share Posted June 16, 2017 Hi does anyone know how I can remove just the product details tab on the product page? Have purchased product extra tabs module and wish to only keep the product description tab and then add my own tabs after. thx Link to comment Share on other sites More sharing options...
Design2Please Posted June 26, 2017 Share Posted June 26, 2017 Hi, If you open \themes\[your-theme]\templates\catalog\product.tpl in a text editor then search for {l s='Product Details' d='Shop.Theme.Catalog'} Then you can delete or comment out the following code & that will get rid of the Product Details tab <li class="nav-item"> <a class="nav-link{if !$product.description} active{/if}" data-toggle="tab" href="#product-details"> {l s='Product Details' d='Shop.Theme.Catalog'} </a> </li> 2 Link to comment Share on other sites More sharing options...
Fyrios Posted August 22, 2017 Share Posted August 22, 2017 Hello ! I want to delete Product Details tab and I comment this li section what you write but I still have product details tab :/ anyone can help me ? 1 Link to comment Share on other sites More sharing options...
Dakkar Posted November 23, 2017 Share Posted November 23, 2017 Up Link to comment Share on other sites More sharing options...
mr.cryptophile Posted December 14, 2017 Share Posted December 14, 2017 On 22/08/2017 at 5:45 PM, Fyrios said: Hello ! I want to delete Product Details tab and I comment this li section what you write but I still have product details tab :/ anyone can help me ? In the back end, go to: Advanced Parameters -> Performance -> Clear Cache Link to comment Share on other sites More sharing options...
Lynda Posted September 17, 2019 Share Posted September 17, 2019 It's doesn't work ! Link to comment Share on other sites More sharing options...
AtanasDim Posted June 23, 2020 Share Posted June 23, 2020 Thanks Dalian, it worked for me after I switched to Force compilation 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