If you need to show List Price, Our Price and Money Saved.. use this code Snippet
List Price:<?php print uc_currency_format($node->list_price); ?><br />
Our Price:<?php print uc_currency_format($node->sell_price); ?><br />
<?php $savings = $node->list_price - $node->sell_price;
$node_field[0]['value'] = round( ($savings/$node->list_price)*100, 0 );?>
You Save: <?php print uc_currency_format($savings); ?>


Joined: 11/10/2007