Question

Our store accepts USD and for other currencies, we use paypal. I need to hide the currency switcher on the RWD theme. I've tried variations of this in local.xml:

<layout>
  <default>
    <remove name="currency-switcher" />
  </default>
</layout>
Était-ce utile?

La solution

Use only currency instead of currency-switcher

try this:

<layout>
   <default>
      <remove name="currency" />
   </default>
</layout>
Licencié sous: CC-BY-SA avec attribution
Non affilié à magento.stackexchange
scroll top