<?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 : Change the page title of Contact Us</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Using ProductCart : Change the page title of Contact Us]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 12 Apr 2026 19:36:50 +0000</pubDate>
  <lastBuildDate>Thu, 26 Feb 2009 21:29:56 +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=2514</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[Change the page title of Contact Us : Greg  Thank you........I got...]]></title>
   <link>https://forum.productcart.com/change-the-page-title-of-contact-us_topic2514_post9096.html#9096</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=10">ledfish</a><br /><strong>Subject:</strong> 2514<br /><strong>Posted:</strong> 26-February-2009 at 9:29pm<br /><br />Greg<DIV>&nbsp;</DIV><DIV>Thank you........I got it all squared away now.</DIV>]]>
   </description>
   <pubDate>Thu, 26 Feb 2009 21:29:56 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/change-the-page-title-of-contact-us_topic2514_post9096.html#9096</guid>
  </item> 
  <item>
   <title><![CDATA[Change the page title of Contact Us : The dilemna is that (a) header.asp...]]></title>
   <link>https://forum.productcart.com/change-the-page-title-of-contact-us_topic2514_post9093.html#9093</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=290">Greg Dinger</a><br /><strong>Subject:</strong> 2514<br /><strong>Posted:</strong> 26-February-2009 at 8:09pm<br /><br />The dilemna is that (a) header.asp is used on all pages and that (b) GenerateMetaTags contains logic to&nbsp;render the appropriate meta tags for any standard&nbsp;page&nbsp;in the site&nbsp;and (c) contact.asp is one of a few pages which display the default values.&nbsp; Given that you want to change the behavior so that contact.asp gets different treatment than other pages, that logic has to be created.<DIV>&nbsp;</DIV><DIV>Contact anyone on the PC developer list if you wish the code built for you.</DIV>]]>
   </description>
   <pubDate>Thu, 26 Feb 2009 20:09:15 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/change-the-page-title-of-contact-us_topic2514_post9093.html#9093</guid>
  </item> 
  <item>
   <title><![CDATA[Change the page title of Contact Us : ok, that&amp;#039;s not the answer...]]></title>
   <link>https://forum.productcart.com/change-the-page-title-of-contact-us_topic2514_post9091.html#9091</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=10">ledfish</a><br /><strong>Subject:</strong> 2514<br /><strong>Posted:</strong> 26-February-2009 at 8:03pm<br /><br /><P>ok, that's not the answer I hoping for, but it is what it is.</P><DIV>Thanks</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 26 Feb 2009 20:03:58 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/change-the-page-title-of-contact-us_topic2514_post9091.html#9091</guid>
  </item> 
  <item>
   <title><![CDATA[Change the page title of Contact Us : OK, now that you have that done,...]]></title>
   <link>https://forum.productcart.com/change-the-page-title-of-contact-us_topic2514_post9088.html#9088</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=290">Greg Dinger</a><br /><strong>Subject:</strong> 2514<br /><strong>Posted:</strong> 26-February-2009 at 7:06pm<br /><br />OK, now that you have that done, you can move on to the next bit.&nbsp; And the answer is, you cannot do this without custom code.<DIV>&nbsp;</DIV><DIV>As you see, the header.asp file contains a reference to the include-metatags.asp script, followed by this logic:</DIV><DIV>if pcv_PageName&lt;&gt;"" then%&gt;<BR>&lt;title&gt;&lt;%=pcv_PageName%&gt;&lt;/title&gt;<BR>&lt;%end if%&gt;<BR>&lt;%GenerateMetaTags()%&gt;</DIV><DIV>&nbsp;</DIV><DIV>If you really want to do this,&nbsp;what you will have to do is to retrieve the current page name using something such as "Request.ServerVariables("SCRIPT_NAME")", then&nbsp;test the page name for contact.asp, and take action accordingly (such as hard-coding your preferred title tag within some IF logic.</DIV><DIV>&nbsp;</DIV><DIV>This article will give&nbsp;you some ideas about getting the page name:<BR><a href="http://classicasp.aspfaq.com/files/directories-fso/how-do-i-get-the-name-of-the-current-url/page.html" target="_blank">http://classicasp.aspfaq.com/files/directories-fso/how-do-i-get-the-name-of-the-current-url/page.html</A></DIV>]]>
   </description>
   <pubDate>Thu, 26 Feb 2009 19:06:01 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/change-the-page-title-of-contact-us_topic2514_post9088.html#9088</guid>
  </item> 
  <item>
   <title><![CDATA[Change the page title of Contact Us : ok, updating the defaults in include-metatags.aspwilltake...]]></title>
   <link>https://forum.productcart.com/change-the-page-title-of-contact-us_topic2514_post9087.html#9087</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=10">ledfish</a><br /><strong>Subject:</strong> 2514<br /><strong>Posted:</strong> 26-February-2009 at 6:49pm<br /><br /><P>ok, updating the defaults in include-metatags.asp&nbsp;will&nbsp;take care of any page without a title, but I do not see where that will get the "contact.asp" to show up with a title of&nbsp; "contact us" </P><DIV>Changing the defaults in include-metatags.asp just makes any page without a title show up with the default page name. Just to clarify, I don't want my default page name to be "contact us"</DIV>]]>
   </description>
   <pubDate>Thu, 26 Feb 2009 18:49:18 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/change-the-page-title-of-contact-us_topic2514_post9087.html#9087</guid>
  </item> 
  <item>
   <title><![CDATA[Change the page title of Contact Us : You need to update your default...]]></title>
   <link>https://forum.productcart.com/change-the-page-title-of-contact-us_topic2514_post9086.html#9086</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=290">Greg Dinger</a><br /><strong>Subject:</strong> 2514<br /><strong>Posted:</strong> 26-February-2009 at 6:36pm<br /><br />You need to update your default title and meta tag entries:<DIV><a href="http://wiki.earlyimpact.com/productcart/seo-meta-tags" target="_blank">http://wiki.earlyimpact.com/productcart/seo-meta-tags</A></DIV>]]>
   </description>
   <pubDate>Thu, 26 Feb 2009 18:36:37 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/change-the-page-title-of-contact-us_topic2514_post9086.html#9086</guid>
  </item> 
  <item>
   <title><![CDATA[Change the page title of Contact Us : on the out of the box &amp;#034;contact...]]></title>
   <link>https://forum.productcart.com/change-the-page-title-of-contact-us_topic2514_post9085.html#9085</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=10">ledfish</a><br /><strong>Subject:</strong> 2514<br /><strong>Posted:</strong> 26-February-2009 at 6:15pm<br /><br /><P>on the out of the box "contact Us" form, mine show in IE with a title of "Productcart shopping cart software - Companyname - .....etc"</P><DIV>What do I need to do to have it read "Contact Us - Compnayname"</DIV><DIV>&nbsp;</DIV><DIV>I thought I need to just go into the file and adjust the &lt;Title&gt; tag, but I can't seem to find one.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 26 Feb 2009 18:15:22 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/change-the-page-title-of-contact-us_topic2514_post9085.html#9085</guid>
  </item> 
 </channel>
</rss>