Question

Maybe a stupid question, but how do I display the "Starting at:" price?

Inside price.phtml I see this line

<?php if ($showMinPrice): ?>

But I cannot find the setting inside the admin panel.

Was it helpful?

Solution

There is no setting to enable or disable this, it will be displayed automatically depending on the product.

"Starting at" will be displayed for a group product and will show the lowest price from the simple products associated to the parent product. "As low as" will be displayed when tier prices exist for simple or configurable products.

You can however modify price.phtml to change the way lowest priced products or tier prices are displayed by extending the base theme, or modifying your existing themes price.phtml template file.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top