The shipping per item is close to what I'm looking for but I desperately need to tweak it and need some collaboration.
I have a client with per item shipping needs but those include formulas. He wants to do this on the cheap so I'm stuck doing this myself.
His shipping needs are based on prices per quantities. For example, for one product, for up to 500 widgets, it costs $4 shipping and 501-1000 is $8, etc. I could set up a formula:
if (qtty < 500) = $4
if (qtty >500 < 1000) +$8
etc.
Other items have different formulas. I tried to change the weight field to text which now will take a formula but it still processes it as the initial number.
Any suggestions on how to hack the weight field to accept a formula related to the quantity value rather than just using a number?




