What's your biggest current challenge? Have your say in Community Polls along the right column.

Redirect "View Your Order" Button to "Thank You" Page

Redirect "View Your Order" Button to "Thank You" Page

SpoofChamps
Visitor
2 0 0

I’d like to change the "View your order" button in the order confirmation email to redirect customers to the "Thank You" page instead of the "Order" page.

 

How can I do this?

Replies 3 (3)

Rukhsana
Shopify Partner
70 3 7

To do this, you will need to modify the email template in your Shopify admin. Here's how:

  1. Go to your Shopify admin dashboard.
  2. Navigate to Settings > Notifications.
  3. Click on Order confirmation email.

From here, you can edit the order confirmation email. However, I suggest not making changes unless you're comfortable with coding, as modifying the email template requires some coding skills.

Support me: Buy me a coffee

For quick response - Message me
Ping me at: alirukhsana786@gmail.com
SpoofChamps
Visitor
2 0 0

Should i replace "<a href="{{ order_status_url }}" class="button__text">View your order</a>"

 

with

 

"<a href="{{ shop.url }}/thank-you" class="button__text">View your order</a>"

???

Ahmad31
Shopify Partner
111 9 8

The "View your order" button in Shopify's order confirmation email template is dynamically generated and typically links to the Order Status Page (also called the "Order" page). While Shopify does not allow direct customization of this URL to redirect it to the "Thank You" page, you can achieve similar functionality by modifying the email template.

Love my work? Buy me a coffee!
Hire Me: Email me Or Chat on Whatsapp
If you found my solution helpful, please like and accept it. Your support is greatly appreciated!