if anybody know how to change currency, let us kno...
# support
m
if anybody know how to change currency, let us know
r
Changing default currency from the config does work for me, only specs are failing. When you change the currency in
initializers/spree.rb
, you also need to reseed the sample data OR change the currency for all prices in
spree_prices
table. Because the products were created before you change the currency. You can firstly check that on new product creation, the currency there should be the one you set in config.
k
@Roman Kapustynskyi thanks for the follow up here. Would you help me writing a guide about how to switch currency in Solidus for our Guides?
In the meantime, I opened this PR: https://github.com/solidusio/solidus/pull/5009. Let me know if you think it’s a good first step.
r
@kennyadsl That tooltip addition would certainly be helpful. I'm afraid that I don't know all the caveats of currencies yet, but I'm willing to make contributions. Do you know any places where I can read more about database structure for example? Or just any docs that would be helpful apart from https://guides.solidus.io
k
there is this legacy guides website: https://legacy-guides.solidus.io/developers/
I’m not sure how in depth it goes with currencies but it’s good to know that it’s there.
BTW: I think we really need a couple of how-tos on the guides: 1. how to change store currency 2. how to change locale (or add multiple ones)