有时我们需要仅仅显示一层目录的URL路径.而不要出现多个路径的现实,我们可以用以下方法修改:

Edit  /app/code/core/Mage/Catalog/Model/Url.php

找到632行,然后将下面的注释掉

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

posted on 2015-08-03 17:30  闪电王国  阅读(451)  评论(0编辑  收藏  举报