Eutanasio Posted August 4, 2014 Share Posted August 4, 2014 (edited) 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 August 4, 2014 by omar2886 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted August 4, 2014 Share Posted August 4, 2014 what template you use? and what ps version? everything depends on it! Link to comment Share on other sites More sharing options...
Eutanasio Posted August 4, 2014 Author Share Posted August 4, 2014 was just a wrong comment of the code Link to comment Share on other sites More sharing options...
Recommended Posts