<?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 : Welcome and Logout</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : Welcome and Logout]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 10 Apr 2026 13:20:38 +0000</pubDate>
  <lastBuildDate>Wed, 06 Aug 2008 18:53:30 +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=898</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[Welcome and Logout : Hi Jackalope,I was wondering where...]]></title>
   <link>https://forum.productcart.com/welcome-and-logout_topic898_post6326.html#6326</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1237">macleather</a><br /><strong>Subject:</strong> 898<br /><strong>Posted:</strong> 06-August-2008 at 6:53pm<br /><br />Hi Jackalope,<br><br>I was wondering where you inserted the code described above? Was it header.asp?<br><br>Thanks,<br><br>Alan<br>]]>
   </description>
   <pubDate>Wed, 06 Aug 2008 18:53:30 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/welcome-and-logout_topic898_post6326.html#6326</guid>
  </item> 
  <item>
   <title><![CDATA[Welcome and Logout : I just wanted to say thank you!...]]></title>
   <link>https://forum.productcart.com/welcome-and-logout_topic898_post5802.html#5802</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1232">thegardenbath</a><br /><strong>Subject:</strong> 898<br /><strong>Posted:</strong> 28-June-2008 at 12:17am<br /><br />I just wanted to say thank you!&nbsp; I've added this to my shop, which is still in development, and it's a really nice personal touch for the customer.&nbsp; <br><br>Thanks again!<br>]]>
   </description>
   <pubDate>Sat, 28 Jun 2008 00:17:44 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/welcome-and-logout_topic898_post5802.html#5802</guid>
  </item> 
  <item>
   <title><![CDATA[Welcome and Logout : With a little trial and error,...]]></title>
   <link>https://forum.productcart.com/welcome-and-logout_topic898_post2604.html#2604</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=198">Jackalope</a><br /><strong>Subject:</strong> 898<br /><strong>Posted:</strong> 20-June-2007 at 4:40pm<br /><br />With a little trial and error, I figured it out. The code below displays either the current user (Guest or the customers name after they log in) with both "Login / Register" or "Your Account / Log Out" below the user. I created a class ".footernav" to tell how the text and links would display. These links as well as others in my footer share the same display properties.<br /><br />&lt;div class="footernav" id="myAccount"&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;div align="right"&gt;Welcome<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;%  <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ' Display Name of customer if logged in<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if session("idCustomer")="0" or session("idCustomer")="" then%&gt; Guest!&lt;br&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;% else %&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;strong&gt;&lt;%=session("pcStrCustName") & "!"%&gt;&lt;br&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;a href="custPref.asp"&gt;Your Account&lt;/a&gt;&nbsp;&nbsp;/&lt;/span&gt;&nbsp;&nbsp;&lt;a href="CustLO.asp"&gt;Log Out&lt;/a&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;% end if %&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;% <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ' If the customer is not an affiliate and is not logged in<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ' show a link to the registration page.<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if session("idCustomer")="0" or session("idCustomer")="" then%&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;a  href="custPref.asp"&gt;Login&lt;/a&gt;&nbsp;&nbsp;/&lt;/span &gt;&nbsp;&nbsp;&lt;a href="custPref.asp"&gt;Register&lt;/a&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;% end if %&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/div&gt;<br />&lt;/div&gt;<br /><br />Thanks to the forum members for previously helping out others with the same issue.<br /><br />Regards,<br />-Chris]]>
   </description>
   <pubDate>Wed, 20 Jun 2007 16:40:05 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/welcome-and-logout_topic898_post2604.html#2604</guid>
  </item> 
  <item>
   <title><![CDATA[Welcome and Logout : Searching a bit more I found this...]]></title>
   <link>https://forum.productcart.com/welcome-and-logout_topic898_post2602.html#2602</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=198">Jackalope</a><br /><strong>Subject:</strong> 898<br /><strong>Posted:</strong> 20-June-2007 at 1:58pm<br /><br /><P>Searching a bit more I found this post:</P><P><A href="http://www.earlyimpact.com/forum/forum_posts.asp?TID=17&amp;KW=login+variable" target="_blank"> http://www.earlyimpact.com/forum/forum_posts.asp?TID=17&amp; KW=login+variable</A></P><P>I will try some of what is described therein and post my results.</P><P>Regards,</P><P>-Chris</P>]]>
   </description>
   <pubDate>Wed, 20 Jun 2007 13:58:04 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/welcome-and-logout_topic898_post2602.html#2602</guid>
  </item> 
  <item>
   <title><![CDATA[Welcome and Logout : I have just recently purchased...]]></title>
   <link>https://forum.productcart.com/welcome-and-logout_topic898_post2601.html#2601</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=198">Jackalope</a><br /><strong>Subject:</strong> 898<br /><strong>Posted:</strong> 20-June-2007 at 1:05pm<br /><br /><P>I have just recently purchased PC and have begun creating a custom header. One item that I can't seem to figure out is how to impliment a session identifier that when a customer logs in, a line of text with "Welcome (customer name)" is shown somewhere in the header.</P><P>I would also like to make a logout link appear when a customer is logged in and disappear when they are logged out.</P><P>I'm no web expert, but I am fimiliar with Dreamweaver (which is what I'm using currently), so I have only a limited knowledge of .asp and html programming. I was trying to impliment some of the elements from CustPref.asp but I was only able to have the customer name appear and disappear based on their login. "Welcome" and "Logout" would remain even though I am no longer logged in as a customer.</P><P>Thanks for you help in advance. I look forward to many years of working with PC and this great forum. It's a shame that it has taken me over 1.5 years to actually purchase PC. I should have done it sooner.</P><P>Regards</P><P>-Chris</P>]]>
   </description>
   <pubDate>Wed, 20 Jun 2007 13:05:27 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/welcome-and-logout_topic898_post2601.html#2601</guid>
  </item> 
 </channel>
</rss>