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/
本文提供了一种方法来从Magento电子商务网站的侧边栏中移除货币选择器,以解决可能引发的误解和混淆。

被折叠的 条评论
为什么被折叠?



