- Issue created by @santivaldez
- 🇭🇷Croatia valic Osijek
You need to add to your settings.php this line
$settings['commerce_currency_cookie'] = 'STYXKEY_commerce_currency;
When using this module with the "Cookie (currency block selector)" option in the currency mapping configuration in a Pantheon hosted site, the cookie name needs to follow the cache-varying cookies naming convention described in Pantheon's documentation: https://docs.pantheon.io/cookies
Without this prefix on the cookie name, the cookie method will not update the product price information appropiately.
Clean drupal + commerce + currency resolver instalation in a Pantheon site, configured to use the currency block selector.
I've provided a patch which just adds the necessary prefix to the cookie name.
Downport
1.0
Code
You need to add to your settings.php this line
$settings['commerce_currency_cookie'] = 'STYXKEY_commerce_currency;