Is there a Woocommerce before or after “Place an order” (check out) hook so i can execute a function when the user clicks on the “Place an Order” button. I couldn’t find the proper hook for this.
2 comments
Comments are closed.
Is there a Woocommerce before or after “Place an order” (check out) hook so i can execute a function when the user clicks on the “Place an Order” button. I couldn’t find the proper hook for this.
Comments are closed.
This one will hook you just after the order was create
woocommerce_checkout_process
gets executed on clicking submit.