I'm trying to find out what extensions we should buy.
Our company would like to implement this particular scheme for calculating the shipping price for an order:
- Some products would have set individual shipping prices, no matter the weight (so if I set that product X has a shipping price of $5, and there are two X in the cart, the total shipping price is $10)
- For all other products, there is per-item weight-based shipping:
- A set price for each item under 1 Kg
- A set price for each item over 1 Kg in Area A
- A set price for each item over 1 Kg in Area B
- --> The total price is the sum of the prices of each item
Is there an extension or multiple extensions which would allow us to have this sort of pricing?