Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Magento 的新手,我不知道如何将根类别链接到菜单。后端似乎没有此选项。
关于如何实现这一点的任何想法?
谢谢!
$rootcategory_id = Mage::app()->getStore()->getRootCategoryId(); $collection = Mage::getSingleton('catalog/category')->load($rootcategory_id); $rootcaturl= $collection->getUrl();//默认类别url即商店的根类别
在根类别下创建一个新类别并将所有类别放入其中。