<?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 : Moved Home Page to Root: Small Problem</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : Moved Home Page to Root: Small Problem]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 12 Apr 2026 23:48:11 +0000</pubDate>
  <lastBuildDate>Fri, 14 Nov 2008 11:03:47 +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=1986</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[Moved Home Page to Root: Small Problem : Well, her is the thing. It worked...]]></title>
   <link>https://forum.productcart.com/moved-home-page-to-root-small-problem_topic1986_post7384.html#7384</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1117">inetbizo</a><br /><strong>Subject:</strong> 1986<br /><strong>Posted:</strong> 14-November-2008 at 11:03am<br /><br />Well, her is the thing. It worked before the 3.5 upgrade. So, perhaps the main wiki page for small search box should document the addendum if you move site to webroot or had it in root and receive a vbScript error. On the talk page that I created, I posted the link to your answer before I got your reply.]]>
   </description>
   <pubDate>Fri, 14 Nov 2008 11:03:47 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/moved-home-page-to-root-small-problem_topic1986_post7384.html#7384</guid>
  </item> 
  <item>
   <title><![CDATA[Moved Home Page to Root: Small Problem : Hi,  I think your after - http...]]></title>
   <link>https://forum.productcart.com/moved-home-page-to-root-small-problem_topic1986_post7358.html#7358</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=303">Hamish</a><br /><strong>Subject:</strong> 1986<br /><strong>Posted:</strong> 12-November-2008 at 2:23pm<br /><br />Hi, <br>&nbsp; I think your after - <a href="http://wiki.earlyimpact.com/how_to/move_home_page_retain_ajax" target="_blank">http://wiki.earlyimpact.com/how_to/move_home_page_retain_ajax</a> <br><br><br>]]>
   </description>
   <pubDate>Wed, 12 Nov 2008 14:23:19 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/moved-home-page-to-root-small-problem_topic1986_post7358.html#7358</guid>
  </item> 
  <item>
   <title><![CDATA[Moved Home Page to Root: Small Problem :  I have set the store to webroot...]]></title>
   <link>https://forum.productcart.com/moved-home-page-to-root-small-problem_topic1986_post7355.html#7355</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1117">inetbizo</a><br /><strong>Subject:</strong> 1986<br /><strong>Posted:</strong> 12-November-2008 at 1:42pm<br /><br />I have set the store to webroot but wish to keep ajax messages. Where do I find the wikidoc explaining what I need to do ajax wise to keep it working after the upgrade to 3.5? <a href="http://wiki.earlyimpact.com/talk/how_to/ajax_small_search_box" target="_blank">http://wiki.earlyimpact.com/talk/how_to/ajax_small_search_box</a><span style="font-size:10px"><br /><br />Edited by inetbizo - 12-November-2008 at 1:44pm</span>]]>
   </description>
   <pubDate>Wed, 12 Nov 2008 13:42:05 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/moved-home-page-to-root-small-problem_topic1986_post7355.html#7355</guid>
  </item> 
  <item>
   <title><![CDATA[Moved Home Page to Root: Small Problem :  The issue is that the JavaScript...]]></title>
   <link>https://forum.productcart.com/moved-home-page-to-root-small-problem_topic1986_post7014.html#7014</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1">ProductCart</a><br /><strong>Subject:</strong> 1986<br /><strong>Posted:</strong> 14-October-2008 at 11:55am<br /><br />The issue is that the JavaScript function that it invokes uses files that are not found since you are loading the code 2 directories up. We are referring to the following function.<br><br><table width="99%"><tr><td><pre class="BBcode"><br><font color="#0000cc">Public Function pcf_InitializePrototype()&nbsp; <br>&nbsp;&nbsp;&nbsp; If Not (pcv_strPrototype) Then<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pcv_strPrototype=True<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pcv_NewLine=CHR(10)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pcv_strModal=""<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pcv_strModal=pcv_strModal&amp;"&lt;link href='<b>screen.css</b>' rel='stylesheet' type='text/css' /&gt;"&amp; pcv_NewLine<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pcv_strModal=pcv_strModal&amp;"&lt;script type='text/javascript' src='<b>../includes/javascripts/highslide.html.packed.js</b>'&gt;&lt;/script&gt;"&amp; pcv_NewLine&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pcf_InitializePrototype = pcv_strModal<br>&nbsp;&nbsp;&nbsp; End If&nbsp;&nbsp;&nbsp; <br>End Function</font><br></pre></td></tr></table><br><br>You would have to move a lot of files to the root to make this work properly. Much easier to simply use a version of the "small search box" that does not use the "Wait... searching" modal window.<br><br>To do so, remove the following code:<br><br><table width="99%"><tr><td><pre class="BBcode"><br><font color="#000099">Response.Write(pcf_InitializePrototype())<br>response.Write(pcf_ModalWindow(dictLanguage.Item(Session("language")&amp;"_advSrca_23"), "2", 200))</font><br></pre></td></tr></table><br><br>]]>
   </description>
   <pubDate>Tue, 14 Oct 2008 11:55:21 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/moved-home-page-to-root-small-problem_topic1986_post7014.html#7014</guid>
  </item> 
  <item>
   <title><![CDATA[Moved Home Page to Root: Small Problem : Can&amp;#039;t say I know the answer...]]></title>
   <link>https://forum.productcart.com/moved-home-page-to-root-small-problem_topic1986_post6803.html#6803</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=303">Hamish</a><br /><strong>Subject:</strong> 1986<br /><strong>Posted:</strong> 19-September-2008 at 4:20pm<br /><br />Can't say I know the answer off the top of my head, but just check that you followed the guidance on the WIKI for moving to root, which includes a section on preserving AJAX functionality provided by Greg.&nbsp;]]>
   </description>
   <pubDate>Fri, 19 Sep 2008 16:20:18 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/moved-home-page-to-root-small-problem_topic1986_post6803.html#6803</guid>
  </item> 
  <item>
   <title><![CDATA[Moved Home Page to Root: Small Problem : Greetings - I successfully moved...]]></title>
   <link>https://forum.productcart.com/moved-home-page-to-root-small-problem_topic1986_post6798.html#6798</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=170">mrjasonsweet</a><br /><strong>Subject:</strong> 1986<br /><strong>Posted:</strong> 19-September-2008 at 10:24am<br /><br /><font size="2">Greetings - I successfully moved the default home page to the root of the site.&nbsp; All works fine except for one small problem:<br><br><img src="uploads/170/snap105.gif" height="57" width="173" border="0" /><br><br>This is the standard SmallSearchBox.asp include that I have in header.asp.&nbsp; When the default home page location is viewed, the "searching.. please wait" message does not appear.<br><br>The actual text is referenced in language.asp as:<br>dictLanguage.Add "english_advSrca_23", "Searching... Please Wait."<br><br>And I can see this is referenced in smallsearchbox.asp under:<br><br>&lt;%<br>'// Loading Window<br>Response.Write(pcf_InitializePrototype())<br>response.Write(pcf_ModalWindow(dictLanguage.Item(Session("language")&amp;"_advSrca_23"), "2", 200))<br>%&gt;<br><br>Is this an Ajax related issue? </font><font size="2">Any insight or feedback would be appreciated.<br></font>]]>
   </description>
   <pubDate>Fri, 19 Sep 2008 10:24:49 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/moved-home-page-to-root-small-problem_topic1986_post6798.html#6798</guid>
  </item> 
 </channel>
</rss>