> I was wondering if there is possible to set an limit for the number of
> items
> showing in the departments, and use a "next" and "back" button for
> showing more results/previus results.
This is not in Freetrade by default, but it is easy enough to program. 
Either get a light weight list of items from the database and then pull
out the full details of just the ones you want or just use a limit
clause when querying the database for the items.  You can save state in
between page loads via the use of an $itemIndex variable placed within
the URL (please see the item screen at <www.restorationhardware.com>). 
(Soon, we'll have session management take care of these saving state
things).

Good luck,
-jj

-- 
Shannon -jj Behrens  *  Web Engineer  *  CLEAR INK�
      Imagination is the only real medium(sm)


------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]

Reply via email to