How to change 'Thank You' page text in Debut Now theme?

Topic summary

A user encountered an issue adding custom text to the Thank You page (Order Status Page) in the Debut Now theme (v17.14.1). They used the Shopify.Checkout.OrderStatus.addContentBox() method in Settings > Checkout > Order Status Page > Additional Scripts, but the text wasn’t displaying.

Root Cause:
The problem was a syntax error—an unescaped single quote (apostrophe) in the word “you’ve” within the JavaScript string, which broke the code.

Solution:
Escape the apostrophe or use alternative markup formatting. After implementing this fix, the custom message successfully appeared on the Thank You page.

Status: Resolved

Summarized with AI on November 20. AI used: claude-sonnet-4-5-20250929.

Hello,

I’m trying to add some text to my Thank You page however when I’ve added the code it doesn’t seem to be showing.

The theme I’m using is Debut Now (Version 17.14.1).

I’ve gone to Settings>Checkout>Order Status Page>Additional Scripts. I’ve then pasted the following:

Could anyone advise why it might not be showing the message on the page when the customer orders please?

I was wondering if my Theme worked with this method?

Hi @DanTreatyPie ,

It’s bcoz of a single quote (') there in the text you’ve in the second argument.

Your script should be like below.


Or you can try with


Hope it helps…

1 Like

This has worked, thanks so much for your help.

I’d looked at it a few times but just hadn’t noticed that ’