Hi there, I’m looking to set up a redirect URL based on the geo IP for a user. This is for a Shopify website. Here’s what I’m trying to do:
Say a user lands on xxxxx.com/products/yyy > right now I have it setup so that there is a pop-up that appears that will redirect users to xxxxx.ca
What I would like to do is set it up dynamically so that it redirects users to the Canadian website equivalent, ie. xxxxx.ca/products/yyy
Is there a way to set it up? I know there’s a {{ organization.url }} that copies the main URL, but I’d like to know if there’s a variable for the latter half.