I noticed this same issue a couple days ago. It seems that ProductVariations don't obey the sell without inventory flag. Go into the ProductVariation and add some inventory to it. That fixed it for me.
The issue is that the satchmo.update_price function that lives in satchmo_product.js (L86) doesn't know about your setting. Maybe we should put it into the global satchmo object? satchmo.CHECKOUT_WITH_ZERO = true; Then we could just check for it in the javascript. Anyway, hope that helps. Alex On Fri, Sep 25, 2009 at 11:31 PM, Dave Merwin <[email protected]> wrote: > > Nope. That is not it either. The store is set to sell items without > inventory. I cycled it. Off and seve then on and save to see if > something was wrong. Still no change. > > Any other suggestions? > > Thanks for everyone's help. > > Dave > > On Sep 25, 5:02 pm, Alessandro Ronchi <[email protected]> > wrote: > > On Sat, Sep 26, 2009 at 1:40 AM, Bruce Kroeze <[email protected]> wrote: > > > > > On Fri, Sep 25, 2009 at 2:05 PM, Bob Waycott <[email protected]> > wrote: > > > > Do your products actually have inventory? > > > > > Yes, this would normally be the reason why it is disabled. Easy way > > > to check, turn on the flag to sell without inventory in your store > > > config. > > It writes: > > > > Sorry, we don't have any of that combination available. > > > > So it seems it's out of stock :) > > > > -- > > Alessandro Ronchi > > > > SOASI > > Sviluppo Software e Sistemi Open Sourcehttp://www.soasi.com > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
