这个是ECSHOP的一个BUG, 在模板中显示商品列表的位置,加一句{if $goods}判断商品存在才显示:

{foreach from=$goods_list item=goods}

{if $goods}

原来商品列表代码

{/if}

{/foreach}

05-11 15:05