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.
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024