<?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 : Hide Quantity Box</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : Hide Quantity Box]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 23:13:37 +0000</pubDate>
  <lastBuildDate>Tue, 06 Mar 2012 18:14:34 +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=5030</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[Hide Quantity Box :    Hi,I&amp;#039;ve taken a look...]]></title>
   <link>https://forum.productcart.com/hide-quantity-box_topic5030_post19243.html#19243</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=303">Hamish</a><br /><strong>Subject:</strong> 5030<br /><strong>Posted:</strong> 06-March-2012 at 6:14pm<br /><br />Hi,<br>&nbsp;I've taken a look and believe the answer is straight forward - as long as you ALWAYS want the quantity to be fixed at 1 !!<br><br>In file viewPrdCode.asp find :-<br><br>Public Sub pcs_AddtoCart<br><br><table width="99%"><tr><td><pre class="BBcode"><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'SB S<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if pSubscriptionID &gt; 0 and pSubType &lt;&gt; 2 Then%&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;input&nbsp; type="hidden" name="quantity" value="1"&gt; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;%else%&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;input type="text" name="quantity" size="5" maxlength="10" value="&lt;%=pcv_intQuantityField%&gt;"&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;%<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; End if <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'SB E %&gt;<br></pre></td></tr></table><br><br>and change it to <br><br><table width="99%"><tr><td><pre class="BBcode"><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'SB S<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if pSubscriptionID &gt; 0 and pSubType &lt;&gt; 2 Then%&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;input&nbsp; type="hidden" name="quantity" value="1"&gt; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;%else%&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;% ' Suiteable change tracking comment here %&gt; &nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input&nbsp; type="hidden" name="quantity" value="1"&gt; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;% ' (Commented out) input type="text" name="quantity" size="5" maxlength="10" value=" %&gt;<br>&lt;%&nbsp; ' =pcv_intQuantityField% &gt;"&gt; %&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;%<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; End if <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'SB E %&gt;<br></pre></td></tr></table><br><br>Corrected code...<br><span style="font-size:10px"><br /><br />Edited by Hamish - 06-March-2012 at 6:17pm</span>]]>
   </description>
   <pubDate>Tue, 06 Mar 2012 18:14:34 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/hide-quantity-box_topic5030_post19243.html#19243</guid>
  </item> 
  <item>
   <title><![CDATA[Hide Quantity Box : Hi, We only delete spam posts,...]]></title>
   <link>https://forum.productcart.com/hide-quantity-box_topic5030_post19237.html#19237</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=303">Hamish</a><br /><strong>Subject:</strong> 5030<br /><strong>Posted:</strong> 05-March-2012 at 4:27pm<br /><br />Hi,<br>&nbsp; We only delete spam posts, so I expect it's there somewhere. I found this - for BTO http://www.earlyimpact.com/forum/forum_posts.asp?TID=2952&amp;PID=13257<br><br>]]>
   </description>
   <pubDate>Mon, 05 Mar 2012 16:27:37 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/hide-quantity-box_topic5030_post19237.html#19237</guid>
  </item> 
  <item>
   <title><![CDATA[Hide Quantity Box : Can anyone provide the code on...]]></title>
   <link>https://forum.productcart.com/hide-quantity-box_topic5030_post19219.html#19219</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1213">rivaldog</a><br /><strong>Subject:</strong> 5030<br /><strong>Posted:</strong> 04-March-2012 at 8:56am<br /><br />Can anyone provide the code on hiding the quantity box next to 'add to cart' button on the product detail page?<br><br>There used to be a post here in the forums that provided this but it appears to have been removed.<br><br>thank you<br>]]>
   </description>
   <pubDate>Sun, 04 Mar 2012 08:56:29 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/hide-quantity-box_topic5030_post19219.html#19219</guid>
  </item> 
 </channel>
</rss>