<?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 : Customized Store Search Code</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : Customized Store Search Code]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 13 Apr 2026 08:28:28 +0000</pubDate>
  <lastBuildDate>Wed, 19 Aug 2009 12:58:27 +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=2721</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[Customized Store Search Code : Glad I could helpJust keep in...]]></title>
   <link>https://forum.productcart.com/customized-store-search-code_topic2721_post11047.html#11047</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1165">worldofrugs</a><br /><strong>Subject:</strong> 2721<br /><strong>Posted:</strong> 19-August-2009 at 12:58pm<br /><br />Glad I could help&nbsp;<img src="https://forum.productcart.com/smileys/smiley32.gif" border="0" alt="Clap" /><br><br>Just keep in mind to clean up this code a little... (I learned the hard way)<br>I just changed them without taking the duplicates away, and while this went good 90% of the time, it did occasionally time out on the search (not to mention it took 4 ever for the results to come up!)<br>I then removed the duplicates and voila! Perfect going <img src="https://forum.productcart.com/smileys/smiley2.gif" border="0" alt="Wink" /><br>]]>
   </description>
   <pubDate>Wed, 19 Aug 2009 12:58:27 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/customized-store-search-code_topic2721_post11047.html#11047</guid>
  </item> 
  <item>
   <title><![CDATA[Customized Store Search Code : worldofrugs - you win!  That worked...]]></title>
   <link>https://forum.productcart.com/customized-store-search-code_topic2721_post11046.html#11046</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=624">roknrod12</a><br /><strong>Subject:</strong> 2721<br /><strong>Posted:</strong> 19-August-2009 at 12:48pm<br /><br />worldofrugs - you win!  That worked perfectly!  Now I've got more refined searches on our site.  Thanks a bunch! <img src="https://forum.productcart.com/smileys/smiley1.gif" border="0" align="middle" /> ]]>
   </description>
   <pubDate>Wed, 19 Aug 2009 12:48:18 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/customized-store-search-code_topic2721_post11046.html#11046</guid>
  </item> 
  <item>
   <title><![CDATA[Customized Store Search Code :  What I did is I took the showsearchresults.asp,...]]></title>
   <link>https://forum.productcart.com/customized-store-search-code_topic2721_post11044.html#11044</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1165">worldofrugs</a><br /><strong>Subject:</strong> 2721<br /><strong>Posted:</strong> 19-August-2009 at 10:44am<br /><br />What I did is I took the showsearchresults.asp, made a copy (showsearchresultsB.asp) and refered to this new page when I needed it (for example your own form).<br><br>When looking at the code, you will see in this file line like:<br>tmpSQL=tmpSQL&nbsp; &amp; TestWord &amp; " A.details LIKE "<br>tmpSQL2=tmpSQL2 &amp; TestWord &amp; " A.description LIKE "<br>tmpSQL3=tmpSQL3 &amp; TestWord &amp; " A.sDesc LIKE "<br><br>How I started on this file, was to change all thos lines to search only the ones I wanted...<br>Example, searching only in the Name (title) of the product:<br>tmpSQL=tmpSQL&nbsp; &amp; TestWord &amp; " A.description LIKE "<br>tmpSQL2=tmpSQL2 &amp; TestWord &amp; " A.description LIKE "<br>tmpSQL3=tmpSQL3 &amp; TestWord &amp; " A.description LIKE "<br><br>I tested it and got the result I needed. Then I cleaned it up, removing the duplicate queries / string (or whatever you call them haha)...<br><br>As I am not a guru ASP coder, this is probably not the best way to go, but it works great!<br><br>(note: I'm using v3.12a, so look into the code with other versions)<br><br>Hope this is what you were looking for or maybe helps you on your way...<br><span style="font-size:10px"><br /><br />Edited by worldofrugs - 19-August-2009 at 10:45am</span>]]>
   </description>
   <pubDate>Wed, 19 Aug 2009 10:44:46 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/customized-store-search-code_topic2721_post11044.html#11044</guid>
  </item> 
  <item>
   <title><![CDATA[Customized Store Search Code : Thanks, avalight!  I&amp;#039;ll check...]]></title>
   <link>https://forum.productcart.com/customized-store-search-code_topic2721_post11024.html#11024</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=624">roknrod12</a><br /><strong>Subject:</strong> 2721<br /><strong>Posted:</strong> 18-August-2009 at 11:20am<br /><br />Thanks, avalight!  I'll check this out.]]>
   </description>
   <pubDate>Tue, 18 Aug 2009 11:20:23 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/customized-store-search-code_topic2721_post11024.html#11024</guid>
  </item> 
  <item>
   <title><![CDATA[Customized Store Search Code : Ah, right, sorry. I see the reason...]]></title>
   <link>https://forum.productcart.com/customized-store-search-code_topic2721_post11023.html#11023</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=667">avalight</a><br /><strong>Subject:</strong> 2721<br /><strong>Posted:</strong> 18-August-2009 at 11:16am<br /><br />Ah, right, sorry.&nbsp; I see the reason for the question.&nbsp; I think if I read this forum in the morning when I am fresh, vs. the late, late evening, things would be clearer...anyway, the post that I am referring to is this one:&nbsp;<a href="http://www.earlyimpact.com/forum/forum_posts.asp?TID=1979" target="_blank">http://www.earlyimpact.com/forum/forum_posts.asp?TID=1979</a>, which talks about how to make the search box only look for the SKU.&nbsp; I followed those instructions, including the change in the showsearchqueary.asp, and made some further modifications shown below, mostly to help users know what they can type in the box.&nbsp; <br><table width="99%"><tr><td><pre class="BBcode"><br>&lt;!-- Start Search Box --&gt;<br>&nbsp;&nbsp; &lt;form action="http://www.avalanche-ranch.com/rusticlighting/pc/showsearchresults.asp" name="search" method="get" class="pcForms"&gt;<br>&nbsp;&nbsp; &lt;input type="hidden" name="pageStyle" value="&lt;%=bType%&gt;"&gt;<br>&nbsp;&nbsp; &lt;SPAN style="FONT-WEIGHT: bold; FONT-SIZE: 11pt; COLOR: rgb(0,161,0);"&gt;PRODUCT SEARCH:&lt;/span&gt;<br>&nbsp;&nbsp; &lt;input type="hidden" name="resultCnt" value="10"&gt;<br>&nbsp;&nbsp; &lt;input type="Text" name="SKU" size="14" value="Enter Product No." onclick="this.value=''"&gt;<br>&nbsp;&nbsp;&nbsp; &lt;b&gt;&lt;input type="image" name="submit" src="/rusticlighting/PC/images/btn_go_gray.gif" id="submit"&gt;&lt;/b&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/form&gt;<br>&lt;!-- End Search Box --&gt;<br></pre></td></tr></table><br>Hope this helps.<br>Best <br><br>]]>
   </description>
   <pubDate>Tue, 18 Aug 2009 11:16:36 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/customized-store-search-code_topic2721_post11023.html#11023</guid>
  </item> 
  <item>
   <title><![CDATA[Customized Store Search Code : avalight -   Did you mean to put...]]></title>
   <link>https://forum.productcart.com/customized-store-search-code_topic2721_post11020.html#11020</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=624">roknrod12</a><br /><strong>Subject:</strong> 2721<br /><strong>Posted:</strong> 18-August-2009 at 10:13am<br /><br />avalight - <br /><br />Did you mean to put a link to a post?  You mentioned a post a couple of times, but no reference.]]>
   </description>
   <pubDate>Tue, 18 Aug 2009 10:13:27 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/customized-store-search-code_topic2721_post11020.html#11020</guid>
  </item> 
  <item>
   <title><![CDATA[Customized Store Search Code : Well, I just used the small search...]]></title>
   <link>https://forum.productcart.com/customized-store-search-code_topic2721_post9891.html#9891</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=667">avalight</a><br /><strong>Subject:</strong> 2721<br /><strong>Posted:</strong> 08-May-2009 at 7:11pm<br /><br />Well, I just used the small search box snippet that is in the Header.asp file.&nbsp; Just like in the post.]]>
   </description>
   <pubDate>Fri, 08 May 2009 19:11:04 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/customized-store-search-code_topic2721_post9891.html#9891</guid>
  </item> 
  <item>
   <title><![CDATA[Customized Store Search Code : avalight - thanks for the reply....]]></title>
   <link>https://forum.productcart.com/customized-store-search-code_topic2721_post9890.html#9890</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=624">roknrod12</a><br /><strong>Subject:</strong> 2721<br /><strong>Posted:</strong> 08-May-2009 at 5:11pm<br /><br />avalight - thanks for the reply.  I thought the same thing, but according to EI support, 'it will require altering the complex query used by the the advanced search feature.'  What exactly did you alter to limit yours?]]>
   </description>
   <pubDate>Fri, 08 May 2009 17:11:37 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/customized-store-search-code_topic2721_post9890.html#9890</guid>
  </item> 
  <item>
   <title><![CDATA[Customized Store Search Code : You can limit your search in the...]]></title>
   <link>https://forum.productcart.com/customized-store-search-code_topic2721_post9889.html#9889</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=667">avalight</a><br /><strong>Subject:</strong> 2721<br /><strong>Posted:</strong> 08-May-2009 at 5:05pm<br /><br />You can limit your search in the small search box by SKU, so I don't know why you couldn't do it for the Product Name too.&nbsp; I think the field name is for the product is called "description", but under this post is the way to do it for the SKU.&nbsp; I followed this plus a little tweaking and got it to work on my site http://www.avalanche-ranch.com.&nbsp; Upper right corner.]]>
   </description>
   <pubDate>Fri, 08 May 2009 17:05:11 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/customized-store-search-code_topic2721_post9889.html#9889</guid>
  </item> 
  <item>
   <title><![CDATA[Customized Store Search Code : This is something we would like...]]></title>
   <link>https://forum.productcart.com/customized-store-search-code_topic2721_post9882.html#9882</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=89">whizzinpc</a><br /><strong>Subject:</strong> 2721<br /><strong>Posted:</strong> 08-May-2009 at 11:36am<br /><br />This is something we would like to do also.]]>
   </description>
   <pubDate>Fri, 08 May 2009 11:36:52 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/customized-store-search-code_topic2721_post9882.html#9882</guid>
  </item> 
 </channel>
</rss>