a link to help with this ongoing question our community is looking for
Hi @hardfire ,
- You cannot enable or disable certain products on the storefront as yet, however using shipping profiles you can restrict the shipping of certain products to different countries. If you have the help of a developer, you can also use the request.host liquid filter to control product availability and/or content on certain domains.
- No, subdomains do not have to be the ISO country code, however it is recommended for readability and SEO.
- Not yet. We are working on expanding our multi language capabilities to allow localization between countries/regions that share the same language but we donāt have a timeline on this as yet.
Hi Cole,
Excellent thread, thanks for new features and info.
For somebody looking to sell Print-on-Demand items from different suppliers to different regions (e.g supplier A only serves UK, supplier B only serves USA) what are the different ways that this could be set up?
Many Thanks
Hey @John2021 , thanks for jumping on and great question, thank you.
Iād suggest arranging your products for each supplier into their own collections. You can then show/hide collections and product based on which domain the user is browsing in one of two ways:
- Using a custom rule within the Locksmith app which shows/hides certain collections or products based on each domain i.e. on domain A only show collection A. Your custom rule would need to use the request.host liquid filter i.e. {% if request.host == āwebsite.frā %} which would only allow someone to see that product/collection on a French domain.
- Coding this into your theme using request.host yourself if you have developer resources or donāt wish to use an app.
You can then use Shipping Profiles to only offer shipping on each product from each supplier to the relevant countries that they are offered.
Hope this helps.
Cole
Hi Cole,
Thank you, that is helpful and the app looks good.
I just have a couple more questions on this:
Can I set up a sub-domain for each different country: e.g france.mystore.com, USA.mystore.com and have a different product selection, using the app, on each store? Or do I need separate domains e.g mystore.fr, mystore.com etc..?
Do I need to have a separate Shopify account for each country (whether using sub-domains or separate) or could I have just one account with these different domains?
Many Thanks
Hey @John2021 , with some work you could do all of this from one store with the Locksmith app. You wouldnāt need separate Shopify stores; you could use international domains within a single shop using either mystore.fr or fr.mystore.com, it is your preference.
Hi Cole,
We did setup multiple stores for different markets to handle different pricing, taxes and marketing.
Some of this stores have multiple languages and multiple domains based on language settings.
Therefore I need to setup the hreflang links properly to include all store domains and languages on each store.
When I add my own hreflang links the default hreflang links are still there. This way I would have duplicate hreflang links.
Is there a setting that removes the default hreflang links generation from the content_for_header object?
Thanks for your help.
Hey @Brecht , yes you can disable the native hreflang implementation - please get in touch with our support team and they can do this for you!
Hi there, hoping for a little help with our decision wether to create a new store or use an international domain (or if that is initial premise is flawed and that creating an international domain is the same as creating a new Shopify storeā¦)
We are an established store based in the UK. However we do have a sizeable amount of international sales coming primarily from the US.
The non-UK experience is powered by Global-e and we would like to move away from this for US traffic.
We would like to have a US store e.g. us.our-site.com that we can tailor as needed and importantly use Shopifys native checkout experience.
We would want the US store to have the same products and not having to merchandise them separately would be ideal.
In the longer term that it would be good to have US specific copy or creative for US traffic.
Hi @ajmarriage thanks for your message.
What are you using with Global-e today that is essential for you to sell into the US?
Itās absolutely correct that you can have separate domains that target different countries/regions within a single Shopify store, and the control the pricing for each market with international pricing. These features are currently contingent on the use of Shopify Payments, so if you are already using SP or would consider using it, we can definitely help you with this transition.
Hi @coleatkinson ,
Thanks for all of the useful info on this thread. I have a few more questions that I am hoping you can help me with:
- We currently have a .com URL aimed at all locales. If we were to add a .co.uk domain as our main domain in Shopify, could we have the .com website for US customers only and the .co.uk for all other locales (UK + EU, Asia, Canada, etc)?
- Is it possible to set a store currency per domain (USD for the .com website & GBP for the .co.uk website) or can a store only have 1 store currency in the back-end?
- With regards to international domains and appsā¦
- We are currently using Klarna on our website but it only works for the UK & EU as Klarna requires a separate URL for the US. Could we link our new US Klarna account to our .com website only and have our EU Klarna account appear on the .co.uk website only?
- We use Reviews.io to gather and feature customer reviews. The app can only have widgets displayed on 1 unique URL so we would need a separate account for the .co.uk website. Would the {{ request.host }} feature enables us to show different widgets on different websites as well as correctly display star rating and number of reviews on our Google listings for each domain?1. Finally, we use the app Affiliatly to run our affiliates program, would our affiliates need an affiliate link for each domain or would customers get redirected to their region with the geo-targeting app?
Thanks!
Hi Cole,
We use global-e to set country specific pricing - importantly including the duty and tax as part of the price.
We currently have Shopify Payments setup, so good on that side of things.
Would we be able to set the prices in the same manner as global-e with the taxes and duty included?
Hi @Gaelle1 , great questions thank you!
- I would suggest you continue to use your .com address to target all locales, and then use your .co.uk domain to target the UK in GBP specifically, not the other way around. You can certainly do this with international domains and Shopify Payments.
- You can sell in multiple currencies from one store provided you are using Shopify Payments
- I will get someone to follow up with you on the use of Klarna across both domains
- I would check with reviews.io if their widgets can only display one on URL means they can only be displayed on on store. Normally what apps intend to do with this is indicate that to use their app across multiple stores, it needs to be paid for in each store. I would be very surprised if their widget only displayed on one of your international domains. This might be a better question directed towards them - you can ask them how their app works when you have multiple international domains loaded into a single store
- For your affiliate links, I wold highly recommend getting your affiliates links that pertain to their locale i.e. share .co.uk links with affiliates in the UK, and .com links for affiliates everywhere else. If this isnāt possible, then you can use the Geolocation app to direct visitors to the right place if they land on the āwrongā URL e.g. someone from the UK gets sent to .com.
Hope this helps!
Expanding the business internationally is a very big and recent technique to augment the reach of your business and this is something every online shop owner should do to hit the different types of demographic of people and increase the reach of your business. I will also suggest you use your .com address to hit your local area community and then use your .co.UK domain to target the peoples all over the World. You can do this with international domains and Shopify Payment method.
so what is the set back? I do like to know the main reason to restricted membership?
Hi @coleatkinson , is it possible to restrict certain products on different domains? Or specifically if a customer has chosen they want to ship to say Australia, the store only shows those products which are able to be shipped to Australia?
You can control the availability of content per domain with the request.host liquid filter in your theme files. This would require knowledge of liquid to implement, however we are working on making this a more native process.
You can use shipping profiles to ensure that only the products that are available to certain countries can be shipped there.
Hi, would this method also include domain specific content (non-product
related)? For example if I wanted to add a banner promoting something on
one domain but not another, could I do this via the request.host liquid
filter too?