<?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 : Search By OrderID skips incomplete orders</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : Search By OrderID skips incomplete orders]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 04:52:51 +0000</pubDate>
  <lastBuildDate>Sun, 19 Feb 2006 02:34:55 +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=122</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[Search By OrderID skips incomplete orders : Works good here I used the version...]]></title>
   <link>https://forum.productcart.com/search-by-orderid-skips-incomplete-orders_topic122_post367.html#367</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=74">watercrazed</a><br /><strong>Subject:</strong> 122<br /><strong>Posted:</strong> 19-February-2006 at 2:34am<br /><br />Works good here I used the version from <span ="bold">amgqmp1</span>]]>
   </description>
   <pubDate>Sun, 19 Feb 2006 02:34:55 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/search-by-orderid-skips-incomplete-orders_topic122_post367.html#367</guid>
  </item> 
  <item>
   <title><![CDATA[Search By OrderID skips incomplete orders : I agree and have always considered...]]></title>
   <link>https://forum.productcart.com/search-by-orderid-skips-incomplete-orders_topic122_post362.html#362</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=21">amgqmp1</a><br /><strong>Subject:</strong> 122<br /><strong>Posted:</strong> 17-February-2006 at 11:59am<br /><br /><P>I agree and have always considered this a bug as well.&nbsp; When my staff performs a search for an order (by number) they should be presented with a complete listing.</P><P>I found the code you posted to&nbsp;be&nbsp;a good method, although, I used a slightly different (see below).</P><P>============================</P><P>Line 54 of resultsAdvanced.asp:</P><P>Changed the line from:</P><P>"query=query &amp; " WHERE orders.idCustomer=customers.idCustomer AND orderStatus&gt;1 AND idOrder LIKE '%" &amp; _"</P><P>Change the line to:</P><P>"query=query &amp; " WHERE orders.idCustomer=customers.idCustomer AND orderStatus&gt;=0 AND idOrder LIKE '%" &amp; _"</P><P>(Remove the quotes before using this code)</P><P>So far, it's working well for us...I'd love to hear feedback from anyone else that gives this a try.</P><span style="font-size:10px"><br /><br />Edited by amgqmp1 - 17-February-2006 at 12:00pm</span>]]>
   </description>
   <pubDate>Fri, 17 Feb 2006 11:59:16 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/search-by-orderid-skips-incomplete-orders_topic122_post362.html#362</guid>
  </item> 
  <item>
   <title><![CDATA[Search By OrderID skips incomplete orders : This may be by design, or an oversight,...]]></title>
   <link>https://forum.productcart.com/search-by-orderid-skips-incomplete-orders_topic122_post344.html#344</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=96">dfinster</a><br /><strong>Subject:</strong> 122<br /><strong>Posted:</strong> 11-February-2006 at 12:04pm<br /><br />This may be by design, or an oversight, but it's an issue for my clients - they consider it a bug.&nbsp; <br><br>In the "Locate an order" page (invoicing.asp), if you search by Order ID, you cannot pull up incomplete orders, although the result page shows a purple ball legend in the header indicating that incomplete orders would be in the list.<br><br>I made the following change to resultsAdvanced.asp beginning at line 52:<br><br>===================<br>	else		<br>&nbsp;&nbsp;&nbsp; tempqryStr=(int(tempqryStr) - scpre)<br>&nbsp;&nbsp;&nbsp; ' Change WHERE clause to allow all orders when searching by Order ID.<br>&nbsp;&nbsp;&nbsp; '		query=query &amp; " WHERE orders.idCustomer=customers.idCustomer AND orderStatus&gt;1 AND idOrder LIKE '%" &amp; _		<br>&nbsp;&nbsp;&nbsp; query=query &amp; " WHERE orders.idCustomer=customers.idCustomer AND idOrder LIKE '%" &amp; _		<br>&nbsp;&nbsp;&nbsp; tempqryStr &amp; "%' ORDER BY "&amp; strORD &amp;" "&amp; strSort	<br>end if<br>====================<br><br>Any reason this would cause other issues in the system?<br>]]>
   </description>
   <pubDate>Sat, 11 Feb 2006 12:04:01 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/search-by-orderid-skips-incomplete-orders_topic122_post344.html#344</guid>
  </item> 
 </channel>
</rss>