{include file="head.html"}
商品库
{php $this->_var['orderbys']=array('default'=>"智能排序",'buy_num'=>'销量最高','price'=>'价格');} {php $this->_var['filters']=array('cuxiao'=>'促销','isnew'=>'新品');}
{if $cat}{$cat.cname}{else}全部分类{/if}
{if get('orderby')}{$orderbys[get('orderby')]}{else}智能排序{/if}
{if get('filter')}{$filters[get('filter')]}{else}筛选{/if}
{foreach item=c from=$catlist}
{$c.cname}
{/foreach}
{foreach item=c from=$catlist}
{$c.cname}
{foreach item=cc from=$c.child}
{$cc.cname}
{/foreach} {/foreach}
{foreach item=c key=k from=$orderbys} {$c} {/foreach}
全部 {foreach item=c key=k from=$filters} {$c} {/foreach}
{foreach item=c key=k from=$list}
¥{$c.price}
¥{$c.lower_price} {$c.buy_num}件已售
{/foreach}
加载更多
{assign var="ftnav" value="product"} {include file="footer.html"}