Hi,
I'm struggling to get to grips with setting a maximum shipping cost.
The desired shipping costs are:
20% upto a maximum of £12 shipping.
I have used a combination of flat rate and the "Ubercart Percent Rate with Minimum Rate" module to do this as follows:
IF (order total < £60), per product shipping cost is 20% of total;
IF (order total >= £60), base rate shipping = £12, per product shipping = £0.
The problem is that some items are not shippable, meaning that the routine breaks down if the order total is more than £60 and includes a non-shippable product.
The best way forward would be if I could somehow set a maximum shipping cost in the Ubercart Percent Rate with Minimum Rate module. Is this achievable? I can do php coding to an intermediate level.
Your ideas would be a great help!
Thanks,
Michael
Comments
Comment #1
adpo commentedI`m looking for the same feature, subscribing.
Comment #2
adpo commentedOk, just combine WEIGHT SHIPPING METHOD (copy price to weight, "Default cost adjustment per kg" to 0.2 kg 20%), add condition for order total with FLAT RATE £60, and add condition for order total.