How can I adjust email notifications to point to my own website?

Solved

How can I adjust email notifications to point to my own website?

ClarkBooks
Visitor
2 0 0

Hi,

I'm using buy buttons to use Shopify on my own website and don't want to use a Shopify website, but in the email notifications to customers, it points toward a Shopify website. How can I change that?

Thank you

Accepted Solution (1)

shraddha_patel
Shopify Partner
155 24 23

This is an accepted solution.

Hello there,

I would like to help you here.

 

You need to edit your notification email templates from shopify admin.

Try below steps it might work for you.

 

- Go to Settings > Notifications > Open your email template > Click on Edit code Button  (Top Right corner) 

 

Search for '{{shop.url}}' and replace it with your current site url

 

It will look something like - <a href="YOUR_DOMAIN.COM">{{ shop.name }}</a>

 

Let me know if it worked.

Thank you

Need more help with theme customization and store development ? You can Reach me here
Or Text me

View solution in original post

Replies 2 (2)

shraddha_patel
Shopify Partner
155 24 23

This is an accepted solution.

Hello there,

I would like to help you here.

 

You need to edit your notification email templates from shopify admin.

Try below steps it might work for you.

 

- Go to Settings > Notifications > Open your email template > Click on Edit code Button  (Top Right corner) 

 

Search for '{{shop.url}}' and replace it with your current site url

 

It will look something like - <a href="YOUR_DOMAIN.COM">{{ shop.name }}</a>

 

Let me know if it worked.

Thank you

Need more help with theme customization and store development ? You can Reach me here
Or Text me
ClarkBooks
Visitor
2 0 0

Ahh, of course. I had been looking for an automatic solution, and didn't even think about changing the code. Thank you so much. I'll do it that way.