@vendure-advanced-shipping/pickup-in-store
A plugin to pickup order in store.
Features
- A
ShippingCalculator
to create multiple stores to customer pickup the order based on Postal Code. - A
PickupInStoreCronService
that adds a cronjob that checks every day at mid night orders that its in the state ofPacked
in the interval of 7 days and that the shipping method itspickup-in-store
(the same from theShippingCalculator
) after get, the service will cancel all of then. - A
PickupInStoreCancelOrder
event that fired whenever an Order is cancelled by Cron Job