Skip to main content

UX for Thank you and Order status pages

This guide introduces UX guidelines for Thank you and Order status page customizations.


Before getting started, you first need to decide whether you want your extension to show up at a static target, or a dynamic target. Read the target framework to learn more. Choosing the right target approach is key to providing a great customer experience.

The Order status page, with a highlighted section labelled "purchase.thank-you.block.render [OrderStatus1]".

In the example above, purchase.thank-you.block.render is a dynamic extension point, which a merchant can place wherever they want. In this instance, the extension adds a post-checkout survey extension in OrderStatus1 above the customer information, because the survey feedback should be captured directly after the buying experience.


To understand the complete list of components needed to create Thank you or Order status page extensions, first consider the possible states for these extensions.

A Thank you and Order status extension going through its four possible states.

An extension has four possible states:

Note

The submitted state doesn't need a success banner because the addition of the survey to the page indicates that the extension was rendered.

To create the four possible states of a post-checkout survey extension, you need all the components listed in the following chart.

ComponentPreviewTips
SkeletonTextA SkeletonText component.Try to reflect the actual content's dimensions to keep placement from shifting when the content loads.
ViewA View component.View is a generic container component. Its contents will always be the same size, so this component can be useful in layout components like Grid, BlockStack, and InlineStack that would otherwise stretch their children to fit.
HeadingA Heading component.Allow merchants to customize the header content and make it configurable from the checkout editor.
TextA Text component.Allow merchants to customize the text content and make it configurable from the checkout editor.
ChoiceListA ChoiceList component.Use choice lists to present a list of choices where customers can make a single selection or multiple selections. If possible, enable merchants to customize the OptionList content.
ButtonA Button component.Use secondary buttons here, reserving the primary button for the main call to actions (such as "Continue shopping").
BannerA Banner component.Use secondary buttons here, reserving the primary button for the main call to actions (such as "Continue shopping").

When using a nested layout, you need only the following structural component:

ComponentPreviewTips
BlockStackA BlockStack component.BlockStack components can be nested with themselves or with other components.

Use the BlockStack component to vertically stack elements on top of each other.

A BlockStack component with two elements vertically stacked on top of each other. The spacing between the components is highlighted.

Spacing between the heading and content should be set to base to keep it consistent with nested components. To address different spacing values, you can nest a BlockStock inside of another BlockStack component, as shown in the following image:

A BlockStack component nested inside another BlockStack component. Both BlockStack components are using the base spacing value so that they appear visually consistent with each other.

Anchor to Post-checkout survey UX guidelinesPost-checkout survey UX guidelines

To help merchants gain customer trust and to provide a great post-checkout experience, follow these guidelines when designing a post-checkout survey app extension.

Anchor to Display only one survey per sessionDisplay only one survey per session

Limit content so that customers aren't overwhelmed with information after they've completed their order.

The Order status page with only one placeholder survey included.

Anchor to Give merchants control over survey contentGive merchants control over survey content

Merchants know their customers best and should have the flexibility to create surveys that relate to the shopping journey of their customers.

A GIF that shows a rendered post-checkout survey extension cycling through different custom content that a merchant could choose to add.


Was this page helpful?