Store: '; $out .= ''.$storeName.''; $out .= '
'; if (intval($product['merchant_price']) > 0 && (floatval($product['merchant_price']) != floatval($product['retail_price']))) { $out .= '$'.number_format(floatval($product['retail_price']),2).''; $out .= '$'.number_format(floatval($product['merchant_price']),2).''; } else { $out .= '$'.number_format(floatval($product['merchant_price']),2).''; } $out .= '
'.$product['name'].'
'.substr($product['description'],0,150) .'...