Jump to content

Prestashop and wordpress


Recommended Posts

Hi,

 

I would like to know if someone has a solution for a small problem of mine. I have a wordpress website with a list of registered users and I would like to know if there is a way to export those users into the prestashop user database.

In my shop, registration are closed so that only the activated users from wordpress are accepted.

 

Do you have a solution ?

Link to comment
Share on other sites

It can be done, I am pretty sure. The easiest what is to export all of the users from wordpress to a csv file, then look at the ps_customer table and line the columns up for import.

 

Now I have never done this part before, but I am pretty sure it will work. Prestashop uses a salt md5 hash, where wordpress just uses an md5 hash, so the passwords won't work.

 

Make an new column in the ps_customers table called passwd_importerosc then import the wordpress passwords to that column. You might have to activate the OS commerce importer for this to work, as I have never tried it.

Link to comment
Share on other sites

×
×
  • Create New...