Remove category and subcategory from the product url opencart – SEO
I want to remove category and sub-category name from the product URL in the opencart. I have made changes in seo_url.php file. Where I have replaced $url .= '/' . $query->row['keyword']; with $url = '/' . $query->row['keyword']; But still the…