Just so happens I was looking to do the same thing. I got it to work by commenting a line out around where the previous poster was pointing to.
I commented out:
My editor is Coda and that is around line 158-161 or so.Code:else { $products_options_display_price= ATTRIBUTES_PRICE_DELIMITER_PREFIX . $products_options->fields['price_prefix'] . $currencies->display_price($new_attributes_price, zen_get_tax_rate($product_info->fields['products_tax_class_id'])) . ATTRIBUTES_PRICE_DELIMITER_SUFFIX; }




