Part of Ordlo Shipping Documentation
Per-Instance Method Settings
Each Ordlo Shipping method instance in a zone has its own settings:
| Setting | What it does |
|---|---|
| Method title | The shipping option label customers see at checkout |
| Tax status | Whether shipping is taxable |
| Free-shipping threshold | Order value or weight above which shipping becomes free |
| Handling fee | Flat or percentage amount added on top of the calculated rate |
| Minimum / maximum cost | Clamp the final rate so it never falls below or above a set amount |
| Calculation mode | First-match-wins (stops at the first matching rule) or sum-all-matches (adds up all matching rules) |
| Price condition basis | Whether price-based conditions use the cart total before or after coupons, taxed or untaxed |
Rate Table Row Fields
| Field | What it does |
|---|---|
| Shipping class target | Specific class, no class, or all classes |
| Condition type | Weight, item count, or price |
| Min / Max range | The range this rule covers |
| Flat cost | Fixed charge for this rule |
| Per-item cost | Multiplied by number of items |
| Per-weight-unit cost | Multiplied by cart weight |
| Percentage cost | Percentage of cart subtotal |
| Checkout label | Overrides the method title when this rule matches |
| Break flag | Stops evaluation — no further rules checked after this one matches |
| Abort flag | Removes the method from checkout entirely when this rule matches |
| Abort message | Shown to the customer when the method is aborted |
| Enabled toggle | Disable a row without deleting it |