Skip to content

Commit 06903e6

Browse files
authored
Made some required changes
1 parent c76e417 commit 06903e6

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

commerce-add-ons/packages/checkout/customise-checkout renamed to commerce-add-ons/packages/checkout/customize-checkout.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,22 @@
11
---
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.
33
---
44

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
86

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.
108

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.
1210

13-
In order to allow customisation you must first 'override' the existing files for the step required to be modified.
11+
## Setup
1412

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.
1614

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].
1816

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.
2018

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.
2220

2321
## Useful links
2422

0 commit comments

Comments
 (0)