Kiru4a Posted June 7, 2011 Share Posted June 7, 2011 I would like display Features (Data Sheet) in ProductListIt's possible?Like this http://www.ecollegey.com/products/sku8017_Avocado Link to comment Share on other sites More sharing options...
Kiru4a Posted June 8, 2011 Author Share Posted June 8, 2011 SOLVEDI am added in product_list.tpl{if $product.features} {foreach from=$product.features item=feature} {$feature.name|escape:'htmlall':'UTF-8'} {$feature.value|escape:'htmlall':'UTF-8'} {/foreach}{/if} Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now