服务报价 | 域名主机 | 网络营销 | 软件工具| [加入收藏]
 热线电话: #
当前位置: 主页 > php教程 > magento教程 >

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

时间:2016-01-16 17:43来源: 作者: 点击:
magento去除子分类的url地址中带有父分类的url app/code/core/Mage/Catalog/Model/Url.php 找到如下代码 方法getCategoryRequestPath if (null === $parentPath) { $parentPath = $this-getResource()-getCategoryParentPath($categor
magento去除子分类的url地址中带有父分类的url
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索引就可以了
(责任编辑:最模板)
顶一下
(0)
0%
踩一下
(0)
0%
------分隔线----------------------------
栏目列表
热点内容