<?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 : Custom Search Fields</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Using ProductCart : Custom Search Fields]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 12 Apr 2026 00:08:56 +0000</pubDate>
  <lastBuildDate>Tue, 06 Mar 2012 14:15:50 +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=4938</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[Custom Search Fields : I really appreciate your work...]]></title>
   <link>https://forum.productcart.com/custom-search-fields_topic4938_post19241.html#19241</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2464">lhuggins</a><br /><strong>Subject:</strong> 4938<br /><strong>Posted:</strong> 06-March-2012 at 2:15pm<br /><br />I really appreciate your work in this, it is a MAJOR issue with our business. I tried again and still the same results, when I put a different value in a search field the old value is replaced, below is a copy of the code (I copied and pasted what you provided).<div><br></div><div><div>function AddSF(tmpSFID,tmpSFName,tmpSVID,tmpSValue,tmpSOrder)</div><div>{</div><div>&nbsp; &nbsp; if (tmpSValue!="")</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; var i=0;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; var found=0;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; SFCount++;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; SFID&#091;SFCount&#093;=tmpSFID;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; SFNAME&#091;SFCount&#093;=tmpSFName;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; SFVID&#091;SFCount&#093;=tmpSVID;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; SFVALUE&#091;SFCount&#093;=tmpSValue;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; SFVORDER&#091;SFCount&#093;=tmpSOrder;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; CreateTable();</div><div>&nbsp; &nbsp; }</div><div>}</div></div>]]>
   </description>
   <pubDate>Tue, 06 Mar 2012 14:15:50 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/custom-search-fields_topic4938_post19241.html#19241</guid>
  </item> 
  <item>
   <title><![CDATA[Custom Search Fields : function AddSF(tmpSFID,tmpSFNa...]]></title>
   <link>https://forum.productcart.com/custom-search-fields_topic4938_post19239.html#19239</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=477">p00pstar</a><br /><strong>Subject:</strong> 4938<br /><strong>Posted:</strong> 06-March-2012 at 3:23am<br /><br /><div><div>function AddSF(tmpSFID,tmpSFName,tmpSVID,tmpSValue,tmpSOrder)</div><div>{</div><div>&nbsp; &nbsp; if (tmpSValue!="")</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; var i=0;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; var found=0;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; SFCount++;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; SFID&#091;SFCount&#093;=tmpSFID;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; SFNAME&#091;SFCount&#093;=tmpSFName;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; SFVID&#091;SFCount&#093;=tmpSVID;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; SFVALUE&#091;SFCount&#093;=tmpSValue;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; SFVORDER&#091;SFCount&#093;=tmpSOrder;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; CreateTable();</div><div>&nbsp; &nbsp; }</div><div>}</div></div><div><br></div><div>Put it like this and pay attention to the { } blocks, maybe that's why it didn't work...</div>]]>
   </description>
   <pubDate>Tue, 06 Mar 2012 03:23:50 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/custom-search-fields_topic4938_post19239.html#19239</guid>
  </item> 
  <item>
   <title><![CDATA[Custom Search Fields : Thank you for the help, unfortunately...]]></title>
   <link>https://forum.productcart.com/custom-search-fields_topic4938_post19238.html#19238</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2464">lhuggins</a><br /><strong>Subject:</strong> 4938<br /><strong>Posted:</strong> 05-March-2012 at 6:48pm<br /><br />Thank you for the help, unfortunately it did not work. I modified "modifyProduct.asp" to;<div><div>function AddSF(tmpSFID,tmpSFName,tmpSVID,tmpSValue,tmpSOrder)</div><div><span ="Apple-tab-span" style="white-space:pre">									</span>{</div><div><span ="Apple-tab-span" style="white-space:pre">										</span>if (tmpSValue!="")</div><div><span ="Apple-tab-span" style="white-space:pre">										</span>{</div><div><span ="Apple-tab-span" style="white-space:pre">											</span>var i=0;</div><div><span ="Apple-tab-span" style="white-space:pre">											</span>var found=0;</div><div><span ="Apple-tab-span" style="white-space:pre">											</span></div><div><span ="Apple-tab-span" style="white-space:pre">											</span></div><div><span ="Apple-tab-span" style="white-space:pre">												</span>SFCount++;</div><div><span ="Apple-tab-span" style="white-space:pre">												</span>SFID&#091;SFCount&#093;=tmpSFID;</div><div><span ="Apple-tab-span" style="white-space:pre">												</span>SFNAME&#091;SFCount&#093;=tmpSFName;</div><div><span ="Apple-tab-span" style="white-space:pre">												</span>SFVID&#091;SFCount&#093;=tmpSVID;</div><div><span ="Apple-tab-span" style="white-space:pre">												</span>SFVALUE&#091;SFCount&#093;=tmpSValue;</div><div><span ="Apple-tab-span" style="white-space:pre">												</span>SFVORDER&#091;SFCount&#093;=tmpSOrder;</div><div><span ="Apple-tab-span" style="white-space:pre">											</span>}</div><div><span ="Apple-tab-span" style="white-space:pre">											</span>CreateTable();</div><div><span ="Apple-tab-span" style="white-space:pre">										</span>}</div><div><span ="Apple-tab-span" style="white-space:pre">									</span>}</div></div><div>And it still replaces the value in custom fields instead of adding another one.</div>]]>
   </description>
   <pubDate>Mon, 05 Mar 2012 18:48:01 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/custom-search-fields_topic4938_post19238.html#19238</guid>
  </item> 
  <item>
   <title><![CDATA[Custom Search Fields : This function just searches for...]]></title>
   <link>https://forum.productcart.com/custom-search-fields_topic4938_post19235.html#19235</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=477">p00pstar</a><br /><strong>Subject:</strong> 4938<br /><strong>Posted:</strong> 05-March-2012 at 3:47pm<br /><br />This function just searches for the custom field that you want to modify, and if it exists, it replaces the old value with the new value.&nbsp;<div><br></div><div>If you comment those lines (or delete them) it will work to add another value to the same custom field...</div>]]>
   </description>
   <pubDate>Mon, 05 Mar 2012 15:47:11 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/custom-search-fields_topic4938_post19235.html#19235</guid>
  </item> 
  <item>
   <title><![CDATA[Custom Search Fields : I&amp;#039;m afraid i can&amp;#039;t help...]]></title>
   <link>https://forum.productcart.com/custom-search-fields_topic4938_post19233.html#19233</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=477">p00pstar</a><br /><strong>Subject:</strong> 4938<br /><strong>Posted:</strong> 05-March-2012 at 3:43pm<br /><br />I'm afraid i can't help you with 4.5, i only have version 4.1 with sp3.<div>Maybe there are some differences, i don't know...</div>]]>
   </description>
   <pubDate>Mon, 05 Mar 2012 15:43:04 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/custom-search-fields_topic4938_post19233.html#19233</guid>
  </item> 
  <item>
   <title><![CDATA[Custom Search Fields : Hi, Try in modifyproduct.asp....]]></title>
   <link>https://forum.productcart.com/custom-search-fields_topic4938_post19232.html#19232</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=303">Hamish</a><br /><strong>Subject:</strong> 4938<br /><strong>Posted:</strong> 05-March-2012 at 3:25pm<br /><br />Hi, Try in modifyproduct.asp. The code also appears in several other files.]]>
   </description>
   <pubDate>Mon, 05 Mar 2012 15:25:42 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/custom-search-fields_topic4938_post19232.html#19232</guid>
  </item> 
  <item>
   <title><![CDATA[Custom Search Fields : I did find it in &amp;#034;modifyProduct.asp&amp;#034;...]]></title>
   <link>https://forum.productcart.com/custom-search-fields_topic4938_post19231.html#19231</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2464">lhuggins</a><br /><strong>Subject:</strong> 4938<br /><strong>Posted:</strong> 05-March-2012 at 3:25pm<br /><br />I did find it in "modifyProduct.asp" and changed it as you instructed and I can not add more than one value to one custom search field.]]>
   </description>
   <pubDate>Mon, 05 Mar 2012 15:25:33 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/custom-search-fields_topic4938_post19231.html#19231</guid>
  </item> 
  <item>
   <title><![CDATA[Custom Search Fields : Thank you so much for this GREAT...]]></title>
   <link>https://forum.productcart.com/custom-search-fields_topic4938_post19229.html#19229</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2464">lhuggins</a><br /><strong>Subject:</strong> 4938<br /><strong>Posted:</strong> 05-March-2012 at 3:03pm<br /><br /><font ="Apple-style-span" face="Arial, Helvetica, sans-serif" size="2">Thank you so much for this GREAT information, I really need a work around. One problem, I can not find "<span ="Apple-style-span" style="line-height: normal; ">function AddSF(tmpSFID,tmpSFName,tmpSVID,tmpSValue,tmpSOrder)" in "modifyProductB.asp".</span></font><div><span ="Apple-style-span" style="line-height: normal; "><font ="Apple-style-span" face="Arial, Helvetica, sans-serif" size="2"><br></font></span></div><div><span ="Apple-style-span" style="line-height: normal; "><font ="Apple-style-span" face="Arial, Helvetica, sans-serif" size="2">I am using PC v4.5bcm</font></span></div>]]>
   </description>
   <pubDate>Mon, 05 Mar 2012 15:03:13 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/custom-search-fields_topic4938_post19229.html#19229</guid>
  </item> 
  <item>
   <title><![CDATA[Custom Search Fields : There is a workaround.1. From...]]></title>
   <link>https://forum.productcart.com/custom-search-fields_topic4938_post19207.html#19207</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=477">p00pstar</a><br /><strong>Subject:</strong> 4938<br /><strong>Posted:</strong> 02-March-2012 at 2:41am<br /><br />There is a workaround.&nbsp;<div><br></div><div>1. From "pcadmin" open file "modifyProductB.asp";</div><div>2. Search for "function AddSF(tmpSFID,tmpSFName,tmpSVID,tmpSValue,tmpSOrder)";</div><div>3. Change the javascript function to this :</div><div><br></div><div><div>function AddSF(tmpSFID,tmpSFName,tmpSVID,tmpSValue,tmpSOrder)</div><div>{</div><div>&nbsp; &nbsp; if (tmpSValue!="")</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; var i=0;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; var found=0;</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; SFCount++;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; SFID&#091;SFCount&#093;=tmpSFID;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; SFNAME&#091;SFCount&#093;=tmpSFName;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; SFVID&#091;SFCount&#093;=tmpSVID;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; SFVALUE&#091;SFCount&#093;=tmpSValue;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; SFVORDER&#091;SFCount&#093;=tmpSOrder;</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; CreateTable();</div><div>&nbsp; &nbsp; }</div><div>}</div></div><div><br></div><div>Now it will work to add more values to the same custom-field. Otherwise, it will just replace the old value...</div><div><br></div>]]>
   </description>
   <pubDate>Fri, 02 Mar 2012 02:41:22 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/custom-search-fields_topic4938_post19207.html#19207</guid>
  </item> 
  <item>
   <title><![CDATA[Custom Search Fields : Any ideas on a work around? I...]]></title>
   <link>https://forum.productcart.com/custom-search-fields_topic4938_post18955.html#18955</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2464">lhuggins</a><br /><strong>Subject:</strong> 4938<br /><strong>Posted:</strong> 21-January-2012 at 4:15pm<br /><br />Any ideas on a work around? I have many products that this effects.]]>
   </description>
   <pubDate>Sat, 21 Jan 2012 16:15:56 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/custom-search-fields_topic4938_post18955.html#18955</guid>
  </item> 
 </channel>
</rss>