Commit 4dd7b91367c4474ebfd33246b20df29762178595
1 parent
a9b2402c
14.09.16
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
common/modules/product/CatalogUrlManager.php
... | ... | @@ -112,7 +112,7 @@ class CatalogUrlManager implements UrlRuleInterface { |
112 | 112 | case 'catalog/category': |
113 | 113 | if (!empty($params['category'])) { |
114 | 114 | $category_alias = is_object($params['category']) ? $params['category']->alias : strtolower($params['category']); |
115 | - $url = 'catalog/'. $category_alias ; | |
115 | + $url = 'catalog/'. $category_alias .'/'; | |
116 | 116 | } else { |
117 | 117 | $url = 'catalog/'; |
118 | 118 | } | ... | ... |