當前位置:成語大全網 - 新華字典 - ECSHOP如何後臺添加商品的規格參數, 前臺顯示的像京東商城壹樣的 急求教

ECSHOP如何後臺添加商品的規格參數, 前臺顯示的像京東商城壹樣的 急求教

其實默認的ecshop就可以顯示的,找到您想放置的相應位置,粘貼如下代碼

<table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#dddddd">

<!-- {foreach from=$properties item=property_group key=key} -->

<tr>

<th colspan="2" bgcolor="#FFFFFF">{$key|escape}</th>

</tr>

<!-- {foreach from=$property_group item=property} -->

<tr>

<td bgcolor="#FFFFFF" align="left" width="30%" class="f1">[{$property.name|escape:html}]</td>

<td bgcolor="#FFFFFF" align="left" width="70%">{$property.value}</td>

</tr>

<!-- {/foreach}-->

<!-- {/foreach}-->

</table>

前臺顯示結果,如下: