Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2008
    Location
    Cleethorpes
    Posts
    1,229
    Plugin Contributions
    6

    red flag Product Listing - problem with max product display

    Hi I have a problem with my product listing and product display.

    If you follow this link first and open it up first.

    http://77.92.68.145/~lincolns/cheese...index&cPath=67

    The listing is displaying fine but I have a maximum amount of products that can be added to the cart. On all products I have set the maximum that can be added to the cart to 100, however this now displays under the product 'buy now' button as Max:100. I don't want this to display so please can somebody tell me how I can turn this off? I've managed to turn this off on the product information page by commenting out like this in tpl_product_info_display.php

    /*zen_get_products_quantity_min_units_display((int)$_GET['products_id']) .*/

    However cannot find which line I need to comment out in the tpl_modules_product_listing.php.

    So would appreciate some help.

    Thanks

    Nick

  2. #2
    Join Date
    Nov 2004
    Posts
    77
    Plugin Contributions
    0

    Default Re: Product Listing - problem with max product display

    find in includes/modules/product_list.php on or about line 148

    Code:
     $lc_text .= '<br />' . zen_get_buy_now_button($listing->fields['products_id'], $the_button, $products_link) . '<br />' . zen_get_products_quantity_min_units_display($listing->fields['products_id']);
    change to

    Code:
     $lc_text .= '<br />' . zen_get_buy_now_button($listing->fields['products_id'], $the_button, $products_link);
    Dan - statuscontrols.com/web
    web programming and design

  3. #3
    Join Date
    Sep 2008
    Location
    Cleethorpes
    Posts
    1,229
    Plugin Contributions
    6

    Default Re: Product Listing - problem with max product display

    Thanks for that...just what i needed

 

 

Similar Threads

  1. v139f Turn Off Max Quantity Display In Product Listing
    By suntower in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 15 Mar 2012, 08:03 PM
  2. v139f Turn Off Max Quantity Display In Product Listing
    By suntower in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 13 Mar 2012, 11:28 PM
  3. Min/Max under product photo on product listing page
    By indigo-island in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 11 Jan 2010, 09:25 PM
  4. Deactivating Max: qty display in product listing
    By dbex in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 13 Aug 2008, 08:24 AM

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