Showing posts with label How to display Currency Switcher in header. Show all posts
Showing posts with label How to display Currency Switcher in header. Show all posts

Monday, 21 April 2014

Display Currency Selector in header Magento


Display Currency Selector in header Magento

Open header.phtml and paste below code at proper place

<?php echo $this->getLayout()->createBlock('directory/currency')->setTemplate('directory/currency.phtml')->toHtml(); ?>

That's it... Enjoy Chandresh rana's Coding.... :)