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.