Download the PHP package bcmarketplace/module-quote-maintenance without Composer
On this page you can find all versions of the php package bcmarketplace/module-quote-maintenance. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bcmarketplace/module-quote-maintenance
More information about bcmarketplace/module-quote-maintenance
Files in bcmarketplace/module-quote-maintenance
Package module-quote-maintenance
Short Description Professional quote lifecycle management module for Adobe Commerce. Automatically removes stale quotes based on configurable age thresholds.
License proprietary
Informations about the package module-quote-maintenance
BCMarketplace Quote Maintenance
What It Does
This module automatically cleans up old shopping cart quotes from your database. By default, Magento keeps all abandoned carts forever, which can slow down your database over time. This module removes quotes older than a specified number of days.
Installation
-
Install via Composer:
-
Enable the module:
-
Run setup upgrade:
- Clear cache:
Configuration
Navigate to: Stores → Configuration → BCMarketplace → Quote Maintenance Settings
Settings
-
Enable Quote Cleaning: Turn the cleanup feature on or off
- Default: Enabled
-
Max Age (In Days): How old quotes must be before deletion
- Range: 1-1095 days
- Default: 730 days (2 years)
- Batch Size: How many quotes to process at once
- Range: 100-10,000
- Default: 1,000
- Lower numbers use less memory but take longer
How It Works
Automatic Cleanup
The module runs automatically every day at 2:00 AM via cron. It deletes quotes older than your configured "Max Age" setting.
Manual Cleanup
You can also run cleanup manually:
To force cleanup even if disabled in settings:
What Gets Deleted
The module deletes quotes based on their updated_at date. Only quotes older than your "Max Age" setting are removed. This includes:
- Abandoned carts
- Old guest quotes
- Any quote not updated within your time threshold
Note: The module only looks at the updated_at date, not order status or other factors.
Logging
Cleanup activities are logged to: var/log/system.log
You'll see entries like:
- When cleanup starts
- How many quotes were deleted
- Any errors that occurred
Troubleshooting
Cron not running?
- Check cron is enabled:
bin/magento cron:run - Verify cron schedule in admin: System → Tools → Cron Schedule
No quotes being deleted?
- Check module is enabled in configuration
- Verify quotes exist that are older than your "Max Age" setting
- Check system.log for error messages
Performance issues?
- Reduce the "Batch Size" setting
- Run cleanup during low-traffic periods
- Consider running manually during maintenance windows
Support
For questions or support:
- Email: [email protected]
- Company: Baako Consulting LLC
License
Proprietary - All rights reserved.
All versions of module-quote-maintenance with dependencies
magento/framework Version >=103.0.0
magento/module-quote Version >=101.2.0
bcmarketplace/module-base Version *