My main question is: is it possible calculating the shipping price based on products price (subtotal)?
For example:
If the subtotal <= 100, the shipping price 100
if the subtotal between 100 and 200 the shipping price 200
it the subtotal <=200 the sipping price would be 300?
And subtotal + shipping price would be the order total.