objectsource/shipping-volume-cap

Magento 2 module to limit the amount of orders per shipping method each day, week or month

1.0.3 2020-03-13 15:24 UTC

This package is auto-updated.

Last update: 2024-04-14 00:54:38 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