Hello
I enabled Localizations functionality in my config.local.php
When I go to shipping and taxes>localizations displayed error: “403” How can I fix it?
Change whatever you changed back.
But I really want option “localization” in my store.
[quote name='marcinw' timestamp='1347967499' post='145303']I enabled Localizations functionality in my config.local.php[/quote]
I have no idea what you did here but you shouldn't have to.
In cs-cart version 3, in config.local.php you have:
// Tweaks
$config['tweaks'] = array (
'js_compression' => false, // enables compession to reduce size of javascript files
'check_templates' => true, // disables templates checking to improve template engine speed
'inline_compilation' => true, // compiles nested templates in one file
'anti_csrf' => false, // protect forms from CSRF attacks
'disable_block_cache' => false, // used to disable block cache
'join_css' => false, // is used to unite css files into one file
'allow_php_in_templates' => false, // Allow to use {php} tags in templates
'disable_localizations' => true, // Disable Localizations functionality
'disable_google_base' => true, //Disable obsolete google base functionality
);
I only changed:
'disable_localizations' => true, // Disable Localizations functionality
to 'false' I need “Localizations” in my store, but it's not working properly.
That's new to me. I can only assume they are phasing it out just as they are doing with google base.
By the way, thanks to whomever gave me the bad rep…not.