Hey,
This plugin only customizes the default WooCommerce emails. What subscription plugin are you using? You would need to have them add a hook into this plugin.
Kindly,
Hannah
You would have to talk with the plugin authors about adding support to preview and customize those emails directly. If they use woocommerce standards your header and footer settings would apply already to their templates but they would have to add support for other features and the ability to preview.
Ben
This is what the plugin devs gave us.
$email->get_content() // Get the default template of the email
$email->object = wc_get_order(100); // Required args of the template to pass before calling the $email->get_content()
$email->payment = _sumo_pp_get_payment($payment_post_id); // Required args of the template to pass before calling the $email->get_content()
im guessing to help you write the function
Hey,
That isn’t really helpful. If the plugin authors want me to help them integrate their plugin to work with ours they would need to get in touch directly. Adding support needs to come from their end in their plugin.
Ben