Skip to content

Commit

Permalink
Merge pull request #2299 from BlackbitDevs/docs/expire-carts
Browse files Browse the repository at this point in the history
[Docs] Maintenance mode <-> Maintenance job
  • Loading branch information
dpfaffenbauer committed May 31, 2023
2 parents 98c243b + 60ba097 commit 8eb31ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/03_Development/04_Cart/05_Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ $ bin/console coreshop:cart:expire --user
$ bin/console coreshop:cart:expire --days=20
```

## Expire Abandoned Carts via Maintenance Mode
## Expire Abandoned Carts via maintenance job
By default, this feature is disabled.
If you want to swipe abandoned carts by default you need to define a expiration date:
If you want to delete abandoned carts, you need to define an expiration date:

```yml
core_shop_order:
Expand Down

0 comments on commit 8eb31ee

Please sign in to comment.