Add a configurator for deleting commerce carts

Created on 24 June 2025, about 1 month ago

Problem/Motivation

The Commerce Cart module provides its own system to delete abandoned carts via cron/queue. It is less configurable though, and it uses the `changed` timestamp to determine whether a cart should be deleted. This is problematic in many cases because a cart can be refreshed in a number of circumstances without the user interacting with it, at which point the `changed` timestamp gets updated - preventing it from being deleted even if it is actually abandoned.

Proposed resolution

Provide a configurator that extends the Age plugin which collects order entities that are carts.

Feature request
Status

Active

Version

1.0

Component

Code

Created by

🇵🇪Peru krystalcode

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024