You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It might be closed if no further activity occurs. Thank you for your contributions.
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!
The text was updated successfully, but these errors were encountered: