I'm using Simple Configurable Products extension(http://www.magentocommerce.com/magento-connect/simple-configurable-products.html) on my 1.7 Magento and everything seems to be working fine. The only thing I'd like to change is to show price range on category pages instead of "Price From". In other words:
This is what I have right now for configurable products:
Price from: $[price of cheapest associated product]
This is what I want to show:
$[price of cheapest associated product] - $[price of most expensive associated product]
If you can recommend how to modify this extension instead of core files, it would be even better, but any solution would be greatly appreciated.
P.S.: I've read tons of threads about this on Stack Overflow and on Magento forum, but it does not seems like anyone came to a solid solution for this.