Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2008
    Posts
    569
    Plugin Contributions
    0

    Default Hide Out of Stock Products

    How can I hide any item that is out of stock so it doesnt show in the product pages?

  2. #2
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: Hide Out of Stock Products

    Quote Originally Posted by ryanb4614 View Post
    How can I hide any item that is out of stock so it doesnt show in the product pages?
    admin->catalog->categories/products
    Click the green button under status so that it goes red
    From status-enabled to status-disabled.

    If you have stock tracking enable you can have this happen automagically as well

  3. #3
    Join Date
    Feb 2008
    Posts
    569
    Plugin Contributions
    0

    Default Re: Hide Out of Stock Products

    Quote Originally Posted by gilby View Post
    admin->catalog->categories/products
    Click the green button under status so that it goes red
    From status-enabled to status-disabled.

    If you have stock tracking enable you can have this happen automagically as well
    I was aware of disabling the product that it wouldn't sahre but I need this to do it automatically I have 3000+ products. Where do the "stock tracking" I cannot seem to find that option

  4. #4
    Join Date
    Feb 2008
    Posts
    569
    Plugin Contributions
    0

    Default Re: Hide Out of Stock Products

    I have found a fix hopefully there would be a way for it to do it automatically but as a temp fix I just run this in Tools>SQL after each update:
    PHP Code:
    UPDATE products SET products_status 1 WHERE products_quantity >= 1;
    UPDATE products SET products_status 0 WHERE products_quantity <= 0
    I update everything using a csv file.
    Last edited by ryanb4614; 10 Feb 2010 at 04:16 PM.

 

 

Similar Threads

  1. Hide out of stock products from advanced search
    By solo_400 in forum Basic Configuration
    Replies: 4
    Last Post: 28 Mar 2013, 06:08 PM
  2. Replies: 0
    Last Post: 16 Nov 2012, 04:36 PM
  3. Show but hide out of stock products
    By gmrm in forum General Questions
    Replies: 2
    Last Post: 17 Apr 2011, 10:53 PM
  4. hide products out of stock
    By balihr in forum Setting Up Categories, Products, Attributes
    Replies: 6
    Last Post: 18 Jun 2010, 10:45 PM
  5. Hide stock count and not check for out of stock
    By microbe in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 12 Feb 2008, 12:08 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