Configure Umbraco
Learn how to configure Umbraco in order to start using the Checkout package.
After installing the Checkout package, a series of content nodes will be created for you on your site. These will control the checkout flow.
On the root of these nodes, you can configure a series of options to customize the checkout flow to your needs.

Overview of some of the different configuration options for customizing the Checkout flow.
Name | Description |
---|---|
Store Logo | A link to a media item to use as the store logo. If one is not selected, then the store name will be displayed instead. |
Store Address | The official address of the store. This will be displayed in the footer of all email communications. |
Theme Color | The color theme to use for the checkout design. |
Collect Shipping Info | A checkbox to set whether to collect shipping info or not. If deselected, all shipping info-related fields/steps will be removed from the checkout flow |
Order Line Property Aliases | A comma-separated list of order line property aliases to display in the order summary. |
Checkout Back Page | The page to go back to when backing out of the checkout flow. |
Terms and Conditions Page | Defines which page on the site contains the terms and conditions of the store. |
Privacy Policy Page | The page on the site containing the privacy policy. |
Hide from Navigation | Checkbox to hide the checkout page from the site's main navigation. |
In addition to these root node settings, each checkout step page also has a number of configurable options:
Name | Description |
---|---|
Short Step Name | A short name for this step to display in the checkout navigation. |
Step Type | The checkout step to display for this step of the checkout flow. |
With the checkout setup and configured the final step is to configure your cart page to link through to the checkout flow. How you do this is up to you:
- Link to the URL
/checkout
or - Use a Content Picker to select the checkout node to link to.
Last modified 3mo ago