Individual sale not documented
Allanon29 opened this issue · 2 comments
Allanon29 commented
Hi Guys,
Thank You for this great gem! Just a short question. There is an Individual sale checkbox in admin interface. What does it do exactly? Is it for choosing if Spree should track the inventory for the particular product or not?
Best Wishes,
Matt
huoxito commented
Hey @Allanon29 I never really knew what individual_sale did until now. Looks like once you set that false
the extension hides the product so that it can't be added to cart (unless as a part of a bundle I guess). I don't think it has anything to do with inventory.
thanks for the feedback
huoxito commented
Reopenning till we put something in the README about that config. Please feel free to submit a patch to document it.