| 使用下面的代码下面显示Magento所有子类别分类页面在:
<?php
$_helpernew = Mage::helper('catalog/category');
$_subcategories = $_category->getChildrenCategories();?>
<?php if (count($_subcategories) > 0): ?>
<ul>
<?php foreach($_subcategories as $_subcategory): ?>
<li>
<a href="<?php echo $_helpernew->getCategoryUrl($_subcategory) ?>">
<?php echo $_subcategory->getName() ?>
</a>
</li>
<?php endforeach; ?>
</ul>
<?php endif;
?>
(责任编辑:好模板) |


ecshop蔬菜水果商城程序模
人气:2469
Super Duper高端女装商城Ma
人气:237
中英双语全静态生成企业
人气:677
shopex衣服网服装模板
人气:430
Neoshop经济型外贸综合类
人气:360
Magento高雅简洁化妆品Cos
人气:300