Announcement

Collapse
No announcement yet.

Link new customer account to old orders

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Link new customer account to old orders

    Is there anyway in v5.5 or v9 to link a new customer account to an old order? Meaning the order happened before they created an account?

    -Kevin
    Web Design and Development, Internet Marketing
    Lancer Media, Inc.

    #2
    Re: Link new customer account to old orders

    Ok, just checking to see if this is safe (I tried it in dev and worked).

    Every order in the s01_Orders table has a field called cust_id. This seems to store the unique id assigned to each customer account in the store. So to link orders with customers, you just need to search the s01_Customers table to get that customer id and enter that in that order.

    Just want to make sure this won't blow anything up ;-)

    -Kevin
    Web Design and Development, Internet Marketing
    Lancer Media, Inc.

    Comment


      #3
      Re: Link new customer account to old orders

      Not yet, but coming very soon.
      Thanks,

      Rick Wilson
      CEO
      Miva, Inc.
      [email protected]
      https://www.miva.com

      Comment


        #4
        Re: Link new customer account to old orders

        Originally posted by Rick Wilson View Post
        Not yet, but coming very soon.
        Any idea if my database changes are ok to do?

        -Kevin
        Web Design and Development, Internet Marketing
        Lancer Media, Inc.

        Comment


          #5
          Re: Link new customer account to old orders

          Yes, we do it with Easy Account cause technically the account is created AFTER the order but we assign the newly created customer id to it.
          Bruce Golub
          Phosphor Media - "Your Success is our Business"

          Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
          phosphormedia.com

          Comment


            #6
            Re: Link new customer account to old orders

            Originally posted by Bruce - PhosphorMedia View Post
            Yes, we do it with Easy Account cause technically the account is created AFTER the order but we assign the newly created customer id to it.
            Thanks Bruce. Figured it was ok.....just being overly cautious.

            -Kevin
            Web Design and Development, Internet Marketing
            Lancer Media, Inc.

            Comment

            Working...
            X