-
Notifications
You must be signed in to change notification settings - Fork 54
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
Subscription Product as regular Product #407
Comments
The background: As a customer you want to have the option to choose, if you want to buy an item as a a subscription. If this option is not present, a separate product just for subscriptions needs to be created. This will for example lead in different SKUs. Just assume the following case
This will add another complexity to maintain the products as you now have to manage two separate stock positions and also need to build a sort of mapping if you export the orders to your ERP. |
Hi everyone so this has already been discussed with Mollie. If we go with the current way, then it's all the shopware default way when adding and purchasing carts (important for headless). because its just add-to cart and the product is a subscription. if we provide the option to sell both, one-time AND subscription, then we would need to add custom routes to sell as subscription product. ...AND also add that custom buttons to the storefront...that would not be shopware standard anymore... so neither of the ways are perfect, thats why Mollie decided on using the most default way of Shopware at the moment, I hope you understand both cases and the troubles. thanks |
In this case even the variant would be another SKU with its own stock. This will increase the complexity a lot as it requires to have a sep. SKU and stock in the ERP.
If you would implement it in the best possible way for a customer, who needs to have this as an option, how would you do it? |
Hi there its possible to use a limit. a subscription has a setting how many times it will be renewed. so basically it is working but im not quite sure if it leads to 2 orders (when i also count the initial one). if i didnt quite get you, maybe we shoud do a call :D |
At the moment it seems that the product you want to make a subscription product will loose the ability to be bought regularly.
Is there any way for the product to be both a subscription- and a regular product? The alternative, creating two products which are essentially the exact same just for having it both ways would be less than ideal 😄 .
The text was updated successfully, but these errors were encountered: