Magento – Display lowest price in configurable products instead of zero

configurable-productmagento-1.8magento-1.9price

I have been looking for a solution for days now.

How do you display the lowest price of simples in a configurable product instead of zero on price.phtml page?

I got this issue resolved by using bundle product option, instead of configurable. With bundle products, I can set a base default price from simples attached.

Best Answer

Ideally, you don't want to have price '0' on the configurable product. It should have a base price, and then additional options may cost more.

If your pricing model is made so that different options will always have a different price, you may want to look at Simple Configurable Products - this extension will use the prices on the Simple products everywhere. It might be easier to manage for you than Magento's default implementation.

Related Topic