PCsh.ro Posted April 25, 2014 Share Posted April 25, 2014 Hi everyone . What i have to do that , " Product Features " not to be listed in the product page ? I want only to be used in " Layered Navigation Module " , not to be listed in the product page . Thx ! Link to comment Share on other sites More sharing options...
vekia Posted April 25, 2014 Share Posted April 25, 2014 go to product.tpl file (located in your theme directory) and remove this code: {if isset($features) && $features} <!-- Data sheet --> <section class="page-product-box"> <h3 class="page-product-heading">{l s='Data sheet'}</h3> <table class="table-data-sheet"> {foreach from=$features item=feature} <tr class="{cycle values="odd,even"}"> {if isset($feature.value)} <td>{$feature.name|escape:'html':'UTF-8'}</td> <td>{$feature.value|escape:'html':'UTF-8'}</td> {/if} </tr> {/foreach} </table> </section> <!--end Data sheet --> {/if} Link to comment Share on other sites More sharing options...
PCsh.ro Posted April 26, 2014 Author Share Posted April 26, 2014 Thx !! Link to comment Share on other sites More sharing options...
Recommended Posts