Well i have a client which have no idea how the currency selector pops out on the magento sidebar,
well having a currency selector is pretty good for business, especially as a E-commerce site, however some might felt cheated because of the conversion rate could be wrong, and user pay lesser, that created the confusion to store owner and buyer.
here is a way to remove the selector from sidebar. go and open app/design/frontend/yourtheme/yourtheme/layout/directory.xml
<catalog_category_default> <reference name="left"> <block type="directory/currency" name="currency" before="catalog.leftnav" template="directory/currency.phtml"/> </reference> </catalog_category_default> <!-- Category layered navigation layout --> <catalog_category_layered> <reference name="left"> <block type="directory/currency" name="currency" before="catalog.leftnav" template="directory/currency.phtml"/> </reference> </catalog_category_layered>
remove these or comment it
来源:http://www.mexzhouse.com/magento-remove-currency-selector-on-sidebar/