Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1
    Join Date
    Jan 2013
    Posts
    27
    Plugin Contributions
    0

    Default manually set item with out of stock notice but not shut the item off?

    What I want is very simple and yet so far I'm not seeing how to do this;

    I want to be able to go in and set an item in the store to show as out of stock and have it where they cannot add to cart.

    I do not want ZenCart to track the inventory because we sell both online and over the phone so inventory tracking is off, subtract from inventory is false etc.

    But it would seem that the function to allow an item to be shown in the catalogue when out of stock does not work, it is set to '1' which means to show out of stock items.

    But when I set the item out of stock in the edit screen it automatically turns it off completely. Surely the 'out of stock' parameter is a distinct and separate function to the button that turns the item on or off ?

    Sooooooo, how do I do this? I have searched and only found threads about people wanting the opposite effect (to remove the item from the catalogue) and threads implying that none of that works unless you have Zen Cart tracking the inventory, which is ludicrous

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: how to manually set item with out of stock notice but not shut the item off

    Are you saying that 'Admin - Configuration - Stock - Products status in Catalog when out of stock should be set to' is set to 1 ?

    You can't set the quantity of a product from some number to 0 in admin and have it become out of stock. The last item of that product has to go through the checkout process for it to be out of stock.

  3. #3
    Join Date
    Jan 2014
    Location
    Ontario, Canada
    Posts
    252
    Plugin Contributions
    3

    Default Re: how to manually set item with out of stock notice but not shut the item off

    Another take on this situation:

    Admin -> Configuration -> Stock
    Mark product out of stock ***
    Products status in Catalog when out of stock should be set to 1= leave product status ON
    Show Sold Out Image in place of Add to Cart 1= on

    Edit your product in your new products page:
    Products Quantity: 0

    Hope that helps,

  4. #4
    Join Date
    Jan 2013
    Posts
    27
    Plugin Contributions
    0

    Default Re: how to manually set item with out of stock notice but not shut the item off

    Quote Originally Posted by Trinity14 View Post
    Another take on this situation:

    Admin -> Configuration -> Stock
    Mark product out of stock ***
    Products status in Catalog when out of stock should be set to 1= leave product status ON
    Show Sold Out Image in place of Add to Cart 1= on

    Edit your product in your new products page:
    Products Quantity: 0

    Hope that helps,
    ALL my products are set at 0 stock as this is the default. It is a non-issue since I don't want Zen Cart to keep track of the inventory.

    So if I go in and set 'Show Sold Out Image in place of Add to Cart' it effectively puts the entire store out of stock! Soooo, nope, 'can't do that.

  5. #5
    Join Date
    Jan 2013
    Posts
    27
    Plugin Contributions
    0

    Default Re: how to manually set item with out of stock notice but not shut the item off

    Quote Originally Posted by stevesh View Post
    Are you saying that 'Admin - Configuration - Stock - Products status in Catalog when out of stock should be set to' is set to 1 ?

    You can't set the quantity of a product from some number to 0 in admin and have it become out of stock. The last item of that product has to go through the checkout process for it to be out of stock.

    Yes, I have 'Admin - Configuration - Stock - Products status in Catalog when out of stock should be set to' is set to 1' but this is a function that either just plain doesn't work or my cart has a fault.

    I am not altering the stock number of the product, which is set by default to 0.

    Right now, the 'out of stock' setting in the product edit screen is essentially an on/ off switch. It doesn't matter if I set the date expected below it to some value either, it still turns the item off, removing it from view.

  6. #6
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: how to manually set item with out of stock notice but not shut the item off

    "admin" --> "configuration" --> "stock":
    Check stock level: false
    Subtract stock: false
    Allow checkout: false
    Products status in Catalog when out of stock: 1 (on)
    Show Sold Out Image in place of Add to Cart: 1 (on)


    Update your products:
    Make the quantity 1 for products in stock and quantity 0 for products out of stock

    Update your "Sold Out" image
    Update "/includes/templates/your_template_name/buttons/english/button_sold_out.gif" to be whatever image you want displayed to customers when the product is out of stock.

    Note: The "out of stock" setting appears to just "enable" / "disable" the product on my test sites. There are other solutions as well, but this one is probably the quickest and easiest if you are not managing inventory with Zen Cart.
    Last edited by lhungil; 20 Mar 2014 at 08:47 PM.
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  7. #7
    Join Date
    Jan 2013
    Posts
    27
    Plugin Contributions
    0

    Default Re: how to manually set item with out of stock notice but not shut the item off

    Thanks Ihungil. However, this would mean going in and editing every one of my 400 products and setting them to quantity 1 just so I can place a simple 'out of stock' notice on one or two from time to time :-( Is it just me or is this not an obvious function that is lacking, and/or is very counter-intuitive? (no need to answer, I can say without fear of contradiction that I am right :-)

    I do know another way to do it which is to use attributes and create one with a label like 'temporarily out of stock' and set it to default and display only but I was hoping for a logical and simple way to do this that other people in our office could do as needed.
    Last edited by djtrillian; 21 Mar 2014 at 01:00 AM.

  8. #8
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: how to manually set item with out of stock notice but not shut the item off

    I would have thought that another way would be to use a different product type, seeing that it seems that the item(s) are not going to be processed through as a purchase. If you use the document general product type then there is no purchase button, or if you set thecurrent product type to not add to cart (all items will be affected) then there will not be an add-to-cart button.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  9. #9
    Join Date
    Jan 2013
    Posts
    27
    Plugin Contributions
    0

    Default Re: how to manually set item with out of stock notice but not shut the item off

    Quote Originally Posted by mc12345678 View Post
    I would have thought that another way would be to use a different product type, seeing that it seems that the item(s) are not going to be processed through as a purchase. If you use the document general product type then there is no purchase button, or if you set thecurrent product type to not add to cart (all items will be affected) then there will not be an add-to-cart button.
    Well, it's things like this that I am amazed have not been addressed with an update or an add-on, it would seem like an obvious desired feature.

  10. #10
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: how to manually set item with out of stock notice but not shut the item off

    Quote Originally Posted by djtrillian View Post
    Well, it's things like this that I am amazed have not been addressed with an update or an add-on, it would seem like an obvious desired feature.
    Somewhat to the contrary, it is not usual for someone to want to show outof stock for items that are really in stock. Another option which doesn't agree with the title of this thread is to set the store for viewing products only in the my store settings. This would allow the guests to see the price(s) and. The product information but not be able to add to cart.

    Now if the desire is/was to do this on one product only or a few products only, then perhaps some custom coding would be needed. As for changing all products at once, there is at least one add-on that would help, easy populate. That would allow you to export all products in your store, make the desired changes and then upload the changes at once. Really comes down to what your final goal is as to how to get there. Think there have been lots of good ideas presented here to accomplish exactly what was originally asked, but I wonder if what was asked was what was really wanted.

    Btw, the suggestion I provided can be performed by going to catalog/products->product types, then edit the product type(s) to have them changed to do not add to cart. It wonan out of stock image, but also wontallow adding the item(s) to the cart.
    Last edited by mc12345678; 21 Mar 2014 at 12:22 PM.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v139h Calculating Shipping - First Item a Set Cost, Each Additional Item $1.00 Per Item
    By Beachcovers in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 31 Mar 2012, 04:00 AM
  2. Is there a way to show (Out of stock) next the the given item?
    By vik007 in forum Customization from the Admin
    Replies: 1
    Last Post: 10 Jul 2010, 02:50 AM
  3. need help with "in stock" - How do I add an item not in stock but is made-to-order?
    By DravenLS in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 1 Dec 2007, 09:18 PM
  4. Replies: 5
    Last Post: 14 Nov 2007, 10:02 PM
  5. out of stock showing on item with no stock levels - help
    By redgirl in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 27 Oct 2007, 07:21 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