KsChoice Posted April 10, 2008 Posted April 10, 2008 where is the MySQL request for insert the contents of the cart in table “ORDERS” and “ORDERS_PRODUCTS”, cause I want and some fields in this request. Quote
Guest Posted April 10, 2008 Posted April 10, 2008 you can use a program called windows grep which will search your whole local site for whatever words you are looking for Quote
KsChoice Posted April 10, 2008 Author Posted April 10, 2008 you can use a program called windows grep which will search your whole local site for whatever words you are looking for I tried to search the words "insert into " . TABLE_ORDERS on all folder of catalog, but i didn't find this request, I read all the line of chekout_success and checkout_confirmation, nowhere found this request. please help, cause I must add some record fields in the TABLE_ORDERS. Quote
darp Posted July 15, 2009 Posted July 15, 2009 I am looking for the same lines of code. Can anybody help us out here? Quote
♥ecartz Posted July 15, 2009 Posted July 15, 2009 checkout_process.php (after buyer confirmation, before success). Quote Always back up before making changes.
slawless Posted July 22, 2009 Posted July 22, 2009 Any more detail on this? I am trying to do the same. Quote
gavin_creative Posted November 12, 2009 Posted November 12, 2009 Any more detail on this? I am trying to do the same. Look for this line in checkout_process.php tep_db_perform(TABLE_ORDERS, $sql_data_array); I think that is the one ;-) Please correct me if I am wrong. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.