mollie / magento2-subscriptions

BSD 2-Clause "Simplified" License
3 stars 5 forks source link

[FEATURE] Multiple Subscriptions are created as separate orders #58

Open ThomasNegeli opened 1 year ago

ThomasNegeli commented 1 year ago

If a customer has multiple subscriptions which are triggered on the same date, multiple orders are created. So the customer might pay shipping fees multiple times, might not be effected by special discounts at that time or so on. So placing separate orders on the same date is not applicable.

https://github.com/mollie/magento2-subscriptions/blob/065ec02ac963aacfbf9b03ef3a52f97dfa50413b/Controller/Api/Webhook.php#L213

Frank-Magmodules commented 1 year ago

Hi There @ThomasNegeli ,

Thank you for your feedback regarding our ordering process for multiple subscriptions. We appreciate your concerns about multiple orders being placed on the same date.

The current design of managing each subscription independently was implemented with the purpose of reducing complexity in our operations. This approach allows us to maintain a stable and reliable service for most customers.

We recognize that this model may not be the most favorable for customers with multiple subscriptions and we are committed to continuously reviewing and improving our systems. While we intend to maintain this process for the immediate future, please be assured that your feedback has been taken into account and will be considered as we evaluate potential adjustments to our subscription and ordering processes.

Thank you for your understanding @ThomasNegeli !