No content to show
User Activity
03-16-2023
{{ request.locale.iso_code }}-{{ localization.country.iso_code }}this should give you - en-gb
03-16-2023
This only returns the language. Same as "{{ request.locale.iso_code }}"
04-06-2022
JavaScript! The path in the URL is changing, but you're not really changing to a different page. If you refresh the page then you will then be on that products page. They will have a custom product page that looks up a number of products from a c...
In Spain and Norway when you make a purchase that is to be imported you must provide your government issued ID number (something to do with tax).I have built a simple JS script on the cart page. My script detects the users IP address and disables th...
12-14-2021
To use the GitHub integration you must have the standard file structure, so a /dist or /build folder would not work unless it's a child repo... like using subtree as it says in the docs. You can have other files in the repo, and Shopify will ignore t...