Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2005
    Location
    Ocala, FL
    Posts
    528
    Plugin Contributions
    0

    Default Can I set "No, Do not show Quantity Box" across the board?

    Hey everyone!

    I am looking to change all my products to "No, Do not show Quantity Box" on "Products Quantity Box Shows:" in the product listing.

    Is there a sql line I can use to change this across the board or do I need to do this to all listings?

    I just want tall my listings to show the 'buynow' button quickly and easily.

    Thanks!

    ZenCart Rocks!

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Can I set "No, Do not show Quantity Box" across the board?

    To change ALL Product to Not show the Products Quantity Box, you could run in the Tools ... Install SQL Patches:
    Code:
    UPDATE products SET products_qty_box_status = 0;
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Sep 2005
    Location
    Ocala, FL
    Posts
    528
    Plugin Contributions
    0

    Default Re: Can I set "No, Do not show Quantity Box" across the board?

    Thanbks Ajeh. You are the best!
    What if I just need if for a specific category?
    Many Thanks.

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Can I set "No, Do not show Quantity Box" across the board?

    Then you need to add a condition in the WHERE statement such as just for master_categories_id 12, you could use:
    Code:
    UPDATE products SET products_qty_box_status = 0 WHERE master_categories_id=12;
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 

Similar Threads

  1. Quantity Discount box and "add to cart" button does not show up in "Category" view
    By petro in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 10 Nov 2013, 09:48 PM
  2. Can I show "Tax incl" and "tax not included" right behind the price
    By elektroarena in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 0
    Last Post: 19 Jul 2012, 08:21 AM
  3. How to set "No, Do not show Quantity Box" to Default?
    By toussi in forum Customization from the Admin
    Replies: 9
    Last Post: 26 Feb 2010, 09:52 AM
  4. Global set "Do not show quantity box"
    By BesterP12 in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 16 Aug 2008, 11:04 PM
  5. how can I set up a "customer log in" side box on the main page?
    By lina0962 in forum Basic Configuration
    Replies: 3
    Last Post: 9 Jun 2006, 11:56 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