Search found 1 match
Page 1 of 1
Search found 1 match
Re: [HOW TO] Remove category names from product URLs
IN: 1.4.x: /catalog/model/tool/seo_url.php 1.5.x: /catalog/controller/common/seo_url.php REPLACE THE FIRST INSTANCE OF: $url .= '/' . $query->row['keyword']; WITH: $url = '/' . $query->row['keyword']; If you want sub-categories to not show their parent categories in the URL, then replace both insta...
Jump to post- Sat Oct 13, 2012 12:18 pm
- Replies 23
- Views 39023
Page 1 of 1
Search found 1 match