magento 默认的产品url 带有分类名称。如:www.xxx.com/分类1/分类2/产品.html. 现在要改为:

www.xxx.com/产品.html. 方法如下:

1.system->Configuration->Catelog->

magento 简化产品url 

把图片上的最后一个选为NO

2. 更改app-code-core-mage-catalog-model-url.php文件

把里面的内容改为如下:

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

3.最后到后台更新哈索引和缓存。

 

相关文章:

  • 2021-06-05
  • 2022-01-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-23
  • 2021-09-28
  • 2021-06-18
相关资源
相似解决方案