You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: commerce-add-ons/packages/checkout/customize-checkout.md
+9-11Lines changed: 9 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,22 @@
1
1
---
2
-
description: This is the documentation for the Checkout package for Umbraco Commerce allowing you to customise the chekcout.
2
+
description: This documentation shows how to customize the Checkout package for Umbraco Commerce.
3
3
---
4
4
5
-
It is assumed that before we begin that you already have an Umbraco website configured and Umbraco Commerce installed and a store set up. If you are not at this stage yet, please read the [core Umbraco Commerce documentation](https://docs.umbraco.com/umbraco-commerce/) to learn how to get started.
6
-
7
-
# Overview
5
+
# Customize Checkout
8
6
9
-
Umbraco Commerce Checkout is a free and open-source add-on package for Umbraco Commerce. It is possible to amend the default behaviour to customise the checkout towards your needs.
7
+
It is assumed that before we begin that you already have an Umbraco website configured and Umbraco Commerce installed and a store set up. If you are not at this stage yet, please read the [core Umbraco Commerce documentation](https://docs.umbraco.com/umbraco-commerce/) to learn how to get started.
10
8
11
-
# Setup
9
+
Umbraco Commerce Checkout is a free and open-source add-on package for Umbraco Commerce. It is possible to amend the default behaviour to customize the checkout towards your needs.
12
10
13
-
In order to allow customisation you must first 'override' the existing files for the step required to be modified.
11
+
## Setup
14
12
15
-
To do this you need to copy the equivalent files and partials found at https://github.com/umbraco/Umbraco.Commerce.Checkout/tree/main/src/Umbraco.Commerce.Checkout/Views/UmbracoCommerceCheckout.
13
+
In order to allow customization you must first 'override' the existing files for the step required to be modified.
16
14
17
-
Copy the files from linked location and create Views/UmbracoCommerceCheckout folder if it doesnt already exist in your project.
15
+
To do this you need to copy the equivalent (files and partials)[https://github.com/umbraco/Umbraco.Commerce.Checkout/tree/main/src/Umbraco.Commerce.Checkout/Views/UmbracoCommerceCheckout].
18
16
19
-
Copy all/required files to this location.
17
+
Copy the files and add them to `Views/UmbracoCommerceCheckout` in your project directory. It might be necessary to create the folder first.
20
18
21
-
To verify you have set this up correctly, make a simple text change to one of the Views and visit the step where the change was carried out to ensure it displays accordingly.
19
+
Verify that the files are in use by making a simple text change to one of the Views. Visit the step where the change was carried out to ensure it displays accordingly.
0 commit comments