I have seen this question asked by quite a few people, but I haven’t seen a great solution yet.
The store I am working on needs an app to create shipping rates but product quantity.
For example:
6 bottles=$35 shipping
12 bottles=$50 shipping
24 bottles= $75 shipping
etc…
I have tried doing this by weight BUT the store is connected to a POS system API and there is no way to keep it from over-writing the product weight field back to zero (so they would have to add the weights on their 2000+ products at the store level and that is a no-go).
Alternately, is there something that would set a static weight for ALL products (and wouldn’t be impacted by the POS system updates)?
Thank you!