You can easily setup a multiple currency shop in Magento. By multiple currency shop, I mean giving the user to browse products in different currencies. Magento will provide a currency dropdown in category and product listing page. When you select your desired currency, the entire products price will be changed to your selected currency.
Here is a step-by-step procedure to setup multiple currency shop in Magento:-
- Go to System –> Configuration –> Currency Setup
- Under ‘Currency Options‘, select Allowed currencies.
The selected currencies will be displayed in currency dropdown in category and product listing page. Remember that your Base currency and Default display currency selection should also be selected in Allowed currencies.
- Click ‘Save Config‘ button.
- Go to System –> Manage Currency Rates
- Select Import Service. By default it is ‘Webservicex’.
- Click ‘Import‘ button. This will update the currency rates values.
- Click ‘Save Currency Rates‘ button.
- Go to category listing page. You will see currency selection dropdown list in left sidebar at top.
Now, user of your shop can browse product with price in their desired currency.
Additional Scenario:-
Suppose, you have two currencies (British pound and U.S. dollar) in your Magento shop. You also have two stores (Store A and Store B). You want to show British pound in Store A and U.S. dollar in Store B.
Here is the solution:-
- Follow the steps above to setup multiple currency Magento shop.
- You will have multiple currency shop.
- You will have multiple currency shop.
- Follow these steps to show store specific currency:-
- Go to System -> Configuration -> GENERAL -> Currency Setup
- In left sidebar at top, you will see “Current Configuration Scope”
- Select your desired store from the selection list
- Now, under “Currency Options“, you will see “Default Display Currency”
- Select your desired currency from the selection list
- In left sidebar at top, you will see “Current Configuration Scope”
- Select your desired store from the selection list
- Now, under “Currency Options“, you will see “Default Display Currency”
- Select your desired currency from the selection list
You are done. In frontend, select the store for which you did the above changes. You will see the price in your desired currency.
and put this line of code where u you want to display currency converter
<?php echo $this->getLayout()->createBlock('directory/currency')->setTemplate('directory/currency.phtml')->toHtml(); ?>
Hope this helps. Thanks.
nice thanks:- sagar
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteNice tip. Thanks.
ReplyDeleteI also came across this and wanted to share this with everyone ...
Hope it helps as well.
Currency Switcher
TODAY'S CURRENCY TRADING TIPS
ReplyDeleteMCX-SX CALL: SELL USD/INR (DEC.) BELOW 62.70 TG-62.55/62.35/62.05 SL-63.00
Currency tips
Simple but effective solution. Saved my time
ReplyDeleteBss commerce extension
ReplyDeleteVery useful stuff for me. Thanks so much