Create Account

Return to Store

function currencyFormSubmit(event) { event.target.form.submit(); } document.querySelectorAll('.shopify-currency-form select').forEach(function(element) { element.addEventListener('change', currencyFormSubmit); });