Solidus 2.11.17 does not support GBP currency #4523
Unanswered
keferboeck
asked this question in
Troubleshooting
Replies: 1 comment 3 replies
-
You need to update the shipping methods as well, as they are all likely configured for USD. If you have further issues with this, please open a discussion in the Troubleshooting section or ask on Slack. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Solidus Version:
2.11.17
To Reproduce
/initializers/spree.rb
config.currency = "GBP"
(instead of USD)
In the Database, run the following queries to (against the sample store) to switch from USD to GBP
Current behavior
When currency is set to GBP, the checkout process does throw an error past the "address" step. The error message is:
"We are unable to calculate shipping rates for the selected items."
Expected behavior
Once the address fields are correctly field in, clicking "save & continue" should take you to the next step "Delivery".
Screenshots
Desktop (please complete the following information):
Additional context
I tested the behaviour against the sample store, as well as products we added. That shop was build from scratch without any sample data. The error appears on both setups. I backed up the databases if that is of any help, but I am sure you can easily reproduce it yourself.
Beta Was this translation helpful? Give feedback.
All reactions