KsChoice 0 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. Share this post Link to post Share on other sites
Guest 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 Share this post Link to post Share on other sites
KsChoice 0 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. Share this post Link to post Share on other sites
darp 1 Posted July 15, 2009 I am looking for the same lines of code. Can anybody help us out here? Share this post Link to post Share on other sites
♥ecartz 724 Posted July 15, 2009 checkout_process.php (after buyer confirmation, before success). Always back up before making changes. Share this post Link to post Share on other sites
slawless 0 Posted July 22, 2009 Any more detail on this? I am trying to do the same. Share this post Link to post Share on other sites
gavin_creative 0 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. Share this post Link to post Share on other sites