Jump to content

Inport user database from existing site.


Recommended Posts

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 separator_breadcrumb.png 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

×
×
  • Create New...