Magento – Different currencies for different store views

currencymultistore

I'm creating a page that is multi-lingual in danish and english.
I've created two different store views because I want the shops to share categories, catalogs and of cause have different CMS pages.
I also want the two pages to show the prices in different currencies as well as you can check out in that currency.
How can this be done?

Best Answer

You can configure the default and allowed currencies per store view.

In terms of the system configuration of the Magento admin:

  1. Go to the System > Configuration menu.
  2. Go to the General > Currency Setup tab.
  3. Switch to the configuration scope corresponding to the store view for which you want to change the settings.
  4. In the Currency Options group, change the values for Default Display Currency and/or Allowed currencies (after unchecking Use websites), and press Save Config.
Related Topic