create a button on checkout Thank you page with script_tag API

Topic summary

Goal: Add a custom button to the checkout Thank You (order confirmation) page using the script_tag API.

Attempt: The poster successfully posted a script file via the script_tag API, but no user interface appeared on the Thank You page. They note that “user interface is not achieved” despite the script being added.

Code provided: A minimal anchor meant to behave like a button — <a "role=“button”>Continue Shopping GO — intended to render on the Thank You page.

Key question: Whether it is possible to inject a dynamic user interface (e.g., a button) onto the Thank You page using the API, and if so, how.

Status: No answers or guidance yet; no confirmed approach or workaround. The thread remains open with the core question unresolved. The provided code snippet is central to the issue.

Summarized with AI on January 29. AI used: gpt-5.

I am able to post a script file with script tag API but user interface is not achieved by it on checkout thank you page.
Is it possible to add a dynamic user interface with API on thank you page?

script file code :

<a "role=“button” >Continue Shopping GO

1 Like