SilverCart Forum
We moderate this Forum and we're here to help. Have you already run a forum search to check if your problem has already been solved?
You can help us helping you by providing detailed error messages, screenshots and logfile entries.
Page: 1 , 2 | ||
Topic Limited Quantities and SoldOut | 6959 Views |
Re: Limited Quantities and SoldOut
18 July 2011 at 5:42pm Last edited: 18 July 2011 5:48pmI thought this feature would be implemented smoothly. I worked the whole day on it and I'm still not done. This will occupy me tomorrow till the end of the day.
- At what point in the checkout must the stock quantity of a product be decremented?
- Can a customer add a product to the cart if the stock quantity reached 0?
- What happens if a product gets sold out during a customers checkout?
- What happens if a customers tries to add a product in higher quantity than there is in stock?
- May stock quantities of a product have negative values?
These are only some questions I have to find an answer to.
My head is smoking. Luckily I have to leave to pick up my children. I hope I won't dream about this feature this night ;)
Re: Limited Quantities and SoldOut
19 July 2011 at 10:45pmHi,
Thanks for working hard on this.
for mine and most small shopping needs I think the 1st and 4th point are the essential features.
point 2, ("we will ship your product when it becomes available/when we get more in stock") is not necessary for me personally.
the same with 3 - which is unlikely to happen for me during the short time it takes to checkout.
thanks,
Re: Limited Quantities and SoldOut
19 July 2011 at 10:58pmHi bit99,
I am almost finished with this feature. I did a pear programming session today with Sascha to have a second opinion and his knowledge of the checkout process.
Stock management can be switched on by setting a checkbox in the config object. With another checkbox you can make the stock quantities of products overbookable, means they can reach negative values. You can also set a single product to be overbookable. Is overbookable the right term?
Some of the notifications for the customer still do not work. This may occupy me for tomorrow.
This feature will definitely be in SIlverCart 1.1 which will be released by the end of July.
Re: Limited Quantities and SoldOut
19 July 2011 at 11:59pmthats great!
cant wait to check it out
thanks,
Re: Limited Quantities and SoldOut
20 July 2011 at 6:10pmHello bit99,
the feature is impemented. I even wrote the docu for it:
http://www.silvercart.org/documentation/userbase/the-silvercart-handbook/stock-management/
Cheers,
Roland
Re: Limited Quantities and SoldOut
22 July 2011 at 3:30amgreat, thanks!
I cant wait to check it out in 1.1.
looking at the link you sent it looks really good.