Please, can somebody help me add the currency converter in the menu on mobile.
Topic summary
A user seeks help adding a currency converter to the mobile menu of the Impulse theme.
A solution is provided involving:
- Editing
drawer-menu.liquidin the theme code - Adding a specific code snippet before closing div tags
- The snippet appears to render a multi-selector component with currency and locale options
However, the solution doesn’t fully work:
- The currency selector appears but won’t expand
- Users cannot select different countries or currencies
- Multiple users confirm experiencing the same issue
Current status: The problem remains unresolved, with users awaiting further guidance or an updated solution to fix the non-expanding selector.
Hi @bignigga
Can you share your website link?
@bignigga You can try this steps:
-
Go to edit code
-
Find drawer-menu.liquid
-
Add the code below before the two of closed div
{%- render 'multi-selectors', locale_selector: true, currency_selector: true, show_currency_flags: true -%}
thank you - but now the selector doesn’t work…
@bignigga Can you give some screenshots or the error?
Confirming I’ve tried this as well and the options will not expand. Any update?

