
My store sells marble stones and we're talking about a lot of pounds. So I want to define a Vary by Weight shipping method.
The problem is, when I set up the rate of my shipping and leave the min and max empty the price is always the rate, which means, the same. I don't need to set up the mix and max because the rate is the same, independently of the weight.
For example: I need to tell the system that I charge $2 each pound. So, I need to multiply the total weight by my rate ($2).
If I have 10 pounds I need to do this: 10 pounds * $2, so $20 dollars. Got it?
I have some pictures to demonstrate my problem.
Thanks again.