Zen Cart (native) allows the store owner to optionally permit checkout when stock is not available to fill the order. See admin->configuration->stock for the switches.
Zen Cart (native) allows the store owner to optionally permit checkout when stock is not available to fill the order. See admin->configuration->stock for the switches.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
I am looking for the same thing. I have run across this answer so many times...
Here's what I (and others, I think) are looking for:
A way to allow the sale of SELECT items when the inventory falls below zero.
I keep a running US Dollar value for all the stock on hand. So I don't really want to add an inventory number to the items that will pre-ordered until I have them in hand.
Sold Out items say sold out. Pre-order items can still be sold with a stack value of <0
When going to admin->configuration->stock, there simply is one option missing "allow pre-orders on select items". This would then need to be a selectable field on the product (admin) page itself.
Can this be done?
Len7560, you can do that, but only after you write all the required custom database content, forms to manage the data entry, PHP code to validate and save the entered data, PHP code to drive the logic to run the extra additional queries to determine what to do on the storefront for each affected product, and validation during checkout to take appropriate action. Well, that's a start anyway.
Please share the code when you're done!![]()
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
My low tech fix for this...
Right now I am pre-ordering an album that comes out in January. The product name is "The Album Name (PRE-ORDER ** SHIPS THIS DATE)".
On my "to do" list is to add some text to the category, but for the most part this is working for me. We put out news about the pre-orders on our social networking sites, told the fans that pre-orders are discounted heavily, and am going from there.
When the album comes out, I'll have to spend some time editing product descriptions.