On Oct 11, 2012, at 06:05 , Laszlo Antal <[email protected]> wrote: > On Oct 10, 2012, at 11:44, Benjamin Hell <[email protected]> wrote: >> On Oct 8, 2012, at 18:51 , LZAntal <[email protected]> wrote: >>> On Oct 8, 2012, at 9:29 AM, Benjamin Hell <[email protected]> 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? >> > 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
Yes, it does indeed! This signals based solution will end up on my to do list if nothing more appealing pops up. Thanks! Ben -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
