Hello All,

I have products that displays the starting at: before the price on some of my individual products, which works fine.

but if your not looking at the individual product and looking at all the products together on the product_listings page it only shows the standard price without the "starting at" before the price.

If there anyway to get the "starting at" before the price on the product listing page"

i have found the code what i need to amend but everything i try does not work


#########includes\modules\product_listing.php

break;
case 'PRODUCT_LIST_PRICE':
$lc_price = zen_get_products_display_price($listing->fields['products_id']) . '<br />';
$lc_align = 'right';
$lc_text = $lc_price;


Any help would be much appreciated

Cheers