Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Contribution to merge customers details and orders


Guest

Recommended Posts

Posted

I have some accounts on the system where customer forgets details so just creates a new account using a different email account, this obviously can get confusing sometimes

 

I wanted something to allow me to merge accounts in admin including all associated orders with both accounts in to one of the accounts only, does anyone know of anything that does this ?

  • 6 months later...
Posted

wow i really don't believe that there isn't a contribution that does this already out of all the code available for Osc, has anyone got any leads of something that does it, or that can be modified to do it ?

Posted

It is easy enough to just modify the order table and change the customer ID to the old one. Then delete their new customer record. You would use phpmyadmin to do it.

 

So you could modity the Order Editor to allow you to change the customer ID.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...