Customize the order status page
Customize your order status page to display options and messages based on your customer's needs.
Translate your order status page
You have the same control over the language used on your order status page that you do over the rest of your Shopify store. If youtranslated your entire theme language, then your order status page is already in your chosen language.
You can also translate your messaging line by line if the default text doesn't fit your branding. For example, the first line of the order status page reads "Thank you, John", but could be translated to "Thanks, John!".
FollowChange the wording in themesto customize your translations and wording. The order status fields are under theCheckout and systemtab from theCheckout thank youheading to theCheckout shop policiesheading.
Add additional scripts
TheAdditional scriptsbox is used to insert code into the template for your order status page. You can add any of the following:
HTML - You can use any valid HTML5 code, for example script, style, iframe, and object elements.
Liquid code - You have access to the
checkout
andshop
Liquid objects. To learn more about their attributes, refer toThe checkout objectandThe shop object.Tracking scripts- You can add tracking scripts to track referrals, return on investment, or conversions.
Example customizations using additional scripts
Here are some example customizations that use theAdditional scriptsfield:
- Add conversion tracking to your order status page
- Show content when a particular shipping method is used
- Show content when a particular product is in the order
- Show content based on customers' locations
- Add a message to your order status page using a JavaScript object
Access the additional scripts
Use the checkout editor
If you have the Shopify Plus plan, then you canupgrade to checkout extensibilityto make advanced customizations to your checkout experience.