dazfx Posted April 24, 2011 Share Posted April 24, 2011 Hello, how to solve task described below?Have:3 products: product_name1, product_name2, product_name3All products of categories snowboards and manSource:{foreach from=$products item=product name=type}{/foreach}Code paced in product-list.tpl.Result:product_name1product_name2product_name3Task: what should be instead of this string: {!!?SOME_CODE??!!}? Thanks!!!Additional question: how to manually rename category with smarty? source: {$category->name} result: "snowboards" task: rename $category->name to "googles" Link to comment Share on other sites More sharing options...
Recommended Posts