export customers with their passwords in PrestaShop

Hello, I bought the form to export products Now I would like to buy the form to export customers and their addresses, but I saw that it does not export passwords! do you have a form that exports passwords? I have to transfer customers from prestashop 1.6.1.18 to prestashop 1.7.3.1 


PrestaShop expert answer about importing working password to prestashop

Hello
Module export passwords and generates csv file that is ready to work with PrestaShop 'csv import' tool,
list of exported fields for customer accounts:
ID
Active (0/1)
Titles ID (Mr = 1, Ms = 2, else 0)
Email *
Password *
Birthday (yyyy-mm-dd)
Last Name *
First Name *
Newsletter (0/1)
Opt-in (0/1)
Groups (x,y,z...)
Default group ID
ID / Name of shop 

list of exported fields for addresses
ID
Alias *
Active (0/1)
Customer email *
Customer ID
Manufacturer
Supplier
Company
Last Name *
First Name *
Address 1 *
Address 2
Zip/postal code *
City *
Country *
State
Other
Phone
Mobile Phone
VAT number
DNI/NIF/NIE


Password case

Module exports hashed password. Hashed password is a special encoded string that is unique for each prestashop installation. (it works like that because of security).
So when you will import this CSV file to other prestashop - the passwords for customers' accounts will not work. If you want to avoid this - it will be required to change the "cookie key" that is stored in /config/settings.inc.php file (it must be equal to cookie key from shop where you generated csv file). Only then passwords will work.

Share on Google Plus

About VEKIA

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment

0 comments:

Post a Comment