Is there a way to hide the "action" section in the post-checkout step?

Hello,

I have created an app and extension that allows me to add a custom block to the “Thank you” page (post-checkout) with a custom contact block and a custom “Back to store” button. Is there a way to hide the default “Action” block from this section, either via the admin, an App or GraphQL?

Thank you

Hey @jean-louis.mainguy

There isn’t currently a way to hide the default “Action” section (the “Continue shopping” button area) on the Thank you page — not through the admin, the Checkout Branding API, or a checkout UI extension.

The Checkout Branding API does let you hide certain elements (like the cart link via cartLink.visibility: HIDDEN, or footer policies), but the action section on the Thank you page isn’t one of the customizable areas exposed by the branding types today.

Hello @Liam-Shopify , thank you for following up, at least I know where I’m standing with this!