Skip to content

Commit 67984e9

Browse files
authored
Upgrade to XC 9.3.0 (#28)
* Upgrade Docker setup to XC 9.3.0 * Upgrade VS projects to XC 9.3.0 * Refer to 9.3.0 Docker setup instructions
1 parent d9d1886 commit 67984e9

File tree

24 files changed

+405
-310
lines changed

24 files changed

+405
-310
lines changed

.env

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
REGISTRY=
22
WINDOWSSERVERCORE_VERSION=ltsc2019
33
NANOSERVER_VERSION=1809
4-
SITECORE_VERSION=9.2.0
5-
LICENSE_PATH=c:\license
4+
SITECORE_VERSION=9.3.0
5+
SITECORE_LICENSE=
6+
SQL_SA_PASSWORD=8Tombs-Given-Clock#-arming-Alva-debut-Spine-monica-Normal-Ted-About1-chard-Easily-granddad-5Context!
7+
TELERIK_ENCRYPTION_KEY=qspJhcSmT5VQSfbZadFfzhCK6Ud7uRoS42Qcm8UofvVLiXciUBcUeZELsTo8KD9o6KderQr9Z8uZ9CHisFJNRz46WTZ5qCRufRFt
8+
LICENSE_PATH=C:\license
9+
ISOLATION=process

README.md

+12-14
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ Nyxie is a plugin for Sitecore Commerce that extends the Promotion Engine with a
99
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.
1010

1111
## 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.
1414
3. Install the Sitecore .update package using the Sitecore Control Panel.
1515
4. Synchronze the Commerce Control Panel using the Sitecore Commerce Postman scripts: ContentAPISamples -> DoActions -> Sync content item.
1616
5. The new qualifications and benefits are now available in the business tools.
1717

1818
## How to use
1919

20-
### Qualifications
20+
### Qualifications
2121

2222
The following qualifications are part of Nyxie and can be selected in the business tools.
2323

@@ -159,7 +159,7 @@ The action will do the following:
159159

160160
1. Select the eligable items
161161
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
163163
4. Apply the discount to the most/least expensive items
164164

165165
> 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:
190190

191191
1. Select the eligable items
192192
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
194194
4. Apply the discount to the most/least expensive items
195195

196196
> 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:
231231

232232
1. Select the eligable items
233233
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
235235
4. Apply the discount to the most/least expensive items
236236

237237
> 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:
259259

260260
1. Select the eligable items
261261
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
263263
4. Apply the discount to the most/least expensive items
264264

265265
> 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.
@@ -286,27 +286,25 @@ Nyxie.Serialization --> \build\website
286286
Sitecore.Commerce.Engine --> \build\commerce
287287

288288
- 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)
290290

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):
294292
```
295293
PS> docker-compose up
296294
```
297295

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.
299297
A convenient tool to automatically do this is [whales-names](https://github.com/gregolsky/whales-names).
300298

301299
Synchronize the development content by running Unicorn: [http://cm/unicorn.aspx?verb=sync](http://cm/unicorn.aspx?verb=sync).
302300

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).
304302
> Unselect the Habitat catalog in `Commerce > Catalog Management > Catalogs` before adding a Storefront site
305303
306304
Fix indexes by:
307305

308306
- 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
310308
- Goto the commerce tab
311309
- Delete Data Templates
312310
- Update Data Templates
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)