nutxlago Posted September 9, 2014 Share Posted September 9, 2014 (edited) I am looking for help to make a product_list.tpl implementation on PS 1.6.0.9: I want to add product features to products' lists just below stock information. I add a screenshot about what I am aiming to do. Any help is welcome! Edited September 9, 2014 by nutxlago (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted September 9, 2014 Share Posted September 9, 2014 use this code snippet: {if isset($product.features)} <div class="features"> {foreach from=$product.features item=feature} <div>{$feature.name}: <span>{$feature.value}</span></div> {/foreach} </div> {/if} Link to comment Share on other sites More sharing options...
Recommended Posts