If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Ok, just checking to see if this is safe (I tried it in dev and worked).
Every order in the s01_Orders table has a field called cust_id. This seems to store the unique id assigned to each customer account in the store. So to link orders with customers, you just need to search the s01_Customers table to get that customer id and enter that in that order.
Just want to make sure this won't blow anything up ;-)
Comment