solidusio / solidus_subscriptions

An extension to add subscriptions to your Solidus store.
BSD 3-Clause "New" or "Revised" License
48 stars 53 forks source link

Not having to sign up for subscription #269

Open keferboeck opened 2 years ago

keferboeck commented 2 years ago

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!

stale[bot] commented 1 year ago

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.