• I have a plugin that I am using for subscriptions and it has a set of emails it also sends out. How can I customize those as well with your plugin. Noticed also not all of woocommerce email templates are loaded in email type.

Viewing 6 replies - 1 through 6 (of 6 total)
  • hannah

    (@hannahritner)

    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

    Thread Starter radevwp

    (@radevwp)

    sumo payment plans

    Plugin Contributor Ben Ritner – Kadence WP

    (@britner)

    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

    Thread Starter radevwp

    (@radevwp)

    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()

    Thread Starter radevwp

    (@radevwp)

    im guessing to help you write the function

    Plugin Contributor Ben Ritner – Kadence WP

    (@britner)

    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

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Email Types’ is closed to new replies.