Zen Cart Logo
Forums / General Questions / Obtaining price and reference on order confirmation page

Obtaining price and reference on order confirmation page

Locked

Views: 991

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
17 Oct 2006, 4:46 PM
#1
spretswell avatar

spretswell

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