I'm trying to figure out if there's a way to define shipping rules to combine the following specs.
1. Cost based on # of items. First Item (domestic) 6.00 shipping, each additional item 2.00. This is pretty straight forward. No problem.
2. If the total order is > 100.00 then shipping is free... Not sure how to combine this with Rule number 1.....
3. There are a couple of specific items that are not included in 1 or 2 (oversize items)... so they have specific costs associated with them.
Is there a way to define shipping rules to combine all 3 of these rules?
Thanks