I am still trying to find an easy way for my currency problem and by accident found that code in the config.local.php:
'disable_localizations' => true, // Disable Localizations functionality
The localization feature, which was there til version 3.x, has important functionality to us, since it will change the currency accordingly to the customers physical location (as long as provided by IP address).
I have not tried it yet, but can I simply turn it back on by set it to 'false'?
Thanks.
Hi ,
localization not supported in 4..x . if you need this functionality then here is many addons at marketplace . please review here :
http://marketplace.cs-cart.com/add-ons/customer-experience/geoip-currencies.html
Yes you can simply turn it back on in the config.
Localization is a very powerful and well designed part of CSCart. See http://forum.cs-cart.com/topic/42535-localization-support/
It works well. Our website depends on it.
Make sure you look at it first before looking at third party addons.
Note that CS-Cart does not support localizations for a while. It means that if any issue occurs, support team will not help you.
Note that CS-Cart does not support localizations for a while. It means that if any issue occurs, support team will not help you.
Because of the simple and elegant way that localizations are implemented, bugs are fairly unlikely. The few bugs that I have encountered are listed here - http://forum.cs-cart.com/topic/42535-localization-support/- together with very simple fixes.
I don't understand why CSCart does not continue to support this useful feature. However, as long as the code is present it doesn't really matter because it all works fine and it is likely to continue to work in future versions because the design is simple.
Because of the simple and elegant way that localizations are implemented, bugs are fairly unlikely. The few bugs that I have encountered are listed here - http://forum.cs-cart.com/topic/42535-localization-support/- together with very simple fixes.
I don't understand why CSCart does not continue to support this useful feature. However, as long as the code is present it doesn't really matter because it all works fine and it is likely to continue to work in future versions because the design is simple.
Thank you for letting us know it. I am glad to hear that this feature does not cause issues for you