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.
Thanks,
maybe, due to other issue. its not working..
Please, keep us informed about this.
Kind regards.
okay!
I have another issue regarding vendors need to get SMS. can you help me?