Results 1 to 5 of 5
  1. #1
    Join Date
    Mar 2009
    Posts
    609
    Plugin Contributions
    0

    Default Total number of products in stock

    Could anyone help me write a bit of code that would total up all the product stock quantities I have on the shop to tell me how many items I have in total.

    for example

    product 1 - out of stock
    product 2 - 1 in stock
    product 3 - 3 in stock
    product 4 - 4 in stock
    product 5 - 1 in stock
    product 6 - out of stock
    product 7 - 7 in stock
    product 8 - 2 in stock

    8 products - 18 items in stock

    I'm after the total number in stock, is it possible to generate this number?

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

    Default Re: Total number of products in stock

    May be go to phpmyadmin and run

    SELECT count(products_quantity) from products
    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
    Mar 2009
    Posts
    609
    Plugin Contributions
    0

    Default Re: Total number of products in stock

    How could I call that from the shop side so I can have a display in the admin.

  4. #4
    Join Date
    Mar 2009
    Posts
    609
    Plugin Contributions
    0

    Default Re: Total number of products in stock

    SELECT count(products_quantity) from products

    that just totals the number of individual products on the store and not the total number available

    would this work?

    SELECT SUM( products_quantity ) FROM zen_products
    Last edited by DigitalShadow; 13 Aug 2010 at 04:33 PM.

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

    Default Re: Total number of products in stock

    Yes, I mean that...sorry about putting the count :)
    Tutorials on Zen Cart
    http://tutorials.zen-cart.com/index.php
    ---------------
    advanced.programmer at gmail dot com
    In love with Zen Cart!!

 

 

Similar Threads

  1. Total number of products showing though set to false.
    By Arunachala in forum Customization from the Admin
    Replies: 2
    Last Post: 14 Nov 2011, 08:47 PM
  2. Total Number of Products in Cart
    By beyre in forum General Questions
    Replies: 2
    Last Post: 27 Aug 2010, 03:13 PM
  3. Wrong total products number on All Products Page
    By AmirGTR in forum General Questions
    Replies: 0
    Last Post: 23 Feb 2010, 10:13 AM
  4. All products - Total number of products removal
    By comicmegastore in forum General Questions
    Replies: 1
    Last Post: 12 Jan 2010, 03:56 PM
  5. Total Number of Products?
    By frost in forum General Questions
    Replies: 1
    Last Post: 17 Nov 2008, 11:28 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