怎么在求购模块的list
RT,怎么在求购模块的list-buy.htm页显示需求数量?就如list-sell.htm有显示最小起订量,如果没有需求数量,则显示面议。先在求购模块列表搜索主字段加入amount字段
然后在list-buy.htm你想显示的地方加入以下代码:
{if $t}
需要{$t}
{else}
面议
{/if}
感谢,按照你的方法,已经成功实现!
http://bbs.destoon.com/static/image/smiley/default/handshake.gif
页:
[1]