Zen Cart Logo
Forums / Managing Customers and Orders / Which file writes the order into the database?

Which file writes the order into the database?

Locked

Views: 1,567

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
19 Jul 2006, 5:22 PM
#1
radiocarbon avatar

radiocarbon

New Zenner

Join Date:
Jul 2006
Posts:
3
Plugin Contributions:
0

Which file writes the order into the database?

I'm trying to debug the problem that orders are not shown in the admin. I can't locate the file that inserts the phurchase into the order table in the database. Can anyone let me know which file it is? Thanks!

19 Jul 2006, 6:45 PM
#2
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
4

Re: Which file writes the order into the database?

what payment type is it thats not working?
if its paypal please search for paypal tutorial,

19 Jul 2006, 7:56 PM
#3
radiocarbon avatar

radiocarbon

New Zenner

Join Date:
Jul 2006
Posts:
3
Plugin Contributions:
0

Re: Which file writes the order into the database?

I'm using the cybersource payment system.

24 Jul 2006, 12:50 PM
#4
carlosferrandis avatar

carlosferrandis

New Zenner

Join Date:
Feb 2006
Posts:
15
Plugin Contributions:
0

Re: Which file writes the order into the database?

Hi, I have the same problem, no orders are recorded but the CC were charged. Did you figure how to fix that problem?

tks

24 Jul 2006, 1:54 PM
#5
blindside avatar

blindside

Totally Zenned

Join Date:
Sep 2004
Posts:
1,237
Plugin Contributions:
1

Re: Which file writes the order into the database?

Take a look at includes/modules/checkout_process.php (assuming you have the latest ZC version). You'll also want to have the order class open to see what each class call is actually doing. That should get you started, but be prepared to have to explore other files according to what the order class is doing.

I don't know anything about that payment module, so the problem could also be in there.

27 Jul 2006, 12:46 AM
#6
theoracle avatar

theoracle

Suspended

Join Date:
Aug 2004
Posts:
3,180
Plugin Contributions:
1

Re: Which file writes the order into the database?

Most of the core orders handling are being processed from includes/classes/order.php file - where, at least, 90% of the bills are being generated and ready to be sent over email to customers from each successful created orders from Zen-Cart.

7 Aug 2006, 11:30 PM
#7
btech avatar

btech

New Zenner

Join Date:
Feb 2004
Posts:
23
Plugin Contributions:
0

Re: Which file writes the order into the database?

Hi -

has anyone found a solution to this problem with the CyberSource module? I also have no order reflected in Zen-Cart, even though the order is processed by CyberSource...

Thanks,
Jeff