Guest Posted May 23, 2003 Posted May 23, 2003 Is there a module that lets me merge two of the same customers with there oders together. So that the customer has only one account in my shop? Steven
Ajeh Posted May 23, 2003 Posted May 23, 2003 You could make a backup of your MySQL ... because it's a smart thing to do ... Then change the customers_id on the orders table from the customers_id to be remove to the customers_id to be kept. And see how that looks on those orders. They would maintain all the old billing, shipping and delivery info. but they would be listed under the customers_id you want to keep.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.