Dictionary

From a certain order amount, use these settings instead

Field Type Description
enable Bool A boolean value
order_price Int Order price must be above this amount (in cents) to apply this alternative pricing
cost_per_day Week The delivery cost for each day, must contain 7 items, first is monday, last is sunday

Examples

Example 1

{
    "enable": false,
    "order_price": 11,
    "cost_per_day": {
        "d1": 11,
        "d2": 19,
        "d3": 14,
        "d4": 13,
        "d5": 17,
        "d6": 19,
        "d7": 15
    }
}
1.9.0 stable