#
Plugin basics
#
Delivery time flows
There are three main flows that can have an influence on the delivery time of a product.
- Holidays and National holidays
- Before daily deadline
- After daily deadline
The plugin will always handle these flows in this order. If we are in a holiday, there will be no use checking the daily deadline.
#
Specifications
Every flow has it's fallback, defined in the default plugin configuration. If there is no specific configuration on holiday or product level, the fallback will be taken. Next we will go over all the flows and their fallbacks from more priority to less priority.
#
Holidays
Only if the holiday is assigned to the manufacturer of this product, the holiday will be taken into account for calculating the delivery date.
- Fallback on product level (in 'Advanced Delivery Date' custom field set)
- Fallback on holiday level
- Fallback in plugin configuration
#
Before daily deadline
- Fallback on product level (default product delivery time field)
- Fallback on holiday level
- Fallback in plugin configuration
#
After daily deadline
- Fallback on product level (in 'Advanced Delivery Date' custom field set)
- Fallback on holiday level
- Fallback in plugin configuration