Showing posts with label Currency drop down selector in header Magento. Show all posts
Showing posts with label Currency drop down selector in header Magento. 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.... :)