[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] list stops at number 52...
When I was setting up my store I had a small products table
and everything was OK.
Now I put all the items in there and have a strange problem.
The system will only show the first 52 items in any given
category. I didn't set up any sort of paging (yet!) so I don't
know why it would do this strange thing.
Interchange version: interchange-4.6.5-1.rh6
Perl version:::::::: perl-5.00503-10
Linux version::::::: 2.2.14-5.0
The following is the important part of the page that is not working
correctly:
[loop search="fi=products/sf=category/se=[cgi mv_arg]"]
<tr>
<td><a href="[area [loop-code]]">[loop-code]</a></td>
<td><a href="[area [loop-code]]"><img src="stock/thm_[loop-code].jpg"></a></td>
<td><a href="[area [loop-code]]">[loop-field description]</a></td>
<td align=right>[currency][loop-field price][/currency]</td>
[if type=explicit compare='"[data base=avail column=avail key=[loop-code]]" =~ /yes/ ']
<td>[order [loop-code]]order now[/order]</td>
[else]
<td>[data base=avail column=avail key=[loop-code]]</td>
[/else]
[/if]
<tr>
[/loop]
As I mentioned above, everything works as desired until number 53. No
errors or anything in any log, just doesn't display.
Any tips would be appreciated!
Thanks in advance.
jaime
--
interch | I read recently that human beings use only 15%
@ Jaime Viehweg | of their brains capacity. Makes you wonder
viehweg.net | what they do with the other 75%.