I want to set shipping for a products where a single product in a category = $x.xx and then any additional products ordered in that category have a $0.00 shipping rate. Products Variants are set with a single unit shipping price at a product level as i can't know which product would be added to the cart first.
Is the pricing for your shipping static? Means does it always cost the same? In that case you can just set the pricing under the shipping method. Then it is just a matter of rendering different values in the front-end based on the basket.
Shipping Query
I want to set shipping for a products where a single product in a category = $x.xx and then any additional products ordered in that category have a $0.00 shipping rate. Products Variants are set with a single unit shipping price at a product level as i can't know which product would be added to the cart first.
Is there any way of doing this?
Cheers - Bruce
Is the pricing for your shipping static? Means does it always cost the same? In that case you can just set the pricing under the shipping method. Then it is just a matter of rendering different values in the front-end based on the basket.
Does this help out :) ?
is working on a reply...