At the moment I have looked at the forums and found that you can list all the features of a product like so:
{assign var="product_features" value="product_features_`$obj_id`"}{$smarty.capture.$product_features}
But is there a way to get, for example, an array of these features. I'd like to be able to get to:
<div class="sizes"> <span class="sizes_label">Sizes:</span> <span class="sizes_m">M</span> <span class="sizes_l">L<span> </div>
Any ideas? Thanks!


