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": 15,
    "cost_per_day": {
        "d1": 10,
        "d2": 13,
        "d3": 12,
        "d4": 13,
        "d5": 13,
        "d6": 10,
        "d7": 18
    }
}
This is a development version Do not use this version in production
1.10.0 development