Select your currency

Hello,
I am new to Magento. Just wondering how to allow ‘select your currency’ on the front end of Magento LEAD ?

3 answers

Profile photo of JA Developer 0.00 $tone December 3, 2009
Public

Hi pmonsa09

Please open app\design\frontend\default\jm_lead\layout\directo ry.xml file, add following code section before </layout> tag

<default>
<reference name="left">
<block type="directory/currency" name="currency" before="catalog.leftnav" template="directory/currency.phtml"/>
</reference>
</default>

#1
Profile photo of PABLO MONSALVE 0.00 $tone December 3, 2009
Public

I have tried your suggestion, but i still do not see the currency switcher? I have enabled more than one currency in the configuration and imported all current rates? Can you suggest anything else? Thank you for your help.

#2

This question is now closed

Written By

Comments