In Shopify 2.0 you can use the Country select to create multiple json templates. To the best of my understanding, these templates are only available to the Shopify Markets you have set up in your store.
I have a use case where a client wants to have two stores/front ends in the same region but on one single Shopify store. One front end using their TLD and one on a sub domain ie.
Each domain would have unique content/sections via json templates.
Is there a way to create multiple markets for the same country, or another way to utilize the marekts mutli-template json to meet this use case?
Otherwise the only way I can see meeting this requirement would be to create 2x copies of every portion of a theme, and add a whole lot of {% if request_host.host = ‘boutique.shop.com’ %} logic which in that case it’s probably just easier for them to create two seperate stores.
Thanks!
