Hi guys
I am trying to figure out how I can set up absolute pricing for configurable products. Magento uses the base price of the configurable products, then you can add additional costs (fixed or percent) for each product option.
I am looking to set a master price that isn't based on a formula (i.e. no fixed or percentage increases). I have found magento extensions to do absolute pricing, however, the only issue is that I want to set the price based on:
- A product option/configurable attribute (such as size, and affects stock); and
- A custom product option (such as color, which does not affect stock for this store, which is why it's a custom option and not a product option).
In essence, there needs to be a screen where I can define something like:
- If size A + Colour Blue then price = $400.
- If size A + Colour Red then price = $230.
It is also essential that we can use group pricing as well (eg different prices for retail, wholesale, etc).
Thanks in advance
Mark