Zen Cart Logo
Forums / Customization from the Admin / Order Total in Admin panel

Order Total in Admin panel

Locked

Views: 1,480

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
22 Aug 2007, 9:47 AM
#1
dynek avatar

dynek

New Zenner

Join Date:
Jul 2007
Posts:
7
Plugin Contributions:
0

Order Total in Admin panel

Hi.

I'm using an add_order page. So I can add orders for customers.
The problem I'm having is that I have to be able to compute orders_total (and put it in zen_orders_total).
I tried to instanciate order_total(); and it works. I call process(); but ot_coupon stops and say the shopping cart doesnt exist in session.
Should I "emulate" the shopping cart content so I can compute the order total ?

How would you do ?

Thanks you

22 Aug 2007, 11:55 AM
#2
dynek avatar

dynek

New Zenner

Join Date:
Jul 2007
Posts:
7
Plugin Contributions:
0

Re: Order Total in Admin panel

Managed to do so with a cart and order_total class.