-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
Description
If I make a variant subscribable, the subscription fields must be filled in ( I want x items, ever x day, week, month).
To 95% users will not subscribe. They will leave "I want x items" and "every x day" empty. They simply wish to make a one time purchase of the product.
If we leave number of items and frequency EMPTY, an exception is thrown
Validation failed: Quantity is not a number, Interval length is not a number
Or if we enter "0" for items and frequency we get -
Validation failed: Quantity must be greater than 0, Interval length must be greater than 0
How can we allow one-time purchases on subscribable products.
Much like Amazon where you can pick either between making a one-time purchase or subscribe.
Thank you!