[ic] Listing all products

Jonathan Clark interchange-users@icdevgroup.org
Fri Jul 19 17:06:00 2002


> I've been working my way through the Catalog Building Tutorial, which for
> the most part is quite straight forward and I haven't had any problems.
> However, the products table that I've been working with has just grown to
> over 50 items, and I can't seem to get interchange to display all of the
> items. It truncates after item 50.
>
> The code that I'm using comes straight out of the tutorial:
>
> 	[include top]
> 	[include left]
> 	<table cellpadding=5>
> 	<tr>
> 	<th>SKU</th>
> 	<th>Description</th>
> 	<th>Price</th>
> 	</tr>
> 	[loop search="ra=yes/fi=products"]

try:

[loop search="ra=yes/fi=products/ml=1000"]

the ml= is the MatchLimit. See
http://www.icdevgroup.org/cgi-bin/ic/docfly.html?mv_arg=icdatabase06%2e07
for more info.

Jonathan
Webmaint.