Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Art Project Group

    (@artprojectgroup)

    WooCommerce – APG SMS Notifications just proccess the SMS messages with this actions:

    add_action( 'woocommerce_order_status_pending_to_on-hold_notification', 'apg_sms_procesa_estados', 10 );//Funciona cuando el pedido es marcado como recibido
    	add_action( 'woocommerce_order_status_processing', 'apg_sms_procesa_estados', 10 );//Funciona cuando el pedido es marcado como procesando
    	add_action( 'woocommerce_order_status_completed', 'apg_sms_procesa_estados', 10 );//Funciona cuando el pedido es marcado como completo

    But email sending is processed by WooCommerce or other plugins, never by WooCommerce – APG SMS Notifications.

    Kind regards.

    Thread Starter pradeeppl

    (@pradeeppl)

    Thanks,

    maybe, due to other issue. its not working..

    Plugin Author Art Project Group

    (@artprojectgroup)

    Please, keep us informed about this.

    Kind regards.

    Thread Starter pradeeppl

    (@pradeeppl)

    okay!

    I have another issue regarding vendors need to get SMS. can you help me?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘After activated API, Email not working’ is closed to new replies.