New Zenner
- Join Date:
- Feb 2008
- Posts:
- 5
- Plugin Contributions:
- 0
Order confirm part 3
Hello all
I am looking for where the variable $order gets populated in the order checkout process. Here's why:
I have modified tpl_checkout_payment_default.php and tpl_checkout_shipping_default.php to display some new fields. So far, so good.
But I now need to display them in tpl_checkout_confirmation_default.php
So I'm hung up on this line:
<address><?php echo zen_address_format($order->billing['format_id'], $order->billing, 1, ' ', '<br />'); ?></address>How is $order->billing populated?
Thanks!
-ben