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: 15/umbraco-commerce/tutorials/build-a-store/configure-store.md
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,10 @@ Each store comes with a set of predefined configurations that you can extend, co
19
19
20
20
If your business operates in multiple regions, setting up locations helps:
21
21
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.
23
23
* Ship products from different locations. The system can be set up to route orders to the nearest warehouse based on the customer’s location.
24
24
25
-
To set up a location:
25
+
### Steps to set up a location:
26
26
27
27
1. Select your store from the **Stores** menu in the **Settings** section. In this case, *Umbraco Swag Store*.
28
28
2. Go to **Locations** under the Store.
@@ -32,15 +32,15 @@ To set up a location:
32
32
33
33

34
34
35
-
6.Click **Save**.
35
+
6.**Save** the changes.
36
36
37
37
## Setting up Order Statuses
38
38
39
-
Order status tracks the progression of an order. It helps both the store owner and customers track the progress of the orderfrom 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).
40
40
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.
42
42
43
-
To create an order status:
43
+
### Steps to create an order status:
44
44
45
45
1. Go to **Order Statuses** under the Store.
46
46
2. Click **Create Order Status**.
@@ -49,15 +49,15 @@ To create an order status:
49
49
50
50

51
51
52
-
5.Click **Save**.
52
+
5.**Save** the changes.
53
53
54
54
## Setting up Payment Methods
55
55
56
56
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.
57
57
58
58
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).
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.
75
75
76
76
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).
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.
93
93
94
-
To set up a country:
94
+
### Steps to set up a country:
95
95
96
96
1. Go to **Countries** under the Store.
97
97
2. Click **Create Country**.
@@ -101,28 +101,28 @@ To set up a country:
101
101
102
102

103
103
104
-
6.Click **Save**.
104
+
6.**Save** the changes.
105
105
106
106
## Setting up a Currency
107
107
108
108
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.
109
109
110
-
To set up a currency:
110
+
### Steps to set up a currency:
111
111
112
112
1. Go to **Currencies** under the Store.
113
113
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`.
115
115
4. Configure the currency details as per your requirements.
116
116
117
117

118
118
119
-
5.Click **Save**.
119
+
5.**Save** the changes.
120
120
121
121
## Setting up Taxes
122
122
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.
124
124
125
-
To set up taxes:
125
+
### Steps to set up taxes:
126
126
127
127
1. Go to **Taxes** under the Store.
128
128
2. Click **Create Tax Class**.
@@ -131,13 +131,13 @@ To set up taxes:
131
131
132
132

133
133
134
-
5.Click **Save**.
134
+
5.**Save** to changes.
135
135
136
136
## Setting up Templates
137
137
138
138
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.
139
139
140
-
To create an Email Template:
140
+
### Steps to create an Email Template:
141
141
142
142
1. Expand the **Templates** folder under the Store.
0 commit comments