VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: rafipl on March 14, 2012, 13:15:46 PM

Title: total order on all pages
Post by: rafipl on March 14, 2012, 13:15:46 PM
VM 2.02 + J2.5 - simply question - how to display total price of order on all pages? i tried to call this function:
<?php echo JText::_('COM_VIRTUEMART_CART_TOTAL_PAYMENT'?>:

<strong><?php echo $this->totalInPaymentCurrency ?></strong>


but it doesn't work.