2014年8月6日

magento 获得子分类的链接,名称和图片

摘要: $subcategories = Mage::getModel('catalog/category')->getCategories($current_category_id);foreach($subcategories as $cat){$cat->getName();//名称Mage::hel... 阅读全文

posted @ 2014-08-06 16:26 怕淹死的鱼 阅读(187) 评论(0) 推荐(0) 编辑

导航