<?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 : Category limit?</title>
  <link>http://forum.salescart.com/forum/</link>
  <description><![CDATA[This is an XML content feed of; SalesCart Forums : SalesCart Standard / PRO / SQL : Category limit?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 17:40:18 +0000</pubDate>
  <lastBuildDate>Fri, 09 Jun 2006 08:55:37 +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=567</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[Category limit? : Thanks.   That bit of code is...]]></title>
   <link>http://forum.salescart.com/forum/forum_posts.asp?TID=567&amp;PID=2015&amp;title=category-limit#2015</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.salescart.com/forum/member_profile.asp?PF=15">mikeb</a><br /><strong>Subject:</strong> 567<br /><strong>Posted:</strong> June/09/06 at 8:55am<br /><br />Thanks.&nbsp;&nbsp;&nbsp;<img border="0" src="http://forum.salescart.com/forum/smileys/smiley2.gif" border="0"> <br /><br />That bit of code is written with the Dreamweaver Server Behavoirs and so its probably a hardwired default for repeated regions.]]>
   </description>
   <pubDate>Fri, 09 Jun 2006 08:55:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.salescart.com/forum/forum_posts.asp?TID=567&amp;PID=2015&amp;title=category-limit#2015</guid>
  </item> 
  <item>
   <title><![CDATA[Category limit? : The code is in the subdirectory...]]></title>
   <link>http://forum.salescart.com/forum/forum_posts.asp?TID=567&amp;PID=2014&amp;title=category-limit#2014</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.salescart.com/forum/member_profile.asp?PF=205">wscharen</a><br /><strong>Subject:</strong> 567<br /><strong>Posted:</strong> June/09/06 at 8:48am<br /><br />The code is in the subdirectory /mall.  The file is called default.asp.  In my version the code line that needed to be changed was line number 19.]]>
   </description>
   <pubDate>Fri, 09 Jun 2006 08:48:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.salescart.com/forum/forum_posts.asp?TID=567&amp;PID=2014&amp;title=category-limit#2014</guid>
  </item> 
  <item>
   <title><![CDATA[Category limit? : Good post.  What page are you...]]></title>
   <link>http://forum.salescart.com/forum/forum_posts.asp?TID=567&amp;PID=2013&amp;title=category-limit#2013</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.salescart.com/forum/member_profile.asp?PF=15">mikeb</a><br /><strong>Subject:</strong> 567<br /><strong>Posted:</strong> June/09/06 at 8:36am<br /><br />Good post.  What page are you changing for this?]]>
   </description>
   <pubDate>Fri, 09 Jun 2006 08:36:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.salescart.com/forum/forum_posts.asp?TID=567&amp;PID=2013&amp;title=category-limit#2013</guid>
  </item> 
  <item>
   <title><![CDATA[Category limit? : Found it!   Repeat1__numRows =...]]></title>
   <link>http://forum.salescart.com/forum/forum_posts.asp?TID=567&amp;PID=2010&amp;title=category-limit#2010</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.salescart.com/forum/member_profile.asp?PF=205">wscharen</a><br /><strong>Subject:</strong> 567<br /><strong>Posted:</strong> June/07/06 at 9:48am<br /><br />Found it!<br /><br /><br />Repeat1__numRows = 20<br />Repeat1__index = 0<br />Products1_numRows = Products1_numRows + Repeat1__numRows<br /><br /><br />I changed the code to =20 above in the snibblet of code and now it works.  I see so many postings out here that never seem to have a resolution posted.  So I thought that I would post this one out here for someone else just in case.]]>
   </description>
   <pubDate>Wed, 07 Jun 2006 09:48:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.salescart.com/forum/forum_posts.asp?TID=567&amp;PID=2010&amp;title=category-limit#2010</guid>
  </item> 
  <item>
   <title><![CDATA[Category limit? : I have just entered the 11th category...]]></title>
   <link>http://forum.salescart.com/forum/forum_posts.asp?TID=567&amp;PID=2009&amp;title=category-limit#2009</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.salescart.com/forum/member_profile.asp?PF=205">wscharen</a><br /><strong>Subject:</strong> 567<br /><strong>Posted:</strong> June/07/06 at 9:41am<br /><br />I have just entered the 11th category for my company products.  Now the 11th product category will not display in the default.asp page (within the 'Choose a Product Category' area.  I have double checked and the catagory and the items still exist in the database.  My guess is when the database is read it will only read 10 categories.  Does anyone know where or what I need to change?<br /><br />Thank you in advance.]]>
   </description>
   <pubDate>Wed, 07 Jun 2006 09:41:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.salescart.com/forum/forum_posts.asp?TID=567&amp;PID=2009&amp;title=category-limit#2009</guid>
  </item> 
 </channel>
</rss>