Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 405 Bytes

2021-04-01-add-cleanup-task-for-cart-table.md

File metadata and controls

10 lines (10 loc) · 405 Bytes
title issue author author_email author_github
Add cleanup task for cart table
NEXT-14155
OliverSkroblin
OliverSkroblin

Core

  • Added \Shopware\Core\Checkout\Cart\Cleanup\CleanupCartTaskHandler, which delete all carts which are older than 120(shopware.cart.expire_days) days
  • Added shopware.cart.expire_days config to define expire time for cart table entries