Jump to content

Remove product details tab on product page ? Presta 1.7


Recommended Posts

  • 2 weeks later...

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>
  • Like 2
Link to comment
Share on other sites

  • 1 month later...
  • 3 months later...
  • 3 weeks later...
  • 1 year later...
  • 9 months later...

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