inveritas Posted November 20, 2008 Share Posted November 20, 2008 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 More sharing options...
inveritas Posted November 20, 2008 Author Share Posted November 20, 2008 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.