Woohoo.dance
  • Intro
  • Getting Started
    • Requirements
    • Installation
    • Premade templates
  • Elements
    • Checkout
      • Quick Setup
      • Address Autocomplete
      • Multisteps
      • Checkout Hooks
    • Cart
      • Cart Items
    • Thank you page
  • Dynamic data
    • Display recently viewed products
Powered by GitBook
On this page
  1. Elements
  2. Checkout

Checkout Hooks

PreviousMultistepsNextCart

Last updated 3 months ago

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.