According to Shopify docs, the "Thank You page" is the last page your customer visits when he or
she orders from your store. In most instances, the Thank You page is page 3 of 3 in the checkout process. The Thank You page can be customized in three ways:
Here's what to do.
Paste this script inside the box, and replace the highlighted url with your own url.
Read More
- Checkout translation
- Create your own css file
- Additional Content & Scripts to add content to your Thank You page
In your Shopify Dashboard, go to the Settings > Checkout page. Scroll down and find the Additional Content & Scripts box. That box is where you add additional instructions or scripts you would like to show on the Thank You page of the checkout. In our case, we want that the existing Shopify "Thank You" page will redirect to our desired thank you page.
Here's what to do.
Paste this script inside the box, and replace the highlighted url with your own url.
<script>
window.location ="http://texasadjusteracademy.com/pages/training-order-received";
</script>
window.location ="http://texasadjusteracademy.com/pages/training-order-received";
</script>
Don't forget to save your changes.