Skip to content

Commit 7994f3c

Browse files
committed
update abandoned carts job configuration; serve vale
1 parent bab3196 commit 7994f3c

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

16/umbraco-commerce/how-to-guides/configuring-abandoned-cart-notification.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Available from Umbraco Commerce 16.1.0
1313
The abandoned cart recurring background job automatically sends reminder emails to customers about items left in their shopping carts. You can configure it using the steps below:
1414
- Go to Store Settings in your admin dashboard.
1515
- Select the store you want to configure.
16-
- Scroll down to the Notification Settings section.
16+
- Scroll down to the Cart Settings section.
1717
- Choose your Abandoned Cart Email Template. If the email template is not set, no notification will be sent but the webhooks can still be fired.
1818
- Set the period of minutes that a cart must be inactive before it is deemed to be abandoned. If the value is 0, the abandoned cart detection is disabled.
19-
- Enter the landing page url for customers to be redirected to when they click on the links in the abandoned cart email.
19+
- Enter the landing page URL for customers to be redirected to when they click on the links in the abandoned cart email.
2020
- Click the Save button to apply your changes.
2121

2222
![store notification settings](images/configuring-abandoned-cart-notification/store-notification-settings.png)
@@ -30,6 +30,7 @@ The advanced settings can be configured in the `appsettings.json`
3030
"Commerce": {
3131
// Optional settings
3232
"AbandonedCartNotifierService": {
33+
"Enable": false,
3334
"FirstRunTime": "",
3435
"Period": "1.00:00:00",
3536
"NotificationBatchSize": 20
@@ -43,6 +44,7 @@ The `appsettings.json` section supports the following keys.
4344

4445
| Key | Description |
4546
| -- | -- |
47+
| `Enable` | Enable this feature.
4648
| `FirstRunTime` | The time to first run the scheduled cleanup task, in crontab format. If empty, runs imediately on app startup. |
4749
| `Period` | How often to run the task, in timespan format. Defaults to every 24 hours. |
4850
| `NotificationBatchSize` | The number of abandoned carts processed each time the job is run. |
@@ -61,9 +63,6 @@ A new webhook called Cart Abandoned has been added. It is triggered when the Aba
6163

6264
## Abandoned Cart Conversion Rates Widget
6365

64-
The Abandoned Cart Conversion Rates widget shows how effectively your store recovers lost sales by tracking the percentage of notified abandoned carts that turn into completed purchases.
66+
The widget shows how many notified abandoned carts are recovered through completed purchases, reflecting your store’s abandoned cart conversion rate.
6567

6668
![Abandoned cart conversion rates widget](images/configuring-abandoned-cart-notification/abandoned-cart-conversion-rates-widget.png)
67-
68-
69-
8.55 KB
Loading

0 commit comments

Comments
 (0)