hello countrycharm,
To remove the category details from the product url, does the modification below work correctly?
open products.php, replace the code
with the codePHP Code:$temp_params[0]=categoriesParser::getName($cPath, $languages_id, $languages_code);
$temp_params[1] = self::getName($products_id, $languages_id, $languages_code)
i guess you are good at this, any idea of this modification?PHP Code:$temp_params[0]=self::getName($products_id, $languages_id, $languages_code)


Reply With Quote
