<?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 : Show / Hide BTO Category</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing BTO : Show / Hide BTO Category]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 10 Apr 2026 15:54:13 +0000</pubDate>
  <lastBuildDate>Mon, 29 Nov 2010 20:34:57 +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=4173</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[Show / Hide BTO Category : Mind posting the solution if it&amp;#039;s...]]></title>
   <link>https://forum.productcart.com/show-hide-bto-category_topic4173_post16307.html#16307</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1159">Brett</a><br /><strong>Subject:</strong> 4173<br /><strong>Posted:</strong> 29-November-2010 at 8:34pm<br /><br />Mind posting the solution if it's simple? I can think of a couple different ways to do this. Thanks]]>
   </description>
   <pubDate>Mon, 29 Nov 2010 20:34:57 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/show-hide-bto-category_topic4173_post16307.html#16307</guid>
  </item> 
  <item>
   <title><![CDATA[Show / Hide BTO Category : Figured it out....Thanks anyways. ...]]></title>
   <link>https://forum.productcart.com/show-hide-bto-category_topic4173_post16277.html#16277</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2104">Fseminario</a><br /><strong>Subject:</strong> 4173<br /><strong>Posted:</strong> 27-November-2010 at 9:17pm<br /><br />Figured it out....Thanks anyways.]]>
   </description>
   <pubDate>Sat, 27 Nov 2010 21:17:54 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/show-hide-bto-category_topic4173_post16277.html#16277</guid>
  </item> 
  <item>
   <title><![CDATA[Show / Hide BTO Category :   Hello, this is my first time...]]></title>
   <link>https://forum.productcart.com/show-hide-bto-category_topic4173_post16276.html#16276</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2104">Fseminario</a><br /><strong>Subject:</strong> 4173<br /><strong>Posted:</strong> 27-November-2010 at 5:16pm<br /><br />Hello, this is my first time modifying ProductCart. I am a ASP newb with a deep design background. My question is, how do i hide and show certain bto categories from displaying in the cart through ASP and not the control panel. I'm trying to modify an existing altered productcart and i think i have found where the trigger is to hide or show certain items. Am I correct? btw, RDL is a programmer who altered the product cart.<br><br>Filename: configurePRDcode.asp<br><br>"&lt;table class="pcBTOmainTable"&gt;<br>&nbsp;&nbsp;&nbsp; &lt;%<br>&nbsp;&nbsp;&nbsp; dim jCnt<br>&nbsp;&nbsp;&nbsp; CB_CatCnt = 0<br>&nbsp;&nbsp;&nbsp; jCnt=0<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; '*******************************************<br>&nbsp;&nbsp;&nbsp; '******* START BTO Categories<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; IF NOT rsSSobj.eof then&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Dim strCol<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; strCol = "class=pcBTOsecondRow"<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; checkVar=0<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; checkVarCat=0<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pcv_tmpArr=rsSSobj.GetRows()<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pcv_ArrCount=ubound(pcv_tmpArr,2)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; set rsSSobj=nothing<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'RDL Update Array with new defaults passed here<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'RDL Create array with list of prods for each category<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Dim ArrayRow<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Dim catproducts()<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; redim catproducts(200)&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Dim catnumb<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Dim maxleadtime<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; maxleadtime = 0<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Dim temprow<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Dim writecatlead<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Dim NewCat<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; NewCat = False<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; For ArrayRow = 0 to pcv_ArrCount-1<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if pcv_tmpArr(0,ArrayRow) &lt;&gt; catnumb then<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; NewCat = True<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Else<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; NewCat = False<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; End if<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; catnumb = pcv_tmpArr(0,ArrayRow)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; catproducts(catnumb) = catproducts(catnumb) &amp; pcv_tmpArr(5,ArrayRow) &amp; ","<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; writecatlead = false<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; for temprow = lbound(ArrProduct) to (UBound(ArrProduct)-1)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if Clng(ArrCategory(i))=Clng(catnumb) then<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; maxleadtime = cint(pcv_tmpArr(24,ArrayRow))<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; writecatlead = true<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; end if<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; next<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if writecatlead and NewCat then%&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;input type="hidden" ID="CAG&lt;%=catnumb%&gt;LT" value="&lt;%=pcv_tmpArr(24,ArrayRow)%&gt;"&gt;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;%end if<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Next<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; LeadDays = maxleadtime<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; response.redirect("msgb.asp?message="&amp;LeadDays)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ShipDate = GetShipDate() %&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;%'RDL Capture ShipDate%&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;input name="LeadDays" type="hidden" value="&lt;%=leaddays%&gt;"&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;input id="shipdatebuffer" name="shipdatebuffer" type="hidden" value="&lt;%=Shipdate%&gt;"&gt;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;%session("shipdate") = shipdate&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; '*********** LOOP CATs"<br><br><br><span style="font-size:10px"><br /><br />Edited by Fseminario - 27-November-2010 at 6:10pm</span>]]>
   </description>
   <pubDate>Sat, 27 Nov 2010 17:16:35 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/show-hide-bto-category_topic4173_post16276.html#16276</guid>
  </item> 
 </channel>
</rss>