Jump to content

[Solved] Hiding long descriptions on products


Recommended Posts

Hello,

 

I need to hide the long description of the products in the front end. I've been told to change this specific code inside product.tpl of my theme, but doesn't work, even cleaning cache and forcing compilation:

<div class="more_info_inner">
		{if $product->description}<h3>{l s='More info'}</h3>{/if}


	{if isset($product) && $product->description}
		<!-- full description -->
		<div id="idTab1"><div>{$product->description}</div></div> 
	{/if}
  </div>

Thanks for the help!

Edited by omar2886 (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...