How can I change the receipt link to my custom domain?

Hey, @blessedsaint .

Welcome to Shopify Community.

Thanks for your question! By default the SMS template will use your store’s .myshopify.com address. To change this, you just have to make a few tweaks to the template.

Steps:

  1. From your Shopify admin, go to Settings > Notifications.

  2. Click the notification that you want to edit.

  3. Click SMS to view the SMS template for the notification as such:

  4. Change the template above to:

    Thank you for your purchase from {{ shop.name }}!
    
    {{ order.order_status_url | replace_first: 'shopname.myshopify.com', 'shopname.com'}}
    
  5. Then click Save.

That should do the trick, but let me know if you have more questions.

Warm regards,

1 Like