Description
With in-store pickup already supported, it's time to add support for fast track pickup. This means stores with available stock should allow in-store pickup within just a few hours.
To achieve this, we'll need to:
- Highlight eligible stores in the
ustore-neo checkout panel.
- Propagate a
fast_track flag in the Order entity.
- Immediately reserve the stock (perform sale in Omni) by finalizing the sale at checkout.
Referneces
Description
With in-store pickup already supported, it's time to add support for fast track pickup. This means stores with available stock should allow in-store pickup within just a few hours.
To achieve this, we'll need to:
ustore-neocheckout panel.fast_trackflag in theOrderentity.Referneces