Magento – Product price matrix

configurable-productmagento-1.7price

I'm planing to use Magento to sell products with multiple options ( 3-5 ). Each of them changes final price. There is no fixed / percentage connection, so I have to create matrix of prices
Whats the proper way of implementing?

I found this module: http://www.magentocommerce.com/magento-connect/product-matrix.html, but reviews are bad and its limited to 2 dimensions.

I was thinking about using configurable products based on 4-5 attributes.

Does anybody knows solution / extension that will work for me?

Best Answer

In terms of that particular developer, their service level has improved a lot over the last couple of years.

If you don't need to track inventory, then you could just use custom options which would be a great deal more simple.

You could also consider using better configurable products (http://www.nr-apps.com/store/bcp-better-configurable-products.html) which simplifies the method of structuring your prices.

It would be good to know more about your specific requirements though; how many products are you talking about, how many options would you have for each attribute, etc.

Related Topic