Configuring Cart Cleanup
Learn how to configure a cart cleanup routine.
{
"Umbraco" : {
"Commerce": {
"CartCleanupPolicy": {
"EnableCleanup": true,
"KeepCartsForDays": 800,
// Optional settings
"FirstRunTime": "* 4 * * *",
"Period": "1.00:00:00",
"PerStorePolicies": {
"{STORE_ALIAS}": {
"KeepCartsForDays": 800,
}
}
}
}
}
}Key
Description
Cart Conversion Rates Widget

Last updated
Was this helpful?