最模板 - 外贸网站建设,外贸网站模板

最模板

当前位置: 首页 > Magento > Magento教程 >

magento中目录url多层变成单层的方法

时间:2014-05-31 02:17来源:未知 作者:最模板zuimoban 点击:
magento中目录url多层变成单成的方法,app/code/core/Mage/Catalog/Model/Url.php这个php文件,找到 if (null === $parentPath) { $parentPath = $this-getResource()-getCategoryParentPath($category); } elseif ($parentPath == /) { $parentPat

magento中目录url多层变成单成的方法,app/code/core/Mage/Catalog/Model/Url.php这个php文件,找到

if (null === $parentPath) {

$parentPath = $this->getResource()->getCategoryParentPath($category);

}

elseif ($parentPath == ‘/’) {

$parentPath = ”;

}

把上面的代码修改为:

//if (null === $parentPath) {
//$parentPath = $this->getResource()->getCategoryParentPath($category);
//}
//elseif ($parentPath == ’/') {
$parentPath = ”;
//}

(责任编辑:最模板)
------分隔线----------------------------
栏目列表
推荐内容