Page 1 of 4 123 ... LastLast
Results 1 to 10 of 31
  1. #1
    Join Date
    Nov 2007
    Posts
    49
    Plugin Contributions
    2

    Idea or Suggestion Real stock quantity

    ...compare products in stock and products ordered (in orders, which are not marked as delivered), so gives clear view how many products should be delivered.


    This contribution is copy of working version in my cart.

    Some modification may be needed to work with your Zen-Cart.

    If in doubt or have any questions -> loutka.zen################################
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	real_stock_screenshot.jpg 
Views:	1875 
Size:	54.5 KB 
ID:	3263  
    Attached Files Attached Files

  2. #2
    Join Date
    Apr 2007
    Location
    Orange County, CA
    Posts
    88
    Plugin Contributions
    5

    Default Re: Real stock quantity

    I like this mod, great job!

    One file was missing for a clean installation, which I added to the contribution. I also changed the layout slightly to make it more useful for me and uploaded it as v1.1.

    Thanks loutka!

  3. #3
    Join Date
    Nov 2007
    Posts
    49
    Plugin Contributions
    2

    Default Re: Real stock quantity

    Thank you for update!

    Good to hear these words...

  4. #4
    Join Date
    May 2006
    Posts
    102
    Plugin Contributions
    0

    Default Re: Real stock quantity

    Hello

    This contribution is verry good, but dont work well in zen 1.3.8a.
    The problem is end i chouse "sort by" the produts dont change

    can you help me

    Tanks

  5. #5
    Join Date
    Nov 2007
    Posts
    49
    Plugin Contributions
    2

    Default Re: Real stock quantity

    Dou you use any prefix in your DB?

    This module works in connection with Delivery Control module...

  6. #6
    Join Date
    May 2006
    Posts
    102
    Plugin Contributions
    0

    Default Re: Real stock quantity

    tanks for answer.
    no i don't use any prefix in my DB.
    wat can i do?

  7. #7
    Join Date
    Nov 2003
    Location
    Haarlem | Netherlands
    Posts
    1,987
    Plugin Contributions
    15

    Default Re: Real stock quantity

    Quote Originally Posted by dinix View Post
    The problem is end i chouse "sort by" the produts dont change
    I found a small error in stats_stock.php that makes the "sort by" only work with register globals enabled. You can fix it by adding a line (at line 27of admin/stats_stock.php).

    Change:
    Code:
      require('includes/application_top.php');
    	$maxDisplay = 100;
    	
    	
    	
    	
    	if ($sort=='nameA') {
    	$sOrder = 'pd.products_name ASC, p.products_id';
    	}
    To:
    Code:
      require('includes/application_top.php');
      $maxDisplay = 100;
      
      
      $sort = $_GET['sort'];
      
      if ($sort=='nameA') {
      $sOrder = 'pd.products_name ASC, p.products_id';
      }

  8. #8
    Join Date
    Nov 2007
    Posts
    49
    Plugin Contributions
    2

    Default Re: Real stock quantity

    Thank you...

  9. #9
    Join Date
    May 2006
    Posts
    102
    Plugin Contributions
    0

    Default Re: Real stock quantity

    Tanks Paulm, tanks men, resolve the problem.
    Tell my it's possible to install a serch botton so i can see exactly the stock off one product??
    tanks

  10. #10
    Join Date
    Apr 2007
    Location
    Orange County, CA
    Posts
    88
    Plugin Contributions
    5

    Default Re: Real stock quantity

    Quote Originally Posted by loutka View Post
    Thank you...
    I have corrected the sorting issue discovered by paulm and uploaded the corrected version as 1.2

    Here is the direct link: Stock Quantity Report

 

 
Page 1 of 4 123 ... LastLast

Similar Threads

  1. How can I dispaly stock quantities only if quantity in stock is greater than zero?
    By Liamv in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 22 Feb 2013, 12:39 AM
  2. Replies: 1
    Last Post: 25 Oct 2010, 03:34 PM
  3. Product stock with Atributes don't match real inventory!
    By ZuluRose in forum Setting Up Categories, Products, Attributes
    Replies: 8
    Last Post: 28 Nov 2009, 01:35 PM
  4. Stock by Attributes Quantity in Stock not updating
    By Trillium in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 28 Oct 2009, 01:53 AM
  5. real-time stock possible?
    By ryanb4614 in forum General Questions
    Replies: 6
    Last Post: 19 Jan 2009, 05: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