I also have another online store name which I would like my customers to see when they buy a digital product. The 2nd online store domain name is: thesoundsfactory.myshopify.com
thanks to your community help page I found the solution for my problem here:
I have some good news for you all. Like you, I wanted to be able to design my own website while using Shopify checkout and was baffled that Shopify provided no way to point a domain to buy-button checkout. I spent hours chatting with Support about this, and heard many times that it’s simply “not a feature.” There’s actually an extremely simple solution that’s either not known to support or they’ve chosen not to share.
If you go into your buy button’s embed code, you’ll find a script like the following:
function ShopifyBuyInit() {
var client = ShopifyBuy.buildClient({ domain: ‘insert-custom-domain.com’,
storefrontAccessToken: ‘12345…’,
});
Yes – you can control the domain that surfaces during buy-button checkout by simply switching out the “domain” variable’s value (‘insert-custom-domain’ here for clarity) to your custom domain. I thought this was too simple to work, but confirmed this via a comment from Shopify in a tangentially related thread and it works for me.
FYI I’m using a subdomain that I’ve connected to my online-store channel in Shopify. I don’t think this solution would work without that connection.