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: README.md
+12-14
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,15 @@ Nyxie is a plugin for Sitecore Commerce that extends the Promotion Engine with a
9
9
It introduces 8 new qualifications and 6 new benefits. In addition these qualifications and benefits are displayed in the business tools in an easy to read way.
10
10
11
11
## Getting started
12
-
1. Download the Sitecore .update package and the .nuget package from the GitHub releases page.
13
-
2. Install the .nuget package in a local nuget registry or folder and add it to the Sitecore Commerce Engine project.
12
+
1. Download the Sitecore .update package and the .nuget package from the GitHub releases page.
13
+
2. Install the .nuget package in a local nuget registry or folder and add it to the Sitecore Commerce Engine project.
14
14
3. Install the Sitecore .update package using the Sitecore Control Panel.
15
15
4. Synchronze the Commerce Control Panel using the Sitecore Commerce Postman scripts: ContentAPISamples -> DoActions -> Sync content item.
16
16
5. The new qualifications and benefits are now available in the business tools.
17
17
18
18
## How to use
19
19
20
-
### Qualifications
20
+
### Qualifications
21
21
22
22
The following qualifications are part of Nyxie and can be selected in the business tools.
23
23
@@ -159,7 +159,7 @@ The action will do the following:
159
159
160
160
1. Select the eligable items
161
161
2. Sort the items by most/least expensive
162
-
3. Calculate the number of times the discount should be applied
162
+
3. Calculate the number of times the discount should be applied
163
163
4. Apply the discount to the most/least expensive items
164
164
165
165
> Cart line quantity is taken into account, meaning that a cart line with a quantity of 10 could have the discount applied twice, resulting in 2 discounted products and 8 at full price.
@@ -190,7 +190,7 @@ The action will do the following:
190
190
191
191
1. Select the eligable items
192
192
2. Sort the items by most/least expensive
193
-
3. Calculate the number of times the discount should be applied
193
+
3. Calculate the number of times the discount should be applied
194
194
4. Apply the discount to the most/least expensive items
195
195
196
196
> Cart line quantity is taken into account, meaning that a cart line with a quantity of 10 could have the discount applied twice, resulting in 2 discounted products and 8 at full price.
@@ -231,7 +231,7 @@ The action will do the following:
231
231
232
232
1. Select the eligable items
233
233
2. Sort the items by most/least expensive
234
-
3. Calculate the number of times the discount should be applied
234
+
3. Calculate the number of times the discount should be applied
235
235
4. Apply the discount to the most/least expensive items
236
236
237
237
> Cart line quantity is taken into account, meaning that a cart line with a quantity of 10 could have the discount applied twice, resulting in 2 discounted products and 8 at full price.
@@ -259,7 +259,7 @@ The action will do the following:
259
259
260
260
1. Select the eligable items
261
261
2. Sort the items by most/least expensive
262
-
3. Calculate the number of times the discount should be applied
262
+
3. Calculate the number of times the discount should be applied
263
263
4. Apply the discount to the most/least expensive items
264
264
265
265
> Cart line quantity is taken into account, meaning that a cart line with a quantity of 10 could have the discount applied twice, resulting in 2 discounted products and 8 at full price.
- Build Sitecore XC Docker images according to the instructions found here: https://github.com/Sitecore/docker-images
289
-
- Or if you have pre-built Docker images available in a registry, set the `REGISTRY` in (./env)
289
+
- Or if you have pre-built Docker images available in a registry, set the `REGISTRY` in [](./env)
290
290
291
-
- Copy your Sitecore license file (license.xml) to the [](./license) folder
292
-
293
-
- Spin up the environment (make sure you are using Windows and not Linux containers):
291
+
- Spin up the environment, see [here](https://github.com/Sitecore/docker-images/tree/master/windows/tests/9.3.x#prerequisites-and-considerations) for prerequisites e.g. wrt. use of Sitecore license (make sure you are using Windows and not Linux containers):
294
292
```
295
293
PS> docker-compose up
296
294
```
297
295
298
-
To set the Docker container service names as DNS names on your host edit your `hosts` file.
296
+
To set the Docker container service names as DNS names on your host edit your `hosts` file.
299
297
A convenient tool to automatically do this is [whales-names](https://github.com/gregolsky/whales-names).
300
298
301
299
Synchronize the development content by running Unicorn: [http://cm/unicorn.aspx?verb=sync](http://cm/unicorn.aspx?verb=sync).
302
300
303
-
Initialize your Commerce Engine and setup a Storefront according to the instructions [here](https://github.com/Sitecore/docker-images/tree/master/windows/tests/9.2.x).
301
+
Initialize your Commerce Engine and setup a Storefront according to the instructions [here](https://github.com/Sitecore/docker-images/tree/master/windows/tests/9.3.x).
304
302
> Unselect the Habitat catalog in `Commerce > Catalog Management > Catalogs` before adding a Storefront site
305
303
306
304
Fix indexes by:
307
305
308
306
- Opening the content editor
309
-
- Make sure the Habitat catalog is selected in the Commerce Control panel
307
+
- Make sure the Habitat catalog is selected in the Commerce Control panel
0 commit comments