Help Widget không hiện ngoài xenporta

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 ạ
upload_2019-1-31_9-36-12.png


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

  • upload_2019-1-30_16-22-52.png
    upload_2019-1-30_16-22-52.png
    257.4 KB · Lượt xem: 546
Sửa lần cuối:
bạn đưa cái code lạ hoắc k biết từ đâu ra và để làm gì thì ai mà fix cho bạn được
 
Back
Top