Forum Moderators: coopster
<?php echo ((($totalItemQty - 1) * 2.00) + 3.50) ?>
<?php echo number_format(((($totalItemQty - 1) * 2) + 3.5), 2); ?>