Checkout Hooks
-
So on checkout, I can use the following hook to carry over items, send customer to thank you page, and begin an order in processing status
add_action(‘woocommerce_checkout_order_processed’)
I need to know how to do all these things except it be an awaiting payment status.
I tried
add_action(‘woocommerce_order_new_order’)
but this does not carry over the items, nor send the customer to the thank you page
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Checkout Hooks’ is closed to new replies.