Hi, On Thu, Jun 10, 2010 at 12:20 AM, Michal <[email protected]> wrote: > I've done the following: I have replaced cart.display view with my own > that verifies if all of the items are still in stock - if not removes > such item(s) from cart. All I have to add to it right now is some > feedback to the customer to tell them that someone was quicker about > one or more of their products. > > This approach is not perfect because it requires that customer > refreshes their cart before clicking checkout, but with some tricks it > should be good enough right now.
You could implement this as a middleware, wrapping before the "display cart" view, and "checkout step 1" view. -- Cheers, Ray Chuan -- 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.
