相關資料庫:
dtb_products->product_flag
mtb_status
mtb_status_image
改完後把data/cache/mtb_status.php
data/cache/mtb_status_image.php刪掉
(剛開始我還一個一個改,反而出錯@@)
他會重新產生這兩個檔
之後在products/detail.php
products/list.php找到要新增的位置
<!--仕様 アイコン--> <!--{if count($arrProduct.product_flag) > 0}--> <ul> <!--{section name=flg loop=$arrProduct.product_flag|count_characters}--> <!--{if $arrProduct.product_flag[flg] == "1"}--> <!--{assign var=key value="`$smarty.section.flg.iteration`"}--> //跟之前的5個分別 <!--{if $key >= 6 }--> <li> <img id="icon<!--{$key}-->" src="<!--{$TPL_DIR}--><!--{$arrSTATUS_IMAGE[$key]}-->" alt="<!--{$arrSTATUS[$key]}-->" width="35" height="35" /></li> <!--{/if}--> <!--{/if}--> <!--{/section}--></ul> <!--{/if}--> |