<?php
$ii = 0
$GLOBALS['smarty']->assign('child_cat',get_hot_cat_tree($GLOBALS['smarty']->_var['goods_cat']['id'], 3))
?>
<!--{foreach from=$child_cat item=cat name=name1}-->
<!--{foreach from=$cat.child item=cat_child name=name}-->
<?php
$ii = $ii + 1
$GLOBALS['smarty']->assign('ii', $ii)
?>
<!--{if $ii <10 }-->
<a href="{$cat_child.url}"><b>{$cat_child.name|escape:html}</b></a>
<!-- {/if} -->
<!--{/foreach}-->
<!--{/foreach}-->
1、在模板里添加标签,如templatebegineditable name="奶粉"
templateendeditable
2、后台“设置模板”,“分类下的商品”,选择你添加的标签,再选择和它对应的分类产品就可以了。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)