Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

Change default currency in Solidus eCommerce store?

I am trying to learn how to work with Solidus platform and I want to change the default currency from USD to KES. However, even though I tried changing it from the spree.rb file, nothing seems to work. What could i be doing wrong?

Spree.config do |config|
  # Core:

  # Default currency for new sites
  config.currency = "KES"

Comments