Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 2.45 KB

configuring-umbraco.md

File metadata and controls

26 lines (15 loc) · 2.45 KB
description
Learn how to configure Umbraco in order to start using the Checkout package.

Configure Umbraco

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.

Step 1: Configuring the Checkout flow

Overview of some of the different configuration options for customizing the Checkout flow.

NameDescription
Store LogoA 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 AddressThe official address of the store. This will be displayed in the footer of all email communications.
Theme ColorThe color theme to use for the checkout design.
Collect Shipping InfoA 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 AliasesA comma-separated list of order line property aliases to display in the order summary.
Checkout Back PageThe page to go back to when backing out of the checkout flow.
Terms and Conditions PageDefines which page on the site contains the terms and conditions of the store.
Privacy Policy PageThe page on the site containing the privacy policy.
Hide from NavigationCheckbox 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:

NameDescription
Short Step NameA short name for this step to display in the checkout navigation.
Step TypeThe checkout step to display for this step of the checkout flow.

Linking to the Checkout

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.