<?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 &quot;Add To Cart&quot; butt&#111;n until logged in</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : Hide &quot;Add To Cart&quot; butt&#111;n until logged in]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 12:13:34 +0000</pubDate>
  <lastBuildDate>Mon, 29 Jan 2007 09:16: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=619</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 &quot;Add To Cart&quot; butt&#111;n until logged in : As nwilliams mentioned above,...]]></title>
   <link>https://forum.productcart.com/hide-add-to-cart-button-until-logged-in_topic619_post1807.html#1807</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=77">netprofits</a><br /><strong>Subject:</strong> 619<br /><strong>Posted:</strong> 29-January-2007 at 9:16am<br /><br /><P>As nwilliams mentioned above, you can use the code from footer.asp something like this...</P><P><table width="99%"><tr><td><pre class="BBcode"><BR>if session("idCustomer")&gt;"0" then<BR>&nbsp; pcs_AddToCart<BR>end if<BR></pre></td></tr></table><BR></P>]]>
   </description>
   <pubDate>Mon, 29 Jan 2007 09:16:55 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/hide-add-to-cart-button-until-logged-in_topic619_post1807.html#1807</guid>
  </item> 
  <item>
   <title><![CDATA[Hide &quot;Add To Cart&quot; butt&#111;n until logged in : Cananyone help me with this code...]]></title>
   <link>https://forum.productcart.com/hide-add-to-cart-button-until-logged-in_topic619_post1803.html#1803</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=433">James</a><br /><strong>Subject:</strong> 619<br /><strong>Posted:</strong> 29-January-2007 at 6:43am<br /><br /><P>Can&nbsp;anyone help me with this code please... I&nbsp;need to modify it so that&nbsp;the Add To Cart button only shows when someone is logged in........<IMG src="https://forum.productcart.com/smileys/smiley5.gif" border="0"><BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;' // show add to cart<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'///////////////// //////////////////////////////////////////// <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'//&nbsp;&nbsp;&nb sp;&nbsp;&nbsp; ADD TO  CART&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;//<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'///////////////// //////////////////////////////////////////// &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'***************** ******************************************** <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;' START: Add to Cart<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'***************** ******************************************** <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pcs_AddtoCart<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'***************** ******************************************** <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;' END: Add to Cart<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'***************** ******************************************** <BR></P>]]>
   </description>
   <pubDate>Mon, 29 Jan 2007 06:43:23 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/hide-add-to-cart-button-until-logged-in_topic619_post1803.html#1803</guid>
  </item> 
  <item>
   <title><![CDATA[Hide &quot;Add To Cart&quot; butt&#111;n until logged in : You need to make an if clause...]]></title>
   <link>https://forum.productcart.com/hide-add-to-cart-button-until-logged-in_topic619_post1792.html#1792</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=374">NWilliams</a><br /><strong>Subject:</strong> 619<br /><strong>Posted:</strong> 28-January-2007 at 9:59pm<br /><br />You need to make an if clause where the add to cart button is in the html and only write the html if <span style="font-weight: bold;">session("idCusomter")&lt;&gt;""</span> or similar.&nbsp; Check the code in the stock footer.asp file that determines whether it should show the 'account home' links and lift the determinant from there and apply it in the above case.]]>
   </description>
   <pubDate>Sun, 28 Jan 2007 21:59:49 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/hide-add-to-cart-button-until-logged-in_topic619_post1792.html#1792</guid>
  </item> 
  <item>
   <title><![CDATA[Hide &quot;Add To Cart&quot; butt&#111;n until logged in : Hi, I wish the &amp;#034;Add To Cart&amp;#034;...]]></title>
   <link>https://forum.productcart.com/hide-add-to-cart-button-until-logged-in_topic619_post1784.html#1784</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=433">James</a><br /><strong>Subject:</strong> 619<br /><strong>Posted:</strong> 26-January-2007 at 5:47am<br /><br />Hi, I wish the "Add To Cart" button to be unavailable until users have logged in.<BR>Please can anybody tell me how to do this????]]>
   </description>
   <pubDate>Fri, 26 Jan 2007 05:47:03 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/hide-add-to-cart-button-until-logged-in_topic619_post1784.html#1784</guid>
  </item> 
 </channel>
</rss>