Brilliant!
Worked first time. If anyone else is interested I changed the code as follows:
Code:
case 'PRODUCT_LIST_PRICE':
if (zen_has_product_attributes_values($listing->fields['products_id']) =="true"){
$lc_price = 'from ' . zen_get_products_display_price($listing->fields['products_id']) . ''; //JRG line break removed and from included
} else {
$lc_price = zen_get_products_display_price($listing->fields['products_id']) . '';
}
$lc_align = 'right';
$lc_text = $lc_price;
Ajeh,
Many Thanks.
Bought you a cup of coffee (no biscuits!). If you get the chance to explain exactly what $listing->fields does it would be appreciated