Page 10 of 15 FirstFirst ... 89101112 ... LastLast
Results 91 to 100 of 147
  1. #91
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,300
    Plugin Contributions
    1

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

    Quote Originally Posted by rbarbour View Post
    I updated this mod and submitted it today!
    http://www.zen-cart.com/downloads.php?do=file&id=496
    This is very timely, hope it will get approved soon

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

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

    usually takes 3-5 days

  3. #93
    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 simon1066 View Post
    This is very timely, hope it will get approved soon
    The New Updated Version 1.2 is now available in the downloads section.

  4. #94
    Join Date
    May 2007
    Posts
    41
    Plugin Contributions
    0

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

    Been looking for a mod like this. Attempted to install but errors when I attempt to load upgrade_set_number_products.sql

  5. #95
    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
    Been looking for a mod like this.
    Is this a new install? if so, you only need the new_install_set_num_products.sql

    Quote Originally Posted by gameoverbeyond View Post
    Attempted to install but errors when I attempt to load upgrade_set_number_products.sql
    If upgrading, please share error.

  6. #96
    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.

  7. #97
    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!

  8. #98
    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.

  9. #99
    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 -->

  10. #100
    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

 

 
Page 10 of 15 FirstFirst ... 89101112 ... LastLast

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

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR