Hello, Great source of information but only appears to include the hooks that affect the visual aspects of WooCommerce. Do you have a resource for the non-visual hooks? I am currently specifically looking for 'woocommerce_after_checkout_validation' and what is actually in the 'data' array.
Nicely done! So well laid out. Long!!!!! I was looking to add a checkbox/radio button somewhere on the cart page that says "Custom Message" and that message basically creates a second note and gets applied to the admin email notification and inside WC as well. I didn't see anything that closely resembled adding a message to the admin email notice. Is that something you've ever seen around? Thanks in advance.
Hi. In short, you must first display this field, make it hide if the checkbox is not checked, and then save this data when ordering.
Hi, from Ecuador. I think you have a very important information here. But, mi question is, if I want some kind of calculation to be made, for example, if I want some discount to users who are registered and active. Which hook should I use, to achieve that. I want one that calculate, for instance 20% of discount. And shows in a new line. Obviously, made the calculation in the checkout to receive payments. I don't know if I explained well, but if you throw me some light I'll really thank you for that. Gerardo
Thank you! Very helpful. I'm looking for the hook after thumbnail gallery product in single product page. Can you help me? Thanks in advance.
Hi the a very very nice blog and thanks
so what are the hooks for the product images and image gallery. and how to use them?
Great images of all the woocommerce hooks and exactly where they occur in the layout, been looking for something like this, thanks!
hi, some one have idea how to share whole cart to others users e.i ( there are 3 departments like IT ,Admin & Accounts ,so let's suppose if IT department orders the items form site ,and don't want to pay from their account at the other hand share it to admin for whole cart which they ordered ,and Admin have received IT order cart and pay their own account , some one please assist me , how can i create that custom module in WordPress woocommerce site .thanks!
What about woocommerce_checkout_order_processed ? It is very useful instead of "woocommerce_thankyou", that launches the process when any F5 is pressed Thanks
Thanks a lot! great Work!!