在模板页里首页写上代码:
<?php
$children = get_children(16);//此处为产品分类ID
$smarty->assign( 'bestGoods16',get_category_recommend_goods('best', $children));
?>
然后在模板文件里调用就行了。
在模板页里首页写上代码:
<?php
$children = get_children(16);//此处为产品分类ID
$smarty->assign( 'bestGoods16',get_category_recommend_goods('best', $children));
?>
然后在模板文件里调用就行了。