Try to import customer data from old system with my program, but can’t find any Registration field on table cscart_users and cscart_user_profiles to mapping it?
Any one know where is table name and column name for Customer Registration Date?
I would imagine it’s table cscart_users column timestamp
Hi Tool Outfitters,
Good imagination. You are right.
After I used strtotime() to convert date to timestamp, I found it works…
Thank you so much!