如果显示不出来,在flow.php大约2070行,现实商品信息处添加
foreach($cart_goods['goods_list'] as $key => $value)
{
$temp = get_goods_properties($value['goods_id']);
$cart_goods['goods_list'][$key]['goods_attr'] = $temp['pro'];
}
然后用
<!-- {foreach from=$goods.goods_attr item=property_group key=key} -->
<!-- {foreach from=$property_group item=property} -->
<span class="attribute">{$property.name|escape:html}:{$property.value}</span>
<!-- {/foreach}-->
<!-- {/foreach}-->
foreach($cart_goods['goods_list'] as $key => $value)
{
$temp = get_goods_properties($value['goods_id']);
$cart_goods['goods_list'][$key]['goods_attr'] = $temp['pro'];
}
然后用
<!-- {foreach from=$goods.goods_attr item=property_group key=key} -->
<!-- {foreach from=$property_group item=property} -->
<span class="attribute">{$property.name|escape:html}:{$property.value}</span>
<!-- {/foreach}-->
<!-- {/foreach}-->