Example: SKU: X6T, which has four color options (red,white,blue,amber). When added to the cart, each color is appended to the SKU creating four different SKU's in the cart. X6T-R, X6T-W, X6T-B, X6T-A
I need the cart to be able to understand that all four of these entries belong to the same root SKU in order to ensure that the total for these four is equal or greater than a given number, say 20. This is to ensure they meet the minimum before being able to checkout.
I have not found a way to do this with shopping cart rules.
The next facet is similar. If the total quantity for a given SKU is greater than another given number, say 100, then the price for the items with the same root SKU would drop in price.
Perhaps I'm missing something. Any help will be greatly appreciated.
Thank you