mollie / magento2-subscriptions

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

[FEATURE] Reduce Emails (Multiple Subscriptions) #51

Open EFvS opened 1 year ago

EFvS commented 1 year ago

Currently, when multiple subscriptions with the same duration are ordered, the subscription module creates separate subscriptions for each item and sends individual emails for each subscription. This can result in customers receiving multiple emails, leading to confusion and inconvenience.

The ideal scenario would combining the subscriptions within a single order.

An easy improvement would be to merge the reminder emails for multiple subscriptions into a single email. For example, if a customer orders three subscriptions with the same duration in one transaction, they should receive only one email containing information about all three upcoming subscriptions.

Frank-Magmodules commented 1 year ago

Hello there, @EFvS! Thank you for your feature request. I want to assure you that I fully understand your request. We schedule emails using a cron job, which means there's a good chance we can address this with just one email notification. 

However, I'm currently investigating this further with the team to confirm. Rest assured, I'll share a solution with you shortly.