Update 2 Only For Woocommerce 3+ (added restriction to execute the code only once). add_action('woocommerce_thankyou', 'enroll_student' ...
Add a new field to the checkout; Add that new field to the order.
For this three possibilities: If you really want to do it on order place you would have to use the hook: woocommerce_new_order. However I ...
How to Hook Into WooCommerce to Trigger Something After an Order is Placed - Andy Sozot.
woocommerce hook that happen immediately after an order before payment. This hook happen immediate after an order is made or after checkout is done.
Action and Filter Hook Reference. This is simply a
[This thread is closed.] Hi all, I need to catch the order creation but I have some problems: 1) if I add woocommerce_new_order hook, and I retrieve…
The hooks that are displayed after the product list in the cart
Your order · Cheque Payment Please send your cheque to Store Name, Store Street, Store Town, Store State / County, Store Postcode. · Visa, Visa Debit, ...
If just after the title, read above about woocommerce_thankyou_order_received_text , if below it, there are two hooks that can help you, both of them are in the ...