.

.

How to show Currency Options drop down on homepage or header in magento?

show Currency Options drop down on homepage or header in magento?

and if not showing  Currency Options drop down somewhere so follow these steps.

- 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

After that, you should go to “System->Manage Currency Rates” and set rates for currencies you’ve chosen before. You can use Webservicex to import currency rates from Webservicex service. Here’s how it looks like:

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(); ?>


EmoticonEmoticon