• Resolved belabbesislam

    (@belabbesislam)


    hey ,?

    Unfortunately, after visiting (back-in-stock-notifier-for-woocommerce\templates), I didn’t find any templates for email.

    I’m wondering if there is any way I can code my own template. or trigger a hook (that will be triggered after the email is ready to be sent), so I do something like this.

    function nafSendNewOrderEmails($order_id){
     // code //
          naf_send_email($order->get_billing_email() , $subject , 'woo_custom_emails/local_shipping/on-local-shipping');
    
    }
    add_action("woocommerce_order_status_changed","nafSendNewOrderEmails" , 10 , 3);
    
    

    Thank you for the great plugin.

Viewing 1 replies (of 1 total)
  • Plugin Author CodeWooGeek

    (@codewoogeek)

    Hello there,

    Good Day!

    We’re here to assist you with this one.

    We don’t have separate email template as we used the woocommerce core header and footer template using their inbuilt function.

    In future we will try to bring our own email template as per the feasibility.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘custom email template’ is closed to new replies.