Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Aug 2006
    Posts
    50
    Plugin Contributions
    0

    Default Product Listing - prev/next broken....?

    ZC 135

    Why would the prev/next not work for product listing pages? Can't get it beyond the opening group of 20...

  2. #2
    Join Date
    Feb 2006
    Location
    Chicago
    Posts
    1,162
    Plugin Contributions
    0

    Default Re: Product Listing - prev/next broken....?

    Can you please post the link to your cart?
    Tutorials on Zen Cart
    http://tutorials.zen-cart.com/index.php
    ---------------
    advanced.programmer at gmail dot com
    In love with Zen Cart!!

  3. #3
    Join Date
    Aug 2006
    Posts
    50
    Plugin Contributions
    0

    Default Re: Product Listing - prev/next broken....?

    Thanks but it's still not online.

    Any guesses from the admin side...I'm guessing 2 controls are conflicting since this is all I'm thinking changed...

  4. #4
    Join Date
    Feb 2006
    Location
    Chicago
    Posts
    1,162
    Plugin Contributions
    0

    Default Re: Product Listing - prev/next broken....?

    What do you see here?
    Admin->Configuration->Product Info
    Tutorials on Zen Cart
    http://tutorials.zen-cart.com/index.php
    ---------------
    advanced.programmer at gmail dot com
    In love with Zen Cart!!

  5. #5
    Join Date
    Aug 2006
    Posts
    50
    Plugin Contributions
    0

    Default Re: Product Listing - prev/next broken....?

    Product Info:

    Previous Next - Button and Image Status 0
    Previous Next - Navigation Includes Category 0 Info
    Previous Next - Navigation Includes Category Name and Image Status 2 Info
    Previous Next - Navigation Bar Position 1 Info
    Previous Next - Button and Image Settings 0 Info
    Previous Next - Sort Order 1 Info
    Previous Next - Image Width? 50 Info
    Previous Next - Image Height? 40 Info
    Products Info - Products Option Name Sort Order 0 Info
    Products Info - Product Option Value of Attributes Sort Order 1 Info
    Product Info - Show Option Values Name Below Attributes Image 1 Info
    Product Info - Show Sales Discount Savings Status 1 Info
    Product Info - Show Sales Discount Savings Dollars or Percentage 1 Info
    Product Info - Show Sales Discount Savings Percentage Decimals 0 Info
    Product Info - Price is Free Image or Text Status 0 Info
    Product Info - Price is Call for Price Image or Text Status 1 Info
    Product Quantity Box Status - Adding New Products 1 Info
    Product Reviews Require Approval 1 Info
    Meta Tags - Include Product Price in Title 0 Info
    Meta Tags Generated Description Maximum Length? 50 Info
    Also Purchased Products Columns per Row 3 Info
    And here is Maximum Values------------------------------------------------------

    Address Book Entries 5
    Search Results Per Page 20 Info
    Prev/Next Navigation Page Links 5 Info
    Products on Special 6 Info
    New Products Module 6 Info
    Upcoming Products 6 Info
    Manufacturers List - Scroll Box Size/Style 10 Info
    Manufacturers List - Verify Product Exist 1 Info
    Music Genre List - Scroll Box Size/Style 8 Info
    Record Company List - Scroll Box Size/Style 3 Info
    Length of Record Company Name 15 Info
    Length of Music Genre Name 32 Info
    Length of Manufacturers Name 500 Info
    New Product Reviews Per Page 6 Info
    Random Product Reviews For Box 10 Info
    Random New Products For Box 3 Info
    Random Products On Special For Box 10 Info
    Categories To List Per Row 3 Info
    New Products Listing- Number Per Page 20 Info
    Best Sellers For Box 10 Info
    Also Purchased Products 6 Info
    Recent Purchases Box- NOTE: box is disabled 6 Info
    Customer Order History List Per Page 10 Info
    Maximum Display of Customers on Customers Page 50 Info
    Maximum Display of Orders on Orders Page 50 Info
    Maximum Display of Products on Reports 50 Info
    Maximum Categories Products Display List 20 Info
    Products Attributes - Option Names and Values Display 30 Info
    Products Attributes - Attributes Controller Display 30 Info
    Products Attributes - Downloads Manager Display 30 Info
    Featured Products - Number to Display Admin 10 Info
    Maximum Display of Featured Products - Main Page 6 Info
    Maximum Display of Featured Products Page 10 Info
    Products Listing- Number Per Page 100 Info
    Random Featured Products For Box 10 Info
    Maximum Display of Specials Products - Main Page 9 Info
    New Product Listing - Limited to ... 120 Info
    Maximum Display of Products All Page 20 Info
    Maximum Display of Language Flags in Language Side Box 3 Info
    Maximum File Upload Size 2048000 Info
    Allowed Filename Extensions for uploading jpg,jpeg,gif,png,eps,cdr,ai,pdf,tif,tiff,bmp,zip Info
    Maximum Orders Detail Display on Admin Orders Listing 0 Info
    Maximum PayPal IPN Display on Admin Listing 20 Info
    Maximum Display Columns Products to Multiple Categories Manager 3 Info
    Maximum Display EZ-Pages 20 Info

    Address Book Entries
    Edit

    Maximum address book entries a customer is allowed to have

    Date

  6. #6
    Join Date
    Feb 2006
    Location
    Chicago
    Posts
    1,162
    Plugin Contributions
    0

    Default Re: Product Listing - prev/next broken....?

    Everything seems fine here...
    Well, you do have products more than 20? Right?
    Tutorials on Zen Cart
    http://tutorials.zen-cart.com/index.php
    ---------------
    advanced.programmer at gmail dot com
    In love with Zen Cart!!

  7. #7
    Join Date
    Aug 2006
    Posts
    50
    Plugin Contributions
    0

    Default Re: Product Listing - prev/next broken....?

    I've got this link path coming from the next arrow, - there seems to be a faulty path it is looking for //


  8. #8
    Join Date
    Jun 2003
    Posts
    33,715
    Plugin Contributions
    0

    Default Re: Product Listing - prev/next broken....?

    Post your includes/configure.php without any passwords.

  9. #9
    Join Date
    Aug 2006
    Posts
    50
    Plugin Contributions
    0

    Default Re: Product Listing - prev/next broken....?

    Oh yeah, we're covered on that, I've even tried setting that at 10 max but it is stuck and it is messing up my otherwise nice store ---- !!

  10. #10
    Join Date
    Aug 2006
    Posts
    50
    Plugin Contributions
    0

    Default Re: Product Listing - prev/next broken....?

    // Define the webserver and path parameters
    // HTTP_SERVER is your Main webserver: eg,
    // HTTPS_SERVER is your Secure webserver: eg,
    define('HTTP_SERVER', 'http://www.myDomain.net');
    define('HTTPS_SERVER', 'https://www.myDomain.net');

    // Use secure webserver for checkout procedure?
    define('ENABLE_SSL', 'true');

    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
    // * DIR_WS_* = Webserver directories (virtual/URL)
    // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
    define('DIR_WS_CATALOG', '/Shop_zc/');
    define('DIR_WS_HTTPS_CATALOG', '/Shop_zc/');

    define('DIR_WS_IMAGES', 'images/');
    define('DIR_WS_INCLUDES', 'includes/');
    define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
    define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
    define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
    define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
    define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/');
    define('DIR_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/');

    define('DIR_WS_PHPBB', '/');

    // * DIR_FS_* = Filesystem directories (local/physical)
    //the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/
    define('DIR_FS_CATALOG', '/home/user/public_html/Shop_zc/');

    define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
    define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
    define('DIR_WS_UPLOADS', DIR_WS_IMAGES . 'uploads/');
    define('DIR_FS_UPLOADS', DIR_FS_CATALOG . DIR_WS_UPLOADS);
    define('DIR_FS_EMAIL_TEMPLATES', DIR_FS_CATALOG . 'email/');

    // define our database connection
    define('DB_TYPE', 'mysql');
    define('DB_PREFIX', 'zc_');
    define('DB_SERVER', 'localhost');
    define('DB_SERVER_USERNAME', '');
    define('DB_SERVER_PASSWORD', '');
    define('DB_DATABASE', '');
    define('USE_PCONNECT', 'false'); // use persistent connections?
    define('STORE_SESSIONS', 'db'); // use 'db' for best support, or '' for file-based storage

    // The next 2 "defines" are for SQL cache support.
    // For SQL_CACHE_METHOD, you can select from: none, database, or file
    // If you choose "file", then you need to set the DIR_FS_SQL_CACHE to a directory where your apache
    // or webserver user has write privileges (chmod 666 or 777). We recommend using the "cache" folder inside the Zen Cart folder
    // ie: /path/to/your/webspace/public_html/zen/cache -- leave no trailing slash
    define('SQL_CACHE_METHOD', 'file');
    define('DIR_FS_SQL_CACHE', '/home/user/cache/zc_cache');
    ................

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v154 Product listing/Product prev-next sort order mismatch
    By lat9 in forum Bug Reports
    Replies: 0
    Last Post: 12 May 2015, 02:50 PM
  2. v151 Product Listing [<< Prev] and [Next >>]
    By rbarbour in forum General Questions
    Replies: 4
    Last Post: 30 Jan 2014, 02:00 AM
  3. Prev Next Broken when new product added offline
    By JJReader in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 6 Mar 2010, 09:50 PM
  4. Prev/Product Listing/Next Buttons...
    By jenzi in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 19 Sep 2008, 08:16 AM
  5. Prev/Next on Product Listing
    By ALFO in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 3 Mar 2008, 11:43 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