I am looking to create a custom “Thank You” page for my Shopify website and was wondering if there is a way to implement this. Could you kindly guide me through the process or provide any resources that could help?
Thank you in advance for your assistance. I look forward to hearing from you.
Customizing the Shopify Thank You page isn’t possible directly through themes, but Shopify now allows it using Checkout UI Extensions — especially useful for adding dynamic content post-purchase.
One simple way is using an app that supports these new extensions. For example, I came across this app that lets you show selected products or a next-purchase coupon on the Thank You & Order Status pages:
In Shopify, the “Thank You” page (also called the Order Status Page) is automatically generated after a customer completes the checkout. You cannot create a new custom “Thank You” page to replace it, but you can customize it and add content using these methods:
Add Custom Content to the Thank You Page
Shopify allows you to inject HTML/JavaScript into the “Thank You” page using the “Additional scripts” field:
Liquid code like {{ checkout.order_id }}, {{ checkout.customer.email }}
Example – Add a simple message:
<script>
document.addEventListener('DOMContentLoaded', function () {
const msg = document.createElement('div');
msg.innerHTML = '<h2>Thank you for your purchase!</h2><p>Your order is confirmed.</p>';
document.body.prepend(msg);
});
</script>
Use Apps to Customize Thank You Page (Optional)
If you want more advanced customization like:
Due to the limitation & policies of Shopify it is not possible to make the Thank You page with custom code.
we cannot do the custom code for the Thank you Page. But we can only do the available customize options. If you want I can help with that if you can share the 4 digits collab code in the p/m.
Thanks