Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2006
    Posts
    5,486
    Plugin Contributions
    12

    Default A few questions about product listing

    I want to:
    1. Let customers choose the maximum number of products listed per page.
    2. Jump to any page they want.

    The 2nd taks is not so hard, but how can I do the first 1? I tried max_display=24 but that doesn't work as expected.

    Regards,
    yellow1912
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  2. #2
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,655
    Plugin Contributions
    25

    Default Re: A few questions about product listing

    There's a deceptive amount of custom coding involved in this. At the most obvious level your would need to track down the code for each of the listings and find out the name of the Admin Switch that defines the items per page for that listing, intercept where that is applied to a variable for use in the SQL database extraction and insert the value you have gotten from the visitor.

    But of course, that's just the start. You also have to get the value from the visitor via a form of some sort and save it into both a session variable (for immediate use) and most likely a cookie for future use.

    Then when a visitor returns, you would need to read in the cookie and set the session variable value automatically.
    See and test drive Zen Cart's free templates at zencarttemplates.info

    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

 

 

Similar Threads

  1. Can I use features of All Products Listing in my Product Listing page?
    By bearaman in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 28 Jun 2007, 05:56 PM
  2. Columnar module
    By ckfs in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 16 Apr 2007, 03:00 AM
  3. Product description in product more info in html format but not in product listing?
    By this side up in forum Customization from the Admin
    Replies: 1
    Last Post: 18 Dec 2006, 06:25 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •