Zen Cart Logo
Forums / General Questions / Order confirm part 3

Order confirm part 3

Locked

Views: 818

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
21 Feb 2008, 8:15 PM
#1
devlyn76 avatar

devlyn76

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

21 Feb 2008, 8:58 PM
#2
marg avatar

marg

Totally Zenned

Join Date:
Mar 2004
Posts:
642
Plugin Contributions:
0

Re: Order confirm part 3

/includes/classes/order.php
I believe.
Marg

21 Feb 2008, 9:00 PM
#3
devlyn76 avatar

devlyn76

New Zenner

Join Date:
Feb 2008
Posts:
5
Plugin Contributions:
0

Re: Order confirm part 3

I checked there, and modified the varable for testing. No change - seems like $order is changed somewhere before order.php maybe?

-ben