After Searching a wide area in programming, Finally got the option that how to set currency option in Drop-down.
In this Tutorial, We are showing to set currency option in Drop-down way into the header on homepage in Magento. If you are managing currency option in Magento and unable to set Drop-down currency option then you have to follow Some Steps like: -
Just go through the navigation below.
Now put this below code where you want to see your display currency converter.
Use this into you store Theme where you want to show or display currency Drop-down option.
If you still facing problem , Then you can contact me through Contact form.
In this Tutorial, We are showing to set currency option in Drop-down way into the header on homepage in Magento. If you are managing currency option in Magento and unable to set Drop-down currency option then you have to follow Some Steps like: -
Just go through the navigation below.
1). Goto System -> Configuration -> GENERAL -> Currency Setup 2). In the left side menu option you have to find -> "Current Configuration Scope". 3). Now Here, you have to select your desired store 4). Here in Currency Options" you will find "Default Display Currency". 5). Select any one from your desired currency from the selection list.you have to select the store you have done the above changes and you will find the price in Desired Currency.
Now put this below code where you want to see your display currency converter.
Use this into you store Theme where you want to show or display currency Drop-down option.
getLayout()->createBlock('directory/currency')->setTemplate('directory/currency.phtml')->toHtml(); ?>
ThanksIf you still facing problem , Then you can contact me through Contact form.
0 comments:
Post a Comment