Hello,
I am new to Magento. Just wondering how to allow ‘select your currency’ on the front end of Magento LEAD ?
3 answers
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>
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.
The currency switcher is now visible. Perhaps it was a cache issue with the server. Thank you for your help.
This question is now closed