Jump to content

how do i remove the data sheet tabe from all the pages?


Recommended Posts

You could just delete all the features on the products, then the data sheet won't display.

If you want to keep features in the back office and just don't want them to display in the front office, remove the following line 275 of product.tpl in your theme directory:

{if $features}{l s='Data sheet'}{/if}



and the following lines 284-291:

>
{if $features}
   <!-- product's features -->
</pre>
<ul>
   {foreach from=$features item=feature}
{$feature.name|escape:'htmlall':'UTF-8'}{l s=':'} {$feature.value|escape:'htmlall':'UTF-8'}
   {/foreach}
</ul>
<br>{/if

Link to comment
Share on other sites

  • 4 years later...
×
×
  • Create New...