thilip.xandy Posted March 6, 2014 Share Posted March 6, 2014 Hi, I want to import customer my database from existing site done with some ohter fameeork. can any one pls tell me how to do this. FYI: I know existing site password function used in extisting site. Link to comment Share on other sites More sharing options...
TreeTheme Dev Posted March 6, 2014 Share Posted March 6, 2014 You can import customers with CSV file, more info and example format find here http://doc.prestashop.com/display/PS15/Managing+Customers#ManagingCustomers-Yourcustomers Link to comment Share on other sites More sharing options...
vekia Posted March 6, 2014 Share Posted March 6, 2014 after import passwords to their accounts will not work, due to the differencies in secure key Link to comment Share on other sites More sharing options...
thilip.xandy Posted March 6, 2014 Author Share Posted March 6, 2014 Hi: In my case entire user details from non prestashop, it is from custom codes item. please tell me how to import the user details. Link to comment Share on other sites More sharing options...
selectshop.at Posted March 6, 2014 Share Posted March 6, 2014 Simply export your data with phpMyAdmin to a csv. If your database has md5 hash you can also try to import the paswords (but this only directly in a second step to your database. The csv you can import on your back-office under the tab Advanced Parameters CSV Import Map your tables to Prestashop tables and import them there. Please choose UTF-8 format. For the paswords: I RECOMMEND THIS METHOD ONLY FOR PROFICIENT USERS !!! Make a back-up of your database and import with phpMyAdmin or Heidi-SQL only the passwords (crypted in hash) directly to the table ps_customers, field password. Don't make any change in the sequence of the lines, in order to add the right password to right customer. You can also map ID's if you know them. So ID 1 - hash 1, ID 3 hash 5 for ex. Link to comment Share on other sites More sharing options...
Recommended Posts