WooCommerce Checkout Hooks: Where to Add Custom Fields and Logic
Learn which WooCommerce checkout hooks to use for adding a custom field, saving it to the order, and validating it server-side.
Learn which WooCommerce checkout hooks to use for adding a custom field, saving it to the order, and validating it server-side.
Learn the WooCommerce email hooks that let you add custom content to order emails, with code for before, after, and inside the order table.
A complete map of every WooCommerce single product page hook, in the order they fire, with the default functions attached to each.
WooCommerce doesn’t have a dedicated shop page shortcode. Here’s the real code to replicate the shop grid anywhere on your site.
Learn how to use the WooCommerce [products] shortcode to show custom product grids by category, tag, sale status, or attribute.
Set up the WooCommerce order tracking shortcode correctly, understand its limits, and fix the “order could not be found” error.
Learn how the WooCommerce [woocommerce_my_account] shortcode works, plus code to rename, reorder, or remove My Account tabs.
Every WooCommerce shortcode in one place: cart, checkout, products, categories, add-to-cart, and more, with usage examples for each.
Learn how to use the WooCommerce cart shortcode to show the cart on any page, plus the code to display it in a sidebar or dropdown.
See exactly what’s hooked into woocommerce_after_single_product_summary and how to add, remove, or reorder content with real code.