Results 1 to 10 of 147

Hybrid View

  1. #1
    Join Date
    May 2007
    Posts
    41
    Plugin Contributions
    0

    Default Re: Set number of products displayed per page (support thread)

    Quote Originally Posted by rbarbour View Post
    Is this a new install? if so, you only need the new_install_set_num_products.sql



    If upgrading, please share error.
    New install, I'll skip and move ahead and report back.

  2. #2
    Join Date
    May 2007
    Posts
    41
    Plugin Contributions
    0

    Default Re: Set number of products displayed per page (support thread)

    Quote Originally Posted by gameoverbeyond View Post
    New install, I'll skip and move ahead and report back.
    Up and running on my test server, thanks for the great mod!

  3. #3
    Join Date
    May 2007
    Posts
    41
    Plugin Contributions
    0

    Default Re: Set number of products displayed per page (support thread)

    Fully tested and integrated with SNAF plugin for sort options, works great. I would like to make the items per page options to be of a strong font like the "Displaying X to X of (XXX products)" Looking with firebug, both share the same CSS but appears the html would need to be hardcoded to make the links <strong> to display this way. However, I'm having a hard time finding the code to change. Any directions would be great.

  4. #4
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Set number of products displayed per page (support thread)

    Quote Originally Posted by gameoverbeyond View Post
    Fully tested and integrated with SNAF plugin for sort options, works great. I would like to make the items per page options to be of a strong font like the "Displaying X to X of (XXX products)" Looking with firebug, both share the same CSS but appears the html would need to be hardcoded to make the links <strong> to display this way. However, I'm having a hard time finding the code to change. Any directions would be great.
    /includes/templates/YOUR_TEMPLATE_NAME/templates/tpl_modules_product_listing.php

    find:
    PHP Code:
    <?php } else { ?> <!--bof set num products -->
    <?php
    if (PRODUCT_LISTING_MAX_DISPLAY_STEPS !='') { ?>
    <div id="maxProductsListingTop" class="navSplitPagesResult forward"><?php echo TEXT_DISPLAY_STEPS_NUMBER_OF_PRODUCTS;
    echo 
    draw_max_display($_GET['main_page'], $listing_split->page_name, (int)PRODUCT_LISTING_COLUMNS_PER_ROW$listing_split->number_of_rows);
    ?>
    </div>
    <?php ?>
    <!--eof set num products -->
    change to:
    PHP Code:
    <?php } else { ?> <!--bof set num products -->
    <?php
    if (PRODUCT_LISTING_MAX_DISPLAY_STEPS !='') { ?>
    <div id="maxProductsListingTop" class="navSplitPagesResult forward"><?php echo TEXT_DISPLAY_STEPS_NUMBER_OF_PRODUCTS;
    echo 
    '<strong>';
    echo 
    draw_max_display($_GET['main_page'], $listing_split->page_name, (int)PRODUCT_LISTING_COLUMNS_PER_ROW$listing_split->number_of_rows);
    echo 
    '</strong>';
    ?>
    </div>
    <?php ?>
    <!--eof set num products -->

  5. #5
    Join Date
    Apr 2010
    Posts
    263
    Plugin Contributions
    0

    Default Re: Set number of products displayed per page (support thread)

    Hi,

    I hope someone can help me. Using v 1.5.1, www.fossilandrock.co.uk, with CEON URI mapping. Module installs perfectly, but when I try to choose how many products to display, I get to my custom 404 Page Not Found. Could this have something to do with the URI mapping? Is there a fix for this? Please see this product page: http://www.fossilandrock.co.uk/candles-holders, and try to use the Set Products Per Page.

    B

  6. #6
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Set number of products displayed per page (support thread)

    Quote Originally Posted by barendfaber View Post
    Hi,

    I hope someone can help me. Using v 1.5.1, www.fossilandrock.co.uk, with CEON URI mapping. Module installs perfectly, but when I try to choose how many products to display, I get to my custom 404 Page Not Found. Could this have something to do with the URI mapping? Is there a fix for this? Please see this product page: http://www.fossilandrock.co.uk/candles-holders, and try to use the Set Products Per Page.

    B
    Yes it is CEON URI mapping. I revamped a product listing page here: www[DOT]aydincoins[DOT]com/buy-silver/american-silver-eagles/2011-prior-year-silver-eagles-uncirculated?sort=20a&max_display=6

    and had to correct the code within CEON URI mapping.

    I can not remember what I did off the top of my head. I do remember CEON URI mapping wasn't replacing / with ?sort=20a

    I will look through my notes unless someone else can provide the answer before I do.

  7. #7
    Join Date
    Oct 2004
    Posts
    1,045
    Plugin Contributions
    0

    Default Re: Set number of products displayed per page (support thread)

    Were you ever able to solve this?

    Quote Originally Posted by rbarbour View Post
    Yes it is CEON URI mapping. I revamped a product listing page here: www[DOT]aydincoins[DOT]com/buy-silver/american-silver-eagles/2011-prior-year-silver-eagles-uncirculated?sort=20a&max_display=6

    and had to correct the code within CEON URI mapping.

    I can not remember what I did off the top of my head. I do remember CEON URI mapping wasn't replacing / with ?sort=20a

    I will look through my notes unless someone else can provide the answer before I do.
    Danielle

  8. #8
    Join Date
    Feb 2009
    Posts
    81
    Plugin Contributions
    0

    Default Re: Set number of products displayed per page (support thread)

    Ok can anyone help me? I dunno how to run a module? I downloaded it, uploaded to my zencart folder, did "extract all" now how do I intall it? how do i run it? where do i find settings to change products displayed per page?
    Thanks

 

 

Similar Threads

  1. v151 Option to select number of products displayed per page
    By DeeL in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 6 Mar 2013, 03:09 AM
  2. v151 Error after trying to install Set Number of products displayed
    By DeeL in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 8 Feb 2013, 07:08 AM
  3. Changing number of products displayed per category
    By dpet102 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 29 Jun 2009, 06:45 PM
  4. where to set number of products per page?
    By bronwen in forum Basic Configuration
    Replies: 1
    Last Post: 25 Jul 2007, 11:15 PM
  5. Allow user to set "Number of Products Per Page"?
    By yellow1912 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 12 Apr 2007, 10:59 PM

Posting Permissions

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