Skip to content
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] Multiple Subscriptions are created as separate orders #58

Open
ThomasNegeli opened this issue Jun 14, 2023 · 1 comment
Open
Assignees
Labels
enhancement New feature or request Investigating Investigating this issue together with the merchant

Comments

@ThomasNegeli
Copy link

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.

$this->addProduct($molliePayment, $cart, $subscription->metadata->quantity ?? 1);

@Frank-Magmodules
Copy link
Collaborator

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 !

@Frank-Magmodules Frank-Magmodules changed the title Multiple Subscriptions are created as separate orders [FEATURE] Multiple Subscriptions are created as separate orders Jul 12, 2023
@Frank-Magmodules Frank-Magmodules self-assigned this Jul 12, 2023
@Frank-Magmodules Frank-Magmodules added enhancement New feature or request Investigating Investigating this issue together with the merchant labels Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Investigating Investigating this issue together with the merchant
Projects
None yet
Development

No branches or pull requests

2 participants