<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>ProductCart Shopping Cart Software Forums : Change Customer ID &#111;n an Order</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : Change Customer ID &#111;n an Order]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 12 Apr 2026 00:26:07 +0000</pubDate>
  <lastBuildDate>Tue, 25 Sep 2007 22:52:38 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.productcart.com/RSS_post_feed.asp?TID=1080</WebWizForums:feedURL>
  <image>
   <title><![CDATA[ProductCart Shopping Cart Software Forums]]></title>
   <url>https://forum.productcart.com/forum_images/pc_logo_50.png</url>
   <link>https://forum.productcart.com/</link>
  </image>
  <item>
   <title><![CDATA[Change Customer ID &#111;n an Order : I just want to say, it was easy!...]]></title>
   <link>https://forum.productcart.com/change-customer-id-on-an-order_topic1080_post3366.html#3366</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=384">fidjiti</a><br /><strong>Subject:</strong> 1080<br /><strong>Posted:</strong> 25-September-2007 at 10:52pm<br /><br />I just want to say, it was easy! I was able to log into my DB using the sql web admin and edit the individual order with the correct customer ID (make sure you set up the customers first) and the order info transfered over nicely. I will add, that the order was still in PENDING status prior to the change. So I can't say for sure if it would have been the same had the order status been Processing or Shipped. But in the Pending stage it was a successful change!<br><br>Thanks for everyone's help. Now I can send my customers an email or letter letting them know what their Login and password is with their correct point total. :)<br><br>------(this is what a programmer told me to do to make sure i did it right)-------<br>Click on Tables, then find "Orders" and to the right of the row count column (2133 for the orders table) there is a little grid button... click on it.... or use the button to the right of that for a search to find a specific OrderId since the grid returns ALL records and you will have to page through to find the order you need.&nbsp;&nbsp; <br>&nbsp;<br>At any rate, once you find the orderId there is a button to the left just above the red X, click on it to Edit that record.&nbsp; You will see IdCustomer and it value... just change it to the ID you want and click the "Update" button. <br>&nbsp;<br>FYI if you use the Search to find the order you want to change, you have to change the "operator" column on the Search screen to an "equal sign" ("=") first and then it lets you put in the OrderId... when it first comes up, you can't put any values in until you set that. <br>]]>
   </description>
   <pubDate>Tue, 25 Sep 2007 22:52:38 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/change-customer-id-on-an-order_topic1080_post3366.html#3366</guid>
  </item> 
  <item>
   <title><![CDATA[Change Customer ID &#111;n an Order : Thanks Matt! yes I would have...]]></title>
   <link>https://forum.productcart.com/change-customer-id-on-an-order_topic1080_post3221.html#3221</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=384">fidjiti</a><br /><strong>Subject:</strong> 1080<br /><strong>Posted:</strong> 14-September-2007 at 6:53pm<br /><br />Thanks Matt! yes I would have asked for their email address but I had about 10 people in line at the time and I was just trying to go quickly. Yes I will be getting their email addresses and making sure they each have a separate account before we do any changes to the DB. I just have a small retail store so walk-ins will happen, now i know better and I'll always ask for their email. :)<br><br>I not only want to track points but want customers to be able to see their past order. otherwise I would just add their points to the newly created account, right, cause that would be easier. But I want to do it right and want to make it super cool. (like my PC is supposed to be)<br><br>Okay, just so i understand you correctly, there is only 1 table which needs to be changed in the DB with the correct customer ID? (i just don't want to crew anything up.) Then the new customer will see this order show up in their account (after the switch is made) and the points will be seen in their account too? Just by changing this 1 table? Or are there multiple tables?<br><br>Thanks again for your help. <br>Linda<br>P.S. Maybe EI should add "move this order to a different account" button. ;)<br><br><br><br>]]>
   </description>
   <pubDate>Fri, 14 Sep 2007 18:53:36 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/change-customer-id-on-an-order_topic1080_post3221.html#3221</guid>
  </item> 
  <item>
   <title><![CDATA[Change Customer ID &#111;n an Order :   Email is a required field...]]></title>
   <link>https://forum.productcart.com/change-customer-id-on-an-order_topic1080_post3207.html#3207</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=213">Matt</a><br /><strong>Subject:</strong> 1080<br /><strong>Posted:</strong> 13-September-2007 at 6:49pm<br /><br /><p ="Ms&#111;normal">Email is a required field when creating a new customer. Youstill need an email address to “checkout without creating an account”.<span style="">&nbsp; </span>So it sounds like you don’t have a sessionissue, but rather were still logged in as the first user when placing ordersfor each consecutive user.</p><p ="Ms&#111;normal"><o:p>&nbsp;</o:p></p><p ="Ms&#111;normal">To correct the situation as described will be a serious endeavorjust to track point, especially considering the customers never planned to loginto their accounts (they never gave you emails and you placed the order on theirbehalf). <br><br>If you do proceed with the manual editing of your database here are some guidelines.The edit is made in the "orders" table to column"idCustomer".&nbsp; Don't go this route unless you have the entirecustomer account ready and their ID at hand.&nbsp; You should close the storeduring the update process and you must backup the database.</p>]]>
   </description>
   <pubDate>Thu, 13 Sep 2007 18:49:39 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/change-customer-id-on-an-order_topic1080_post3207.html#3207</guid>
  </item> 
  <item>
   <title><![CDATA[Change Customer ID &#111;n an Order : So would the customer id be changed...]]></title>
   <link>https://forum.productcart.com/change-customer-id-on-an-order_topic1080_post3205.html#3205</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=384">fidjiti</a><br /><strong>Subject:</strong> 1080<br /><strong>Posted:</strong> 13-September-2007 at 6:31pm<br /><br />So would the customer id be changed for the order in 1 table (which table) or field (which field) or multiple tables and fields. If it's only one then i think i could get someone to do it fairly easily. I just want to be able to track the points from each order for each customer. I wish I would have just asked them for their email address to set up their account. That would have been easier.<br><br><br><br>]]>
   </description>
   <pubDate>Thu, 13 Sep 2007 18:31:58 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/change-customer-id-on-an-order_topic1080_post3205.html#3205</guid>
  </item> 
  <item>
   <title><![CDATA[Change Customer ID &#111;n an Order :   You need to edit the database...]]></title>
   <link>https://forum.productcart.com/change-customer-id-on-an-order_topic1080_post3204.html#3204</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=213">Matt</a><br /><strong>Subject:</strong> 1080<br /><strong>Posted:</strong> 13-September-2007 at 6:25pm<br /><br /><p ="Ms&#111;normal">You need to edit the database directly to do what you want,but it’s not recommended.&nbsp; It is possible to do if you have experience in editingdatabases and are very careful.&nbsp; <br><br>Otherwise you have to change that primary customer to yourself.&nbsp; That wayyou will get all of the emails and he will not be able view or access the otherorders.&nbsp; You should do that first. &nbsp;</p>]]>
   </description>
   <pubDate>Thu, 13 Sep 2007 18:25:52 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/change-customer-id-on-an-order_topic1080_post3204.html#3204</guid>
  </item> 
  <item>
   <title><![CDATA[Change Customer ID &#111;n an Order : Well, right now i think the orders...]]></title>
   <link>https://forum.productcart.com/change-customer-id-on-an-order_topic1080_post3203.html#3203</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=384">fidjiti</a><br /><strong>Subject:</strong> 1080<br /><strong>Posted:</strong> 13-September-2007 at 6:18pm<br /><br />Well, right now i think the orders are all under 1 customer number, i.e. # 195 is what it says on the top of the Billing Shipping tab. So what I want to do it set up 19 different customers and then some how change the customer id on the each order to correspond to the correct customer. <br>I already tried editing the customer billing info but one of my customers received 19 emails. :(<br>]]>
   </description>
   <pubDate>Thu, 13 Sep 2007 18:18:36 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/change-customer-id-on-an-order_topic1080_post3203.html#3203</guid>
  </item> 
  <item>
   <title><![CDATA[Change Customer ID &#111;n an Order :     The sessions should always...]]></title>
   <link>https://forum.productcart.com/change-customer-id-on-an-order_topic1080_post3202.html#3202</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=213">Matt</a><br /><strong>Subject:</strong> 1080<br /><strong>Posted:</strong> 13-September-2007 at 6:14pm<br /><br /><p ="Ms&#111;normal"></p><p ="Ms&#111;normal">The sessions should always clear when the SSL is setupcorrectly.&nbsp;Since you mentioned updating to v3.1 in another post, I wouldproceed to do that first. Then, if you find this issue persists open a ticket. <span style="">&nbsp;</span>I believe the best way to fix your problem isto change the primary customer to yourself (just by updating the details). Thengoes through each order and edit the billing information.</p><p ="Ms&#111;normal"><span style=""> </span></p>]]>
   </description>
   <pubDate>Thu, 13 Sep 2007 18:14:53 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/change-customer-id-on-an-order_topic1080_post3202.html#3202</guid>
  </item> 
  <item>
   <title><![CDATA[Change Customer ID &#111;n an Order : So has anyone even tried this?...]]></title>
   <link>https://forum.productcart.com/change-customer-id-on-an-order_topic1080_post3193.html#3193</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=384">fidjiti</a><br /><strong>Subject:</strong> 1080<br /><strong>Posted:</strong> 13-September-2007 at 5:04pm<br /><br />So has anyone even tried this? I just don't want to have to re-enter a customer's order into the system because it would ruin my inventory. it would just be easier if I could change the customer ID on the orders. Any ideas?]]>
   </description>
   <pubDate>Thu, 13 Sep 2007 17:04:17 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/change-customer-id-on-an-order_topic1080_post3193.html#3193</guid>
  </item> 
  <item>
   <title><![CDATA[Change Customer ID &#111;n an Order :  I would like to change the customer...]]></title>
   <link>https://forum.productcart.com/change-customer-id-on-an-order_topic1080_post3143.html#3143</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=384">fidjiti</a><br /><strong>Subject:</strong> 1080<br /><strong>Posted:</strong> 11-September-2007 at 3:45pm<br /><br />I would like to change the customer ID on 19 of my orders. I want to keep the shipping addresses the same as they were when they were entered but I just need to change the customer it's assigned to. <br>I was trying to place several orders without creating accounts so it'd be quicker orders and for some reason the cookies on the site kept the main customer the same and simply changed the shipping addresses. :(&nbsp; Any ideas would be awesome. <br><br>In fact this would be a cool feature which PC could add. For example: a change customer for this order or assign an order to a customer. Anyways, please help.<br><br>Thanks!<br><span style="font-size:10px"><br /><br />Edited by fidjiti - 11-September-2007 at 3:46pm</span>]]>
   </description>
   <pubDate>Tue, 11 Sep 2007 15:45:02 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/change-customer-id-on-an-order_topic1080_post3143.html#3143</guid>
  </item> 
 </channel>
</rss>