Remove Currency Selector in Magento
Go to app/design/frontend/default/{Your theme}/template/page/html/header.phtml
search for the text $this->getChildHtml('currencyTop')
and disable it by commenting.
Now refresh your page and check out the result.
Comments
Post a Comment