admin管理员组

文章数量:1317898

I want to send SMS while new order gets placed, now I have used woocommerce_order_status_completed hook, but this only works while you move order processing to complete. Alternatively, I have also used woocommerce_order_status_processing but it's also not working.

So the question is can I send SMS at the same time while the order getting placed?
Note: SMS are working fine here

I want to send SMS while new order gets placed, now I have used woocommerce_order_status_completed hook, but this only works while you move order processing to complete. Alternatively, I have also used woocommerce_order_status_processing but it's also not working.

So the question is can I send SMS at the same time while the order getting placed?
Note: SMS are working fine here

Share Improve this question asked Oct 26, 2020 at 17:55 ShadowShadow 685 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 1

Please try the woocommerce_checkout_order_processed or woocommerce_new_order

本文标签: plugin developmentSending an SMS on new order placedWooCommerce