• Resolved tayssir.ch

    (@tayssirch)


    Hello, I am using the plugin to send custom email,
    https://www.skyverge.com/blog/how-to-add-a-custom-woocommerce-email/

    I want the email to be sent automatically when the order status change from ANY to wc-order_delivered

    But i am not able to change the existing trigger

            add_action( 'woocommerce_order_status_pending_to_processing_notification', array( $this, 'trigger' ) );
            add_action( 'woocommerce_order_status_failed_to_processing_notification',  array( $this, 'trigger' ) );

    this is possible ?

    • This topic was modified 4 years, 6 months ago by tayssir.ch.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Trigger Email notification on Custom status change’ is closed to new replies.