2014年8月21日

magento 获得root categories

摘要: $root_id = Mage::app()->getStore()->getRootCategoryId(); $categories = Mage::getModel('catalog/category')->getCategories($root_id);获得分类名称 fore... 阅读全文

posted @ 2014-08-21 14:18 怕淹死的鱼 阅读(108) 评论(0) 推荐(0) 编辑

导航