Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2009
    Posts
    39
    Plugin Contributions
    0

    Default Can I make Max quantity not show?

    I want to set products max quantity to 1. I sell primarily movies, vid games and things like that, that customers don't want to order multiple copies of, but sometimes click the add to cart multiple times (I'm guessing as they end up with 2 of the same). I know how to set it for each individual product (though if there is a way to make it automatic for all products...) but the thing is, I don't want the listing to show "Max:1".

  2. #2
    Join Date
    Nov 2007
    Location
    Oregon
    Posts
    15
    Plugin Contributions
    0

    Default Re: Can I make Max quantity not show?

    The code that controls this is in /includes/functions/functions_prices.php if you look for PRODUCTS_QUANTITY_MAX_TEXT_LISTING you will see the code that would have to be changed. I don't think there is an admin setting that will fix it. The standard code checks if the max is not equal to zero

    if ($check_max != 0)

    you might try changing that to

    if ($check_max > 1)

    Keep in mind this is a change to a core file so you will have to be careful about updates later on.

 

 

Similar Threads

  1. [duplicate] Shoppers Can Exceed MAX Quantity
    By dougtyper in forum Bug Reports
    Replies: 10
    Last Post: 6 Oct 2011, 12:35 AM
  2. Can I get shopping cart to auto update stock quantity to max available
    By WayneStephens in forum Managing Customers and Orders
    Replies: 5
    Last Post: 17 Apr 2010, 05:42 PM
  3. max() error and quantity (qty) not updating
    By Nubbie in forum Basic Configuration
    Replies: 0
    Last Post: 3 Feb 2010, 01:59 AM
  4. Can't get product quantity to not show
    By katandmouse in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 4 Nov 2007, 02:39 AM

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