Skip to content

Instantly share code, notes, and snippets.

View mhuegel's full-sized avatar

mhuegel

View GitHub Profile
@mhuegel
mhuegel / markets_picker.liquid
Last active March 20, 2024 12:25
Shopify raw localization form
{% comment %}
// CURRENCY PICKER
{% endcomment %}
{% if localization.available_countries.size > 1 %}
{% form 'localization' %}
<select name="country_code" id="country_code__footer" data-submit-on-change>
{% for country in localization.available_countries %}
<option
value="{{ country.iso_code }}"
{% if country.iso_code == localization.country.iso_code %}