Zen Cart Logo
Forums / All Other Contributions/Addons / which PHP files writes the Order to the DB?

which PHP files writes the Order to the DB?

Views: 550

Results 1 to 3 of 3
29 Mar 2013, 4:35 AM
#1
tcarden avatar

tcarden

Zen Follower

Join Date:
Oct 2012
Posts:
282
Plugin Contributions:
0

which PHP files writes the Order to the DB?

Hi Everyone, it's Mr. HazMat here again,

I need to add 2 new fields to a customer order. i will create an additional table and put there but i still need to know which PHP writes the order customer order to the DB. can someone tell me?,

thanks

29 Mar 2013, 6:44 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: which PHP files writes the Order to the DB?

/includes/classes/order.php

29 Mar 2013, 4:02 PM
#3
tcarden avatar

tcarden

Zen Follower

Join Date:
Oct 2012
Posts:
282
Plugin Contributions:
0

Re: which PHP files writes the Order to the DB?

thanks,