Allow adding additional content to the "Subscription information" email template #752
Closed
Description
Description
Depending on the subscription business, the information on the "Subscription information" email template might not be enough for the customer to understand why is he getting this email.
For example, I sell premium WordPress plugins, using WooCommerce Subscriptions and a 3rd party licensing plugin.
This is the email the customer gets:
As you can see, there's absolutely no information about the subscription items. Yes, he can click the subscription ID, log in, and see its details, but we have a serious risk here that the customer just ignores this email, as he sees no identifiable information.
I have two suggestions:
- Load the order details email template after the subscription information table
- Add hooks before and after the subscription information table so that developers can decide what else to add
Product impact
- Does this feature affect WooCommerce Subscriptions?