Hi there,
I have upgraded X Cart version to 5.1.9. But still facing an issue with Clean URL generation.
I want my clean urls spaces to be separated by hyphen (-) instead of underscore (_).
I have set "default_separator" value to "-" in [xc5]/etc/config.php file.
I have checked the core files and found that '_' is the default separator is static in the below code.
In this file [xc5]/var/run/classes/XLite/Core/ConverterAbstract.php, check the below line.
'_' => '32,47,92,172,173,8211', # Replace spaces/slashes by the $subst_symbol('_' by default)
Can anyone check this and let me know the solution for this problem?
Thanks!