mattaikhoan
Private
Mình có tạo 1 widget vào EWRporta2_ArticleList
Chèn code vào nhưng lưu lại ko hiện ra porta, moi người giúp mình ạ
Dưới đây là code
Chèn code vào nhưng lưu lại ko hiện ra porta, moi người giúp mình ạ
Dưới đây là code
Mã:
<xen:if is="{$currencies}">
<li class="section">
<ul>
<xen:foreach loop="$currencies" key="$_currency" value="$currency">
<xen:if is="{$currency.active} && (!{$currencyDisplay} || in_array({$currency.currency_id},{$currencyDisplay}))">
<li>
<dl class="pairsJustified primaryContent">
<dt><span>{xen:raw $currency.code}<span></dt>
<dd>{xen:helper brc_currencyformat, {$visitor.{$currency.column}},true,{$currency.currency_id}}</dd>
</dl>
</li>
</xen:if>
</xen:foreach>
</ul>
</li>
</xen:if>
Đính kèm
Sửa lần cuối:
Bài viết liên quan
Được quan tâm