ptemmerman Posted December 18, 2013 Share Posted December 18, 2013 Hi experts, I have the following issue: Product A: Free shipping (it's very small and weighs nothing) All other products have shipping costs (heavy products) In order to achieve this I created a cart rule that applies free shipping when PRODUCT = PRODUCT A. When I add Product A to the shopping cart this rule is being respected and no shipping is charged. However, when I add another product to the cart, say Product B (which has a shipping cost), shipping is still free. When Product A is not the only product in the cart, I want the normal shipping cost applied. How can achieve this? I tried creating a new shipping provider, limiting the weight to something very low, hoping that it would only apply to Product A, and not to all other products. However, this doesn't seem to be working... Link to comment Share on other sites More sharing options...
ptemmerman Posted December 18, 2013 Author Share Posted December 18, 2013 I figured this out. I had to use a second delivery supplier and use "weight" as price calculation metric. I set the weight range for free transport from 0kg to 0,02kg (20 grams) Then I set the weight of the only product that should ship for free to 10 grams. Make sure to set the weight of all other products, if not the default weight is used (0kg) and this bogus delivery supplier is used for them as well. Link to comment Share on other sites More sharing options...
Recommended Posts