Hi,
I have enabled HikaShop manual shipping plugin and set up 2 shipping methods;
If a customer orders 3 of the same item, it cost $1.70 to ship
If a customer orders 4 of the same item, the shipping defaults to Express
If a customer orders 6 or more of the same item, I get an error message "The total of your order is too low for all the possible shipping methods"
What I would like it to do is this;
A customer selects either Standard or Express
If Standard and they select more than 3 of the same item, a second standard rate is applied (and so on every multiple of 3)
If Express and they select more than 5 of the same item, a second express rate is applied (and so on every multiple of 5)
If this is not possible, how do I avoid the error message?