diff --git a/commerce-add-ons/packages/checkout/configuring-umbraco.md b/commerce-add-ons/packages/checkout/configuring-umbraco.md index 50a2078f05c..933bcd76517 100644 --- a/commerce-add-ons/packages/checkout/configuring-umbraco.md +++ b/commerce-add-ons/packages/checkout/configuring-umbraco.md @@ -10,7 +10,7 @@ On the root of these nodes, you can configure a series of options to customize t ## Step 1: Configuring the Checkout flow -![Overview of some of the different configuration options for customizing the Checkout flow.](../media/checkout/001.png) +![Overview of some of the different configuration options for customizing the Checkout flow.](../media/checkout/15_configuration.png)
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.
diff --git a/commerce-add-ons/packages/checkout/installation.md b/commerce-add-ons/packages/checkout/installation.md index 939a1554804..4a57bc9c096 100644 --- a/commerce-add-ons/packages/checkout/installation.md +++ b/commerce-add-ons/packages/checkout/installation.md @@ -18,7 +18,7 @@ PM> Install-Package Umbraco.Commerce.Checkout Alternatively, you can also find and install the NuGet package via the NuGet Package Manager. -![Installing Umbraco Commerce Checkout via the NuGet Package Manager.](<../media/checkout/nuget\_package (1).png>) +![Installing Umbraco Commerce Checkout via the NuGet Package Manager.](<../media/checkout/15_nuget_package_manager.png>) ## Content Installation @@ -30,13 +30,13 @@ To install the relevant Checkout content follow these steps: 2. Navigate to the **Settings** section. 3. Locate the **Checkout Dashboard**. -![The Checkout Dashboard in the Settings section of the Umbraco backoffice.](<../media/checkout/install\_dashboard (1).png>) +![The Checkout Dashboard in the Settings section of the Umbraco backoffice.](<../media/checkout/15_dashboard.png>) 4. Click the **Install** button. 5. Select your site's root node which is configured with a Umbraco Commerce store. 6. Click **Install**. -![The dialog that appears when installing content through the Checkout dashboard.](<../media/checkout/install\_dashboard\_dialog (1).png>) +![The dialog that appears when installing content through the Checkout dashboard.](<../media/checkout/15_install_modal.png>) During this install, Umbraco Commerce checkout will perform the following tasks: diff --git a/commerce-add-ons/packages/checkout/screenshots.md b/commerce-add-ons/packages/checkout/screenshots.md index 8dedf023cfd..a23b37cb6ed 100644 --- a/commerce-add-ons/packages/checkout/screenshots.md +++ b/commerce-add-ons/packages/checkout/screenshots.md @@ -8,13 +8,14 @@ description: >- Check out the screenshots below to see what you get with Umbraco Commerce Checkout straight out of the box. -
+
-Umbraco Commerce Checkout Settings +
Umbraco Commerce Checkout Settings

Umbraco Commerce Checkout Settings

- +
+
-

Umbraco Commerce Checkout Customer Details

+

Umbraco Commerce Checkout Customer Details

diff --git a/commerce-add-ons/packages/media/checkout/15_configuration.png b/commerce-add-ons/packages/media/checkout/15_configuration.png new file mode 100644 index 00000000000..bdd9ad6954a Binary files /dev/null and b/commerce-add-ons/packages/media/checkout/15_configuration.png differ diff --git a/commerce-add-ons/packages/media/checkout/15_dashboard.png b/commerce-add-ons/packages/media/checkout/15_dashboard.png new file mode 100644 index 00000000000..4e49564273d Binary files /dev/null and b/commerce-add-ons/packages/media/checkout/15_dashboard.png differ diff --git a/commerce-add-ons/packages/media/checkout/15_install_modal.png b/commerce-add-ons/packages/media/checkout/15_install_modal.png new file mode 100644 index 00000000000..a3547721002 Binary files /dev/null and b/commerce-add-ons/packages/media/checkout/15_install_modal.png differ diff --git a/commerce-add-ons/packages/media/checkout/15_nuget_package_manager.png b/commerce-add-ons/packages/media/checkout/15_nuget_package_manager.png new file mode 100644 index 00000000000..1ba8cf1fc44 Binary files /dev/null and b/commerce-add-ons/packages/media/checkout/15_nuget_package_manager.png differ