I have to change this in two places:
1) Product page [if list price has any value, it should show both list price and sale price]; or if list price is more than sale price, should show both as: Was:$20; Now: $10
2) Product view: I created a view based on products; I tried including the list price and hide it when there is no value entered. It is not working because drupal defaults the value to "0.0". I even checked, consider "0" as empty; but probably because the value is "0.0", it is not working; any other suggestions?
Thanks,

