includeTax() && $this->getTotalExclTax()>=0):?>
helper('tax')->__('Grand Total Excl. Tax')?>
|
helper('checkout')->formatPrice($this->getTotalExclTax()) ?>
|
renderTotals('taxes', $this->getColspan()); ?>
helper('tax')->__('Grand Total Incl. Tax')?>
|
helper('checkout')->formatPrice($this->getTotal()->getValue()) ?>
|
getTotal()->getTitle() ?>
|
helper('checkout')->formatPrice($this->getTotal()->getValue()) ?>
|