سؤال

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>
هل كانت مفيدة؟

المحلول

Use only currency instead of currency-switcher

try this:

<layout>
   <default>
      <remove name="currency" />
   </default>
</layout>
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى magento.stackexchange
scroll top