Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1
    Join Date
    Aug 2015
    Location
    Harrisburg, Pa
    Posts
    13
    Plugin Contributions
    0

    Default Ability to Check Out with 0 Units (stock)

    Hello All -

    I have been searching for the answer for about 4 days on this forum (and others) and I am finally waiving the white flag and posting. I have found a lot of threads about the opposite of my issue, but nothing on mine:

    I need to be able to have orders placed, even when there is 0 stock showing/available. I originally thought it was something as simple as changing admin -> Config - > Stock and making "Allow Checkout" to "true". I have done that, but it still will not allow checkout. I am benginning to think it may be something with the template code, as I feel like I have tried every setting.

    We do not do live stock levels and dropship a lot, so I really don't want anything to do with stock levels.

    Here is what I have set:

    Admin -> Config -> Stock

    Check stock level false
    Subtract stock false
    Allow Checkout true
    Mark product out of stock ****
    Stock Re-order level 0
    Products status in Catalog when out of stock should be set to 1
    Show Sold Out Image in place of Add to Cart 0
    Product Quantity Decimals 0
    Show Shopping Cart - Delete Checkboxes or Delete Button 3
    Show Shopping Cart - Update Cart Button Location 3
    Show New Products on empty Shopping Cart Page 1
    Show Featured Products on empty Shopping Cart Page 2
    Show Special Products on empty Shopping Cart Page 3
    Show Upcoming Products on empty Shopping Cart Page 4
    Show Notice of Combining Shopping Cart on Login 1

    Admin -> Catalog -> Product

    Products Quantity Box Shows: No, Do not show Quantity Box
    Warning: Does not show Quantity Box, Default to Qty 1

    Product Qty Minimum: 1
    Product Qty Maximum: 0
    Product Qty Units: 1
    Product Qty Min/Unit Mix: No

    *I have tried to change the Product Qty to "0" but it reverts to "1".

    My site information is: www.acmecarco.com/store/

    Server OS: Linux 2.6.18-400.1.1.el5 Database: MySQL 5.6.23-log

    PHP Version: 5.3.29 (Zend: 2.3.0) PHP Memory Limit: 512M PHP Safe Mode: Off

    PHP File Uploads: On Max Size: 128M POST Max Size: 128M

    Database Data Size: 7,702 kB Database Index Size: 1,429 kB

    Template: Template Monster Theme #865

    Any help would be appreciated. We had it working in 1.5.3, then our server crashed so we dod a complete fresh install of 1.5.4. I used Easy Populate 4 to import the 4,000+ items.

  2. #2
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: Ability to Check Out with 0 Units (stock)

    Does it work as expected when the ZC default template is used? If the answer is yes, then definitely a template related issue... If not, well... Might still be if it modified core files for installation..
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #3
    Join Date
    Aug 2015
    Location
    Harrisburg, Pa
    Posts
    13
    Plugin Contributions
    0

    Default Re: Ability to Check Out with 0 Units (stock)

    No, it does not work with the default theme. It shows the warming as well (screen shot)

    Name:  Screen Shot 2015-08-31 at 2.03.20 PM.jpg
Views: 99
Size:  46.5 KB

  4. #4
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: Ability to Check Out with 0 Units (stock)

    Ahh, try setting the units to 1 instead of 0 for that product.. The error message shown is more about the database configuration than the availability of product... Units I believe must be greater than 0. Which, the data provided in the original post (OP) indicated that the units are/were set to 1, so a little confused about the issue based on the information provided...
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #5
    Join Date
    Aug 2015
    Location
    Harrisburg, Pa
    Posts
    13
    Plugin Contributions
    0

    Default Re: Ability to Check Out with 0 Units (stock)

    Ok, I see what you are saying. I have to have a least "1" in quantity for it to work, even if it will not check the stock.

    I added "quantity: 1" to that item and checked out. It worked fine and it kept the 1 "in stock".

    Thank you so much for the help. I was going crazy!

  6. #6
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: Ability to Check Out with 0 Units (stock)

    Also from when was the EP4 backup made? What about all of your customer's previous orders? Those in process, etc... How is that going to be rectified? (EP4 only goes so far...)
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  7. #7
    Join Date
    Aug 2015
    Location
    Harrisburg, Pa
    Posts
    13
    Plugin Contributions
    0

    Default Re: Ability to Check Out with 0 Units (stock)

    Luckily for us, the webstore is more information than actual order placing. I have a copy of the database in tact before the the crash, so I can pull them out if I needed. The old site was kind of a mess from a previous person doing the work. Now that I have a fresh site (visually and data wise), so I put the backup policy in place :-)

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

    Default Re: Ability to Check Out with 0 Units (stock)

    Quote Originally Posted by DanMickle View Post
    Ok, I see what you are saying. I have to have a least "1" in quantity for it to work, even if it will not check the stock.

    I added "quantity: 1" to that item and checked out. It worked fine and it kept the 1 "in stock".

    Thank you so much for the help. I was going crazy!
    Ohh, there is another setting in the configuration->Stock section that needs to be modified so that you could have an "in stock" of 0 or less and the product still be available on the site..

    Products status in Catalog when out of stock should be set to

    Should be changed to 0, so that the product remains active even with a 0 quantity..

    the other issue I was describing though was based on the error message content, but it may be that the system was correcting itself because of the above setting being 1 (true) and somehow the quantity of product reached 0 which meant that the product should have been disabled (probably is now.. :) ).

    Anyways, change the setting described: "Configuration->Stock->Products status in Catalog when out of stock should be set to" to a value of 0 and that should resolve your issue.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  9. #9
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: Ability to Check Out with 0 Units (stock)

    Quote Originally Posted by DanMickle View Post
    Luckily for us, the webstore is more information than actual order placing. I have a copy of the database in tact before the the crash, so I can pull them out if I needed. The old site was kind of a mess from a previous person doing the work. Now that I have a fresh site (visually and data wise), so I put the backup policy in place :-)
    I didn't comment on it before, because the issue wasn't template related as discovered by the additional information being provided; however, do not be surprised if you find issues with the template that you have as others have reported that template monster produces monsters of templates... No reason to ditch it right off the bat, but don't be surprised if you come across issues that need to be corrected with it...
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  10. #10
    Join Date
    Aug 2015
    Location
    Harrisburg, Pa
    Posts
    13
    Plugin Contributions
    0

    Default Re: Ability to Check Out with 0 Units (stock)

    Thanks for the heads up about TM.

    I just noticed an issue which may be related. I made your suggested fix, and went in to try it and I could not check out. So I changed it back and tried it, and I could not check out. So, thinking back on the last product we were working with, the only difference was that I changed the quantity from "0" to "1" I did that with this product and it worked. Here is the issue:

    I then just used easy populate to change the quantity to "1" for all our products, which it did. The problem still existed. I then went in and did nothing but "preview" the part then hit update (changed nothing) and now it works.

    Am I going to have to go in to every single part and "preview" and click "update" or is there something I am missing that changed the quatity to 1, but is not refreshing something?

    I hope this made sense, kind of hard to explain.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Can We Check for Out of Stock & Inactive Items?
    By r1formetoo in forum General Questions
    Replies: 0
    Last Post: 10 Oct 2011, 08:25 PM
  2. Display - units amount purchased instead of units in stock
    By evok20 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 13 Aug 2011, 05:15 PM
  3. 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
  4. Problem With Units In Stock Status Message
    By IronMac in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 5 Jul 2007, 01:23 PM
  5. Not enough stock but still able to check out?
    By weflorencekoh in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 20 Mar 2007, 07:57 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