17 Oct 2006, 4:46 PM
New Zenner
- Join Date:
- Feb 2006
- Posts:
- 37
- Plugin Contributions:
- 0
Obtaining price and reference on order confirmation page
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