All things Shopify and commerce
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?
To do this, you will need to modify the email template in your Shopify admin. Here's how:
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.
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>"
???
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.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025