degger Posted May 4, 2012 Share Posted May 4, 2012 (edited) Hi, all... I need help and guidance... Ineed to replace short description to datasheet how to do that ? i try to modification product-list.tpl but still can not... please see attach file thanks for your help degdeg Edited May 4, 2012 by degger (see edit history) Link to comment Share on other sites More sharing options...
degger Posted May 5, 2012 Author Share Posted May 5, 2012 (edited) please help me code : {if isset($features)} {foreach from=$features item=feature} <p class="product_desc"> <li><span>{$feature.name|escape:'htmlall':'UTF-8'}</span> {$feature.value|escape:'htmlall':'UTF-8'}</li></p> {/foreach} {/if} where i should put this code in product-list.tpl ? Edited May 5, 2012 by degger (see edit history) Link to comment Share on other sites More sharing options...
degger Posted May 5, 2012 Author Share Posted May 5, 2012 please help me code : {if isset($features)} {foreach from=$features item=feature} <p class="product_desc"> <li><span>{$feature.name|escape:'htmlall':'UTF-8'}</span> {$feature.value|escape:'htmlall':'UTF-8'}</li></p> {/foreach} {/if} where i should put this code in product-list.tpl ? Link to comment Share on other sites More sharing options...
degger Posted May 5, 2012 Author Share Posted May 5, 2012 SOLVED Link to comment Share on other sites More sharing options...
Recommended Posts