1. Home
  2. Docs
  3. WowShipping Docs
  4. Shipping Scenarios (Use C...
  5. Cart Quantity: Fixed + Incremental Charges

Cart Quantity: Fixed + Incremental Charges

Use Case Summary

The store owner wants to charge shipping based on the total cart quantity. The first 10 items have a fixed shipping cost, and any additional items are charged in blocks of 7 units. 

This allows the store to keep shipping fairly for small orders while still covering costs for larger purchases.

Conditions Table

ConditionRangeResult
Cart QuantityFirst 10 items$8
Cart QuantityEvery 7 items+$3

Step-by-Step Setup

Use simple steps like:

  1. Go to WowShipping.
  2. Click Create shipping method, set the name, zone, and type of shipping method
  3. Select the Cart Quantity condition, recreate the scenario, and add shipping cost
  4. Save the method.
Cart Quantity Fixed + Incremental Charges

Final Outcome

🟒 Customer buys 10 items β†’ $8
🟒 Customer buys 17 items β†’ $8 + $3 = $11
🟒 Customer buys 24 items β†’ $8 + $3 + $3 = $14
🟒 Customer buys 31 items β†’ $8 + $3 + $3 + $3 = $17

Was this article helpful to you? Yes No