objectsource / shipping-volume-cap
Magento 2 module to limit the amount of orders per shipping method each day, week or month
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.1
- magento/magento-composer-installer: *
- shipperhq/module-shipper: ~20.31
This package is auto-updated.
Last update: 2025-03-14 02:43:07 UTC
README
This extension has only been built to work with rates returned from ShipperHQ at this point in time
This extension was created to allow an admin to specify max limit that can be applied to individual shipping rates that are returned from ShipperHQ. The extension will get all orders from the set cut off time and count the number of times a shipping method has been used. It will then check this count against a volume cap and hide the shipping rate if the volume cap has been exceeded.
Installation
composer require objectsource/shipping-volume-cap
php bin/magento module:enable Objectsource_ShippingVolumeCap
php bin/magento setup:upgrade