We are using method 2 in the shipping methods. We have put some articles in a class, and want to add 2 euro shipping costs for every order beneath the amount of 15 euros. There is no such option to add a limit to the price of the total order, so the shipping function stops counting.
For example:
Order 1, 2, 3 = Total 12 euro (+ 2 euro shipping costs)
Order 1, 2= Total 20 euro (no shipping costs)
Any help is very much appreciated, we cannot figure it out!
Thank you very much in advance!