{:tag name='product' assign='product' field='content,freight' page='true'} {:$title}-Powered by SmartB2B {:include file='head.htm'}
您的位置:{:tag name='guide'} 商品列表
{:tag name='category' type='product' assign='category'} {:if $category}

分类

{:foreach item=cat from=$category} {:$cat.cat} {:/foreach}

{:/if}
{:$product.cat}  (共 {:$allnum} 条)
    {:foreach item=list from=$product.list key=num }
  • {:$list.content|strip_tags|truncate:50}

    {:$list.company}

    {:$list.sprice}

    运费:{:$list.freight}

    {:$list.province} {:$list.city}
  • {:/foreach}

热卖商品

{:tag name='product' rec='hot' assign='hot_product' catid=$smarty.get.catid row='5'}
    {:foreach item=list from=$hot_product.list}
  • {:$list.sprice}
    {:$list.name}
  • {:/foreach}
{:include file='foot.htm'}