请教怎么在商品描述里调用商品属性标签呢,效果和图片里的一样

2016-07-07 15:02 来源:www.chinab4c.com 作者:ecshop专家



如图,请教怎么在商品描述里调用商品属性标签呢,效果就是图片上面可以显示该商品的相关属性,请教高手解答,小女子感激不尽@!

回答:


在good.dwt 找到以下这段

<table width="100%" border="0" cellpadding="1" cellspacing="1" bgcolor="#999999">
<!-- {foreach from=$properties item=property_group key=key} -->
<tr>
<th style="font: bold 14px/30px Verdana; color: #333333; font-size-adjust: none; font-stretch: normal" colspan="2" bgcolor="#ffffff"><div align="left">{$key|escape}</div></th>
</tr>
<!-- {foreach from=$property_group item=property} -->
<tr>
<td style="font: 12px/20px Verdana; color: #333333; font-size-adjust: none; font-stretch: normal" width="30%" height="5" align="left" bgcolor="#E6E6E6">[{$property.name|escape:html}]</td>
<td style="font: 12px/20px Verdana; color: #333333; font-size-adjust: none; font-stretch: normal" width="70%" height="5" align="left" bgcolor="#ffffff">{$property.value}</td>
</tr>
<!-- {/foreach}-->
<!-- {/foreach}-->
</table>



放在{$goods.goods_desc} 前面,应该就可以了。

这个难实现,属性有可选属性和复选属性