Monday, 18 August 2014

How to add currency selector to magento header

 First go to below directory
/app/design/frontend/default/default/layout/page.xml

<block type="directory/currency" name="currency" template="directory/currency.phtml"/>

insert above  line in page.xml file in following header block it alredy exist

<block type="page/html_header" name="header" as="header">

</block>

No comments:

Post a Comment