Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Where exactly is the orderdata taken from address_book to orders


inveritas

Recommended Posts

I am missing data in my orders table, but this does not happen all the time.

We have split street and number module and this data needs to be imported into orders table. An extended search for "tep_db_query("insert into " . TABLE_ORDER" did npt give any good results. If i can narrow searching down to where exactly it is pulled from one table into the other, i am a lot further, i think.

 

It used to work on this website just fine, i moved some things around so it must be some simple thnig somewhere.

Link to comment
Share on other sites

Haha, ain't this how it goes... should have posted two days ago:

 

 

It's in checkout|_process ~ln 130

tep_db_perform(TABLE_ORDERS, $sql_data_array);

 

$insert_id = tep_db_insert_id();

 

 

Sad part is (for me), it all looks just fine there too ;-(

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...