I really need some help from the Magento gurus out there. And even if you're not familiar with Magento and you think I'd benefit from OpenCart or some other solution, please tell me!
I'm building a shop for a dummy print company. I have 4 levels of Business Cards:
- Standard
- Premium
- Superior
- Luxury
I allow for certain "quantity sets" (though probably not with the actual quantity field):
- 500
- 1000
- 2000
- 3000
Each "quantity set" has individual pricing... but I also have to account for Colors:
- 1 Color
- 2 Colors
- 3 Colors
- 4 Colors
So what's the problem? Well, it's easy enough to increment the price if I'm only selecting a "quantity set" (1000) ... but the fact that I also have color options that change depending on the "quantity set" selected, I have two levels of pricing.
Take a look at the Standard pricing structure so you can see what I mean:
So, the price is DEPENDANT on how many colors AND how many cards.
I have NO IDEA how to organize my products to accommodate this...