Hi there!
I'm in the same 'dead end' as Mr. John Malloy in a already created topic here:
https://community.magento.com/t5/Magento-2-x-Admin-Configuration/Configurable-Product-Multiple-Attri...
Right now, im struggling setting up my configuration prices in a way that make sense for my products.
Example product: A Chair.
Attribute 1 - Fabric:
- Leather (300$)
- Regular Fabric (100$)
Attribute 2 - Color
- Blue: (50$)
- Black (100$)
Out of the box Magento only allow me to base my price on one of the above attributes.
If i base my price on "Fabric" - my two product would then cost:
300$ and 100$ - and my color prices are not taken into account.
So therefore, im looking for a way to achieve my prices getting based on both of my attributes, so my prices instead will be:
Leather & Blue = 350$
Leather & Black = 400$
Regular Fabric & Blue = 150$
Regular Fabric & Black = 200$
Are there any way? Or suggestions for a work around?
Kindly regards