Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
themeDJango
#if ($item.getMSRPAsBigDecimal() && $item.getMSRPAsBigDecimal().compareTo($item.getCostAsBigDecimal()) <> 0) 
  <del>$item.getMSRP()</del> <br/>
  - $item.getMSRPPriceBreak() <br/>
 > $item.getCost()
#else
  $item.getCost()
#end

...