Skip to content

Commit 0e7ea19

Browse files
authored
Merge pull request #6890 from MrEssCee/patch-8
Create customise-checkout
2 parents cff1873 + 5235401 commit 0e7ea19

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
description: This documentation shows how to customize the Checkout package for Umbraco Commerce.
3+
---
4+
5+
# Customize Checkout
6+
7+
It is assumed that you already have an Umbraco website configured 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.
8+
9+
Umbraco Commerce Checkout is a free and open-source add-on package for Umbraco Commerce. It is possible to amend the default behavior to customize the checkout to your needs.
10+
11+
## Setup
12+
13+
To allow customization you must first 'override' the existing files for the step required to be modified.
14+
15+
To do this follow these steps:
16+
17+
1. Copy the equivalent [files and partials](https://github.com/umbraco/Umbraco.Commerce.Checkout/tree/main/src/Umbraco.Commerce.Checkout/Views/UmbracoCommerceCheckout).
18+
2. Add them to `Views/UmbracoCommerceCheckout` in your project directory. It might be necessary to create the folder first.
19+
3. Make a small text change to one of the Views to verify that the files are in use.
20+
4. Verify that the changes are carried out and displayed correctly.
21+
22+
You are now ready to start customizing the Checkout page to fit the design of your website.
23+
24+
## Useful links
25+
26+
Here are a few useful links to learn more about the Umbraco Commerce Checkout package:
27+
28+
* [Umbraco Commerce Checkout source code](https://github.com/umbraco/Umbraco.Commerce.Checkout)
29+
* [Umbraco Commerce Checkout issue tracker](https://github.com/umbraco/Umbraco.Commerce.Checkout/issues)

0 commit comments

Comments
 (0)