Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2005
    Posts
    206
    Plugin Contributions
    0

    Default How to update Quantity for all products?

    Hi,

    I have about hundred of product and quantity are reduced day by day, some of them are close to zero, I would like to update all of products to 10000, does anyone know how to do it in Mysql PHPadmin area?

    thank you in advance!

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

    Default Re: How to update Quantity for all products?

    UPDATE products SET products_quantity=10000;
    This can be run via the Tools ... Insert SQL Patch ...

    NOTE: it will adjust if you are using table prefixes automatically via the Insert SQL where as in phpMyAdmin you would need to manually fix this yourself ...

    NOTE: Backup before attempting to run this command ...
    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
    Apr 2005
    Posts
    206
    Plugin Contributions
    0

    Default Re: How to update Quantity for all products?

    Thanks Ajeh,

    Thanks for tips, I will try it and report back here.

 

 

Similar Threads

  1. v139h Update attributes for all products?
    By gotyed in forum General Questions
    Replies: 2
    Last Post: 5 Mar 2012, 06:22 PM
  2. How to Hide Show of Model, Weight & Quantity on all Products?
    By ysteban in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 10 May 2011, 03:33 PM
  3. How do I update all products to 'Product Priced by Attributes'
    By kcb410 in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 4 Aug 2009, 04:45 PM
  4. How can I turn on quantity box for all my products?
    By John Vieth in forum General Questions
    Replies: 3
    Last Post: 2 Nov 2008, 10:47 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