<?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="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>SalesCart Forums : dynamic-include problems</title>
  <link>http://forum.salescart.com/forum/</link>
  <description><![CDATA[This is an XML content feed of; SalesCart Forums : SalesCart Standard / PRO / SQL : dynamic-include problems]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 01:07:01 +0000</pubDate>
  <lastBuildDate>Wed, 03 May 2006 10:51:45 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.salescart.com/forum/RSS_post_feed.asp?TID=526</WebWizForums:feedURL>
  <image>
   <title><![CDATA[SalesCart Forums]]></title>
   <url>http://forum.salescart.com/forum/forum_images/web_wiz_forums.png</url>
   <link>http://forum.salescart.com/forum/</link>
  </image>
  <item>
   <title><![CDATA[dynamic-include problems : You need to erase the duplicate...]]></title>
   <link>http://forum.salescart.com/forum/forum_posts.asp?TID=526&amp;PID=1938&amp;title=dynamicinclude-problems#1938</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.salescart.com/forum/member_profile.asp?PF=15">mikeb</a><br /><strong>Subject:</strong> 526<br /><strong>Posted:</strong> May/03/06 at 10:51am<br /><br />You need to erase the duplicate code include "entry" you've added to the page...not the pages themselves.]]>
   </description>
   <pubDate>Wed, 03 May 2006 10:51:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.salescart.com/forum/forum_posts.asp?TID=526&amp;PID=1938&amp;title=dynamicinclude-problems#1938</guid>
  </item> 
  <item>
   <title><![CDATA[dynamic-include problems : So all I have to do is erase all...]]></title>
   <link>http://forum.salescart.com/forum/forum_posts.asp?TID=526&amp;PID=1937&amp;title=dynamicinclude-problems#1937</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.salescart.com/forum/member_profile.asp?PF=37">drafting</a><br /><strong>Subject:</strong> 526<br /><strong>Posted:</strong> May/03/06 at 10:36am<br /><br />So all I have to do is erase all the duplicate include pages?  Should that fix the problem?]]>
   </description>
   <pubDate>Wed, 03 May 2006 10:36:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.salescart.com/forum/forum_posts.asp?TID=526&amp;PID=1937&amp;title=dynamicinclude-problems#1937</guid>
  </item> 
  <item>
   <title><![CDATA[dynamic-include problems : Name redefined   ?, line 0   Class...]]></title>
   <link>http://forum.salescart.com/forum/forum_posts.asp?TID=526&amp;PID=1936&amp;title=dynamicinclude-problems#1936</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.salescart.com/forum/member_profile.asp?PF=15">mikeb</a><br /><strong>Subject:</strong> 526<br /><strong>Posted:</strong> May/03/06 at 8:41am<br /><br />Name redefined <br /><br />?, line 0 <br /><br />Class CSimpleAdo <br />------^ <br /><br /><br />Ok, looking back at this error message....what it means is that you have duplicated an include.  For example, you have something like this twice on the page...which you cannot do....<br /><br />&lt;!--#include file="../cgi-bin/codepage.asp"--&gt;]]>
   </description>
   <pubDate>Wed, 03 May 2006 08:41:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.salescart.com/forum/forum_posts.asp?TID=526&amp;PID=1936&amp;title=dynamicinclude-problems#1936</guid>
  </item> 
  <item>
   <title><![CDATA[dynamic-include problems : It will work.  However, look at...]]></title>
   <link>http://forum.salescart.com/forum/forum_posts.asp?TID=526&amp;PID=1935&amp;title=dynamicinclude-problems#1935</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.salescart.com/forum/member_profile.asp?PF=15">mikeb</a><br /><strong>Subject:</strong> 526<br /><strong>Posted:</strong> May/03/06 at 8:39am<br /><br />It will work.  However, look at productpage.asp (the generic product page thats shipped with the product).  There is a bunch of code at the top of the page.  That code is what generates the information for the cart contents button.  That needs to be at the top of or added to the page that you are trying to display the cart contents....  <img border="0" src="http://forum.salescart.com/forum/smileys/smiley2.gif" border="0"> ]]>
   </description>
   <pubDate>Wed, 03 May 2006 08:39:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.salescart.com/forum/forum_posts.asp?TID=526&amp;PID=1935&amp;title=dynamicinclude-problems#1935</guid>
  </item> 
  <item>
   <title><![CDATA[dynamic-include problems : I think I figured it out.  The...]]></title>
   <link>http://forum.salescart.com/forum/forum_posts.asp?TID=526&amp;PID=1934&amp;title=dynamicinclude-problems#1934</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.salescart.com/forum/member_profile.asp?PF=37">drafting</a><br /><strong>Subject:</strong> 526<br /><strong>Posted:</strong> May/02/06 at 5:15pm<br /><br />I think I figured it out.  The dynamic-include.asp page does not work when you are displaying the cart contents (subtotal and number of items in cart) on the same page.  YOu can do one or the other but not both.  Is there any way to get around this?]]>
   </description>
   <pubDate>Tue, 02 May 2006 17:15:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.salescart.com/forum/forum_posts.asp?TID=526&amp;PID=1934&amp;title=dynamicinclude-problems#1934</guid>
  </item> 
  <item>
   <title><![CDATA[dynamic-include problems : I am not quite sure what you are...]]></title>
   <link>http://forum.salescart.com/forum/forum_posts.asp?TID=526&amp;PID=1933&amp;title=dynamicinclude-problems#1933</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.salescart.com/forum/member_profile.asp?PF=37">drafting</a><br /><strong>Subject:</strong> 526<br /><strong>Posted:</strong> May/02/06 at 3:50pm<br /><br />I am not quite sure what you are asking.  The dynamic-include page that I am using is the one that came with Salescart.  I have it working on two other sites but can not get it to work on this one.]]>
   </description>
   <pubDate>Tue, 02 May 2006 15:50:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.salescart.com/forum/forum_posts.asp?TID=526&amp;PID=1933&amp;title=dynamicinclude-problems#1933</guid>
  </item> 
  <item>
   <title><![CDATA[dynamic-include problems : Do you have any &amp;#034;include&amp;#034;...]]></title>
   <link>http://forum.salescart.com/forum/forum_posts.asp?TID=526&amp;PID=1877&amp;title=dynamicinclude-problems#1877</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.salescart.com/forum/member_profile.asp?PF=15">mikeb</a><br /><strong>Subject:</strong> 526<br /><strong>Posted:</strong> February/28/06 at 8:52am<br /><br />Do you have any "include" calls in your dynamic include page?  Probably.  There shouldn't be any in there.  It should be a plain jane page or text only.]]>
   </description>
   <pubDate>Tue, 28 Feb 2006 08:52:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.salescart.com/forum/forum_posts.asp?TID=526&amp;PID=1877&amp;title=dynamicinclude-problems#1877</guid>
  </item> 
  <item>
   <title><![CDATA[dynamic-include problems : I am trying to use the dynamic-include...]]></title>
   <link>http://forum.salescart.com/forum/forum_posts.asp?TID=526&amp;PID=1865&amp;title=dynamicinclude-problems#1865</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.salescart.com/forum/member_profile.asp?PF=37">drafting</a><br /><strong>Subject:</strong> 526<br /><strong>Posted:</strong> February/14/06 at 2:49pm<br /><br />I am trying to use the dynamic-include and am getting this error message:<br /><br />Microsoft VBScript compilation error '800a0411' <br /><br />Name redefined <br /><br />?, line 0 <br /><br />Class CSimpleAdo<br />------^<br /><br /><br />I have tried all the kb articles and nothing has worked.  Any help is greatly appreciated!]]>
   </description>
   <pubDate>Tue, 14 Feb 2006 14:49:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.salescart.com/forum/forum_posts.asp?TID=526&amp;PID=1865&amp;title=dynamicinclude-problems#1865</guid>
  </item> 
 </channel>
</rss>