I have 2 websites set up in Magento, each has one store in it. Each website has its own customer accounts. Now, I need to shutdown one website, and migrate all customer accounts from website A to website B, so that customers from website A's store can login to website B's store. What do I need to do to accomplish this? What to do if a customer has account on both website A's store and Website B's store?
Wanna try a brutal idea?? It's inside my head and this is maybe a glitch of Magento.
Go to your customer that wanted the store to be changed.
Open your console on browser (firebug or something)
<select id="_accountwebsite_id" name="account[website_id]" class=" required-entry required-entry select" disabled="disabled"> <option value="">-- Please Select --</option> <option value="0">Admin</option> <option value="1" selected="selected">Main Website</option> </select>
<select id="_accountwebsite_id" name="account[website_id]" class=" required-entry required-entry select"> <option value="">-- Please Select --</option> <option value="0">Admin</option> <option value="0" selected="selected">Main Website</option> </select>
Remember this is the brutal and not recommended idea. LOL
Theres another, simpler way that just comes into my mind. Never tried this either. Go to System->Import/Export in your Admin and export your customers in a CSV file. Open this file with OpenOffice or LibreOffice, change the website and store code values and then try to import it again.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With