Checkout Hooks
Last updated
Last updated
By default we are modifying checkout hooks so some of your third-party integrations via plugins might not work out of the box. If you want to keep the default hooks, uncheck this option "Use Checkout hook as element":
So if you have something extra that is showing let's say after billing fields: woocommerce_after_checkout_billing_form then it will show there where you place the Billing fields element.
If you need more control over this. Keep the function "Use Checkout hook as element" enabled and also make sure to have "Use hook as element" enabled on Checkout wrapper:
Then you can just add element Checkout hook and place it anywhere in the Checkout wrapper.
Via this element, select the hook we want to show, which in our case is woocommerce_after_checkout_billing_form.