Combination of Shipping Classes
-
I want to create a shipping costs based on the following logic
Item 1, and Item 2 are all the same size.?I will call these Group ‘A’ Products.
Item 3 is larger. I will call it Group ‘B’?
If a customer buys;
1 or 2 of Group A , the total shipping price will be $18 + Tax
1 x Group B , the price will be $25 + Tax
1 x Group B + 1 x Group A or B, the price will be?$32 + Tax
Group A & B Separately works
the 3rd option is what i am trying to find the solution
can this be done with your plugin?
- You must be logged in to reply to this topic.