delix Posted August 13, 2012 Share Posted August 13, 2012 Hello I want to copy customers from one PS to another. I have copied records from _customer, _address, _customer_group but it doesn't help. Customers still have to go through the password recovery procedure to be able to login. Is there any solution to give customers possibility to move to another server with their customer data? (I don't want to move orders) Link to comment Share on other sites More sharing options...
El Patron Posted August 13, 2012 Share Posted August 13, 2012 do you have the same products on both shops? Link to comment Share on other sites More sharing options...
bellini13 Posted August 13, 2012 Share Posted August 13, 2012 likely the encryption key on both stores are different. you can see the key in the config\settings.inc.php file. Link to comment Share on other sites More sharing options...
delix Posted August 13, 2012 Author Share Posted August 13, 2012 Yes, products are the same, thats why I'm going to merge shops. Yes, it looks like keys are different.. so now the only way is to go through the recovery.. am I right? Link to comment Share on other sites More sharing options...
El Patron Posted August 13, 2012 Share Posted August 13, 2012 Yes, products are the same, thats why I'm going to merge shops. Yes, it looks like keys are different.. so now the only way is to go through the recovery.. am I right? if the products are the same, our multishop module will allow you to run both domains (or more) on the single ps installation. You would not need to move any customers..but each shop from the www point of view looks distinct. Here Link to comment Share on other sites More sharing options...
El Patron Posted August 13, 2012 Share Posted August 13, 2012 Yes, products are the same, thats why I'm going to merge shops. Yes, it looks like keys are different.. so now the only way is to go through the recovery.. am I right? You can change the key to be the same on the other shop. Link to comment Share on other sites More sharing options...
bellini13 Posted August 13, 2012 Share Posted August 13, 2012 if you change the key on the other shop, then the existing customers on that shop will have to re-auth Link to comment Share on other sites More sharing options...
delix Posted August 13, 2012 Author Share Posted August 13, 2012 if you change the key on the other shop, then the existing customers on that shop will have to re-auth Exactly. That's why I wrote that's dead end for me. Link to comment Share on other sites More sharing options...
bellini13 Posted August 13, 2012 Share Posted August 13, 2012 one approach is to customize the code and store both old and new keys. then override the applicable class/controllers dealing with authentication, so that it first tries the old key, if that works then convert them to the new key and proceed. if the old key does not work, then try the new key. Link to comment Share on other sites More sharing options...
El Patron Posted August 13, 2012 Share Posted August 13, 2012 Exactly. That's why I wrote that's dead end for me. sorry didn't realize the 'other' shop already existed....I like bellini's try twice solution.... Link to comment Share on other sites More sharing options...
delix Posted August 14, 2012 Author Share Posted August 14, 2012 sorry didn't realize the 'other' shop already existed....I like bellini's try twice solution.... Yes, it's quite good but I'm trying not to touch the original code as far as I can - less trouble with updates. Well, I think customers will have to go through the password recovery.. in the long run they change the shop, so maybe they will not kill me Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now