Hi,

On Oct 10, 2012, at 11:44, Benjamin Hell <bh...@spamfence.net> wrote:

> On Oct 8, 2012, at 18:51 , LZAntal <lzan...@gmail.com> wrote:
>> On Oct 8, 2012, at 9:29 AM, Benjamin Hell <bh...@spamfence.net> wrote:
>>> Before I try to reinvent the wheel: Has anyone implemented a 
>>> NO_STOCK_CHECKOUT option for products or even product variations, i.e. the 
>>> possibility to allow for backordering certain products only?
>> I implemented a backorder status for orders. I allow checkout with 0 
>> inventory and after checkout complete I attached to the signal to loop 
>> through the order and see if any of the products inventory below 0. If so I 
>> set the order status to backorder.
> 
> Hmm, sounds easy enough but does not really help: I don't need to know if an 
> order is held due to some backordered product. Instead if would be nice if 
> some products could not be put in the cart if not in stock, while others 
> could be added to the cart even if it results in a backorder situation.
> 
> Thanks anyways for the signals reminder ;-)
> 
Oh I see. I miss read your previous email.
Also done that. What it was is a qty limit  per customer. Created an app with a 
qty field and a foreignkey tithe product.
In the cart add veto signal checked against this table and just returned and 
error or let it by.
You could do the same but instead of qty limit just allow the zero inv. 
checkout if its in that table.

Hope it helps

Laszlo
http://twitter.com/LZAntal


> Ben
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Satchmo users" group.
> To post to this group, send email to satchmo-users@googlegroups.com.
> To unsubscribe from this group, send email to 
> satchmo-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/satchmo-users?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to satchmo-users@googlegroups.com.
To unsubscribe from this group, send email to 
satchmo-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en.

Reply via email to