-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] discount / subscription and one time / Settings of the subscriptions for the customer in the frontend #69
Comments
Hi There @in-session , Thank you for opening this issue. Your first point, buying the item normally or as a subscription, is already possible by enabling “Allow One Time purchase for product”. For your other suggestions I appreciate your detailed suggestions and taking the time to contribute to our project. After careful consideration, we’ve determined that these feature requests are beyond the current scope and complexity of the plugin for now. We appreciate your understanding and encourage you to continue sharing your ideas with us in the future! |
Hi! Is there a way to add a discount for subscriptions? There should be some kind of incentive for customers to choose a monthly subscription instead of a one-time payment. |
Hi There @DegrizNet , Thanks for reaching out! Regarding your question, while you can’t directly set a discount for subscriptions, you can achieve this using configurables. Configurable product
This way you are able to create a product with different options that can be chosen by the customer. |
Thank you for your response. I considered this solution, but it’s not ideal, as it results in too many products being available in the admin panel, which would complicate stock management. I also noticed that when adding products to the cart, it's not immediately clear which ones include a subscription and which do not. However, I managed to display this information using the quote item options table. I tested applying a promo rule based on this data but found that it wasn’t the best approach. |
Describe the new feature
Describe the solution to be implemented
Backend changes
The text was updated successfully, but these errors were encountered: