I'm encountering a "Sorry, we don't have any of that combination available" error on trunk with configurable products even with "Allow Checkout with 0 inventory selected" enabled. This seems to be a problem with ProductVariations not abiding by the allow checkout flag [1] but the only bug report I could find about it was marked invalid with no explanation given [2].
I was able to fix it by running ProductPriceLookup.objects.rebuild_all() as suggested in [3], but that should NOT be a necessary step each time one adds a configurable product and generates variations. Any suggestions? [1] http://groups.google.com/group/satchmo-users/browse_thread/thread/84b5696b8424619d [2] https://bitbucket.org/chris1610/satchmo/issue/948/configurable-product-sorry-we-dont-have [3] http://www.mail-archive.com/[email protected]/msg06123.html -- 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.
