Arsenal21 / stripe-payments

Stripe Payments Plugin for WordPress
11 stars 8 forks source link

Stock control for variations #93

Open erommel opened 5 years ago

erommel commented 5 years ago

Quoting user request:

I have variable products set in my stripe plugin, but I wanted to make it so that each variation could only be selected once by any user. I have 9 different variations. I have set my quantity to 1, and enabled stock control with a total quantity available set to 9.

These are to reserve portrait session times, so if one user selects a start time of 2pm, I don't want 8 other people to be able to also select 2pm, I want that 2pm variation to be out of stock.

Arsenal21 commented 5 years ago

Some of this tricky ones need to be handled via an addon maybe.

erommel commented 5 years ago

Roger that.

I'm just creating issues for some feature requests which seem adequate and useful. Definitely we will discuss this before making any implementations of those.