Magento 1.9.x 子分类无法访问

app/code/core/Mage/Catalog/Model/Url.php 大概 ~807:

Change:

if ($product->getUrlKey() == '' && !empty($requestPath)
       && strpos($existingRequestPath, $requestPath) === 0
 )

  

To:

if (!empty($requestPath)
       && strpos($existingRequestPath, $requestPath) === 0
 )

  重新 reindex 

 

posted on 2017-08-21 17:06  pa200318  阅读(87)  评论(0编辑  收藏  举报

导航