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

最模板

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

magento去除子分类的url地址中带有父分类的url key

时间:2015-03-20 16:46来源:未知 作者:最模板zuimoban 点击:
app/code/core/Mage/Catalog/Model/Url.php 找到如下代码 方法getCategoryRequestPath if (null === $parentPath) { $parentPath = $this-getResource()-getCategoryParentPath($category); } elseif ($parentPath == /) { $parentPath = ; } 改成
app/code/core/Mage/Catalog/Model/Url.php 找到如下代码
方法getCategoryRequestPath
 
if (null === $parentPath) {
   $parentPath = $this->getResource()->getCategoryParentPath($category);
  }
   elseif ($parentPath == '/') {
  $parentPath = '';
   }
改成
 
//if (null === $parentPath) {
   //$parentPath = $this->getResource()->getCategoryParentPath($category);
 // }
  // elseif ($parentPath == '/') {
  $parentPath = '';//这句不用注释
//   }
改完后,刷新下url索引就可以了
(责任编辑:最模板)
------分隔线----------------------------
栏目列表
推荐内容