<?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 : adding Cart and Recently viewed to other pages</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : adding Cart and Recently viewed to other pages]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 12 Apr 2026 15:14:13 +0000</pubDate>
  <lastBuildDate>Tue, 03 Jun 2008 10:19:17 +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=1590</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[adding Cart and Recently viewed to other pages : No problem   ]]></title>
   <link>https://forum.productcart.com/adding-cart-and-recently-viewed-to-other-pages_topic1590_post5356.html#5356</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=303">Hamish</a><br /><strong>Subject:</strong> 1590<br /><strong>Posted:</strong> 03-June-2008 at 10:19am<br /><br />No problem &nbsp;<img src="https://forum.productcart.com/smileys/smiley1.gif" border="0" alt="Smile" />]]>
   </description>
   <pubDate>Tue, 03 Jun 2008 10:19:17 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/adding-cart-and-recently-viewed-to-other-pages_topic1590_post5356.html#5356</guid>
  </item> 
  <item>
   <title><![CDATA[adding Cart and Recently viewed to other pages : Thanks Hamish, I had it already...]]></title>
   <link>https://forum.productcart.com/adding-cart-and-recently-viewed-to-other-pages_topic1590_post5354.html#5354</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1165">worldofrugs</a><br /><strong>Subject:</strong> 1590<br /><strong>Posted:</strong> 03-June-2008 at 9:57am<br /><br />Thanks Hamish,<DIV>I had it already figured out, but totally forgot to mention it in this post.. Sorry..<img src="http://www.earlyimpact.com/forum/smileys/smiley9.gif" height="17" width="17" border="0" alt="Embarrassed" /></DIV><DIV>&nbsp;</DIV><DIV>However this post might help others?</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 03 Jun 2008 09:57:30 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/adding-cart-and-recently-viewed-to-other-pages_topic1590_post5354.html#5354</guid>
  </item> 
  <item>
   <title><![CDATA[adding Cart and Recently viewed to other pages : Hi WorldofRugsA clue - perhaps...]]></title>
   <link>https://forum.productcart.com/adding-cart-and-recently-viewed-to-other-pages_topic1590_post5349.html#5349</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=303">Hamish</a><br /><strong>Subject:</strong> 1590<br /><strong>Posted:</strong> 02-June-2008 at 5:52pm<br /><br />Hi WorldofRugs<br><br>A clue - perhaps :-) !<br>money() is a function in includes/currencyformatinc.asp - Lots of pages include this :-<br>&lt;!--#include file="../includes/currencyformatinc.asp"--&gt;<br>&nbsp;<br>HTH<br>Hamish<br>]]>
   </description>
   <pubDate>Mon, 02 Jun 2008 17:52:54 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/adding-cart-and-recently-viewed-to-other-pages_topic1590_post5349.html#5349</guid>
  </item> 
  <item>
   <title><![CDATA[adding Cart and Recently viewed to other pages :  A challenge:I have a lot of...]]></title>
   <link>https://forum.productcart.com/adding-cart-and-recently-viewed-to-other-pages_topic1590_post4918.html#4918</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1165">worldofrugs</a><br /><strong>Subject:</strong> 1590<br /><strong>Posted:</strong> 05-May-2008 at 4:31pm<br /><br />A challenge:<br><br>I have a lot of html pages in my root... In the header for the shopping cart (in the shop/pc/ folder)  I have included the small shopping cart and the recently viewed items..<br>I like to bring those over to the html files in the root, so I can display them in my old pages. Having the header.asp and footer.asp included is not an option for me, as those pages look totally different..<br>I understand they cannot remain an html file, so it's ok to change these to an asp file...<br>Does anyone have any idea how to include them in the root?<br>I do not want to have the shop in the root (mentioned this, in case you might want to refer to the document "Moving the homepage to the root.."<br><br>I have tried to combine the header+footer into 1 page, filter out all the things that are not needed and copied the Smallshoppingcart.asp and the SmallRecentProducts.asp to the root as I got an error on those...<br>Those errors are gone, but now I get an error:<br><p><font face="Arial" size="2">Microsoft VBScript runtime </font> <font face="Arial" size="2">error '800a000d'</font></p><p><font face="Arial" size="2">Type mismatch: 'money'</font></p><p><font face="Arial" size="2">/SmallShoppingCart.asp</font><font face="Arial" size="2">, line 97</font></p><p>I tried looking into the code, but cannot figure out what goes wrong..</p><p>Anyone any ideas?<br></p><span style="font-size:10px"><br /><br />Edited by worldofrugs - 05-May-2008 at 4:34pm</span>]]>
   </description>
   <pubDate>Mon, 05 May 2008 16:31:26 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/adding-cart-and-recently-viewed-to-other-pages_topic1590_post4918.html#4918</guid>
  </item> 
 </channel>
</rss>