I am trying to insert some tracking code on the order confirmation page, and need to dynamically include the order reference and total price.
I seem to be able to obtain the order ref using:
<?php echo $zv_orders_id; ?>
However I can't work out how to get the price. HELP!!
Thanks
Dan



