Skip to content

Commit 143f60d

Browse files
authored
Update configure-store.md
1 parent c994be4 commit 143f60d

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

15/umbraco-commerce/tutorials/build-a-store/configure-store.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ Each store comes with a set of predefined configurations that you can extend, co
1919

2020
If your business operates in multiple regions, setting up locations helps:
2121

22-
* Configure stores for different locations with their own language, shipping addresses, regional offers, local regulations, and payment gateways.
22+
* Configure stores for different locations with separate languages, shipping addresses, regional offers, local regulations, and payment gateways.
2323
* Ship products from different locations. The system can be set up to route orders to the nearest warehouse based on the customer’s location.
2424

25-
To set up a location:
25+
### Steps to set up a location:
2626

2727
1. Select your store from the **Stores** menu in the **Settings** section. In this case, *Umbraco Swag Store*.
2828
2. Go to **Locations** under the Store.
@@ -32,15 +32,15 @@ To set up a location:
3232

3333
![Create Location](../images/create-location.png)
3434

35-
6. Click **Save**.
35+
6. **Save** the changes.
3636

3737
## Setting up Order Statuses
3838

39-
Order status tracks the progression of an order. It helps both the store owner and customers track the progress of the order from the moment it is placed until itis delivered (or returned).
39+
Order Status tracks the progression of an order. It helps both the store owner and customers track the order's progress from the moment it is placed until it is delivered (or returned).
4040

41-
When you first set up Umbraco Commerce, it comes with predefined order statuses to help manage the order lifecycle. These statuses include New, Completed, Cancelled, and Error. These statuses can be customized based on your specific business requirements.
41+
When you first set up Umbraco Commerce, it comes with predefined order statuses to help manage the order lifecycle. These statuses include _New_, _Completed_, _Cancelled_, and _Error_. The statuses can be customized based on your specific business requirements.
4242

43-
To create an order status:
43+
### Steps to create an order status:
4444

4545
1. Go to **Order Statuses** under the Store.
4646
2. Click **Create Order Status**.
@@ -49,15 +49,15 @@ To create an order status:
4949

5050
![Create Order Status](../images/create-order-status.png)
5151

52-
5. Click **Save**.
52+
5. **Save** the changes.
5353

5454
## Setting up Payment Methods
5555

5656
Payment Methods define the payment options available in the store. By default, Umbraco Commerce includes basic providers like **Invoicing** and **Zero Value** to get started.
5757

5858
Umbraco Commerce also supports the integration of different third-party payment gateways. For more information, see the [Umbraco Commerce Payment Providers Documentation](../../../../commerce-add-ons/payment-providers/README.md).
5959

60-
To set up a payment method:
60+
### Steps to set up a payment method:
6161

6262
1. Go to **Payment Methods** under the Store.
6363
2. Click **Create Payment Method**.
@@ -67,15 +67,15 @@ To set up a payment method:
6767

6868
![Create Payment Method](../images/create-payment-methods.png)
6969

70-
6. Click **Save**.
70+
6. **Save** the changes.
7171

7272
## Setting up Shipping Methods
7373

7474
Shipping methods determine how customers receive their orders. Setting up shipping methods effectively is crucial, as it impacts customer satisfaction, fulfillment costs, and overall operational efficiency.
7575

7676
By default, Umbraco Commerce comes with the basic Pickup option. For more information on the integration for different providers, see the [Umbraco Commerce Shipping providers Documentation](../../../../commerce-add-ons/shipping-providers/README.md).
7777

78-
To create a shipping method:
78+
### Steps to create a shipping method:
7979

8080
1. Go to **Shipping Methods** under the Store.
8181
2. Click **Create Shipping Method**.
@@ -85,13 +85,13 @@ To create a shipping method:
8585

8686
![Create Shipping Method](../images/create-shipping-method.png)
8787

88-
6. Click **Save**.
88+
6. **Save** the changes.
8989

9090
## Setting up a Country
9191

9292
Setting up a country involves configuring settings related to shipping, payment methods, tax rates, localization, legal compliance requirements, and so on for that specific country.
9393

94-
To set up a country:
94+
### Steps to set up a country:
9595

9696
1. Go to **Countries** under the Store.
9797
2. Click **Create Country**.
@@ -101,28 +101,28 @@ To set up a country:
101101

102102
![Create Country](../images/create-country.png)
103103

104-
6. Click **Save**.
104+
6. **Save** the changes.
105105

106106
## Setting up a Currency
107107

108108
Setting up currency is essential for ensuring that prices are displayed and transactions are processed accurately. For information on configuring an exchange rate service, see the [Currency Exchange Rate Service Provider](../key-concepts/currency-exchange-rate-service-providers.md) article.
109109

110-
To set up a currency:
110+
### Steps to set up a currency:
111111

112112
1. Go to **Currencies** under the Store.
113113
2. Click **Create Currency**.
114-
3. Enter a **Name** for the currency. For Example: *DKK*.
114+
3. Enter a **Name** for the currency. For Example: `DKK`.
115115
4. Configure the currency details as per your requirements.
116116

117117
![Create Currency](../images/create-currency.png)
118118

119-
5. Click **Save**.
119+
5. **Save** the changes.
120120

121121
## Setting up Taxes
122122

123-
Tax setup is crucial for compliance with local regulations and for ensuring that your pricing is accurate and transparent. You can set up tax rates for each jurisdiction where you need to collect tax. For more information, see the [Tax Sources](../key-concepts/tax-sources.md) article.
123+
Tax setup is crucial for compliance with local regulations and for ensuring that your pricing is accurate and transparent. You can set up tax rates for each jurisdiction where you must collect tax. For more information, see the [Tax Sources](../key-concepts/tax-sources.md) article.
124124

125-
To set up taxes:
125+
### Steps to set up taxes:
126126

127127
1. Go to **Taxes** under the Store.
128128
2. Click **Create Tax Class**.
@@ -131,13 +131,13 @@ To set up taxes:
131131

132132
![Create Tax Class Rate](../images/create-tax-rate.png)
133133

134-
5. Click **Save**.
134+
5. **Save** to changes.
135135

136136
## Setting up Templates
137137

138138
Defines the different **Email**, **Print**, and **Export** templates available for the store. These templates help maintain consistency and professionalism in communication with customers and facilitate data handling.
139139

140-
To create an Email Template:
140+
### Steps to create an Email Template:
141141

142142
1. Expand the **Templates** folder under the Store.
143143
2. Go to **Email Templates**.
@@ -147,7 +147,7 @@ To create an Email Template:
147147

148148
![Create Email Template](../images/create-email-template.png)
149149

150-
6. Click **Save**.
150+
6. **Save** the changes.
151151

152152
Similarly, you can create custom **Print** and **Export** Templates.
153153

0 commit comments

Comments
 (0)