移除magento的URL中子分类的上级分类,也就是多级分类中的url变成一级分类,而不存在层次。 我们想要它变成www.ldhost.cn/bb 下面是解决方法: 找到文件 app/code/core/Mage/Catalog/Model/Url.php 找到下面代码,然后把该注释的注释掉就可以了,大概在805行左右。 //if (null === $parentPath) { //$parentPath = $this->getResource()->getCategoryParentPath($category); /(责任编辑:好模板) |