Hooks for multistep checkout
-
I am the author of: https://www.ads-software.com/plugins/map-location-picker-at-checkout-for-woocommerce/
I’ve added quite a bit of support for your plugin into mine to make them compatible. But recently a user came to me with a checkout that was making use of the multistep features of your plugin.
I’m wondering if there are any hooks I can use to have the map that my plugin creates rendered on a particular step in the multi-step process (the address step)
In default WooCommerce users have the following options where they can have the map hooked: https://pasteboard.co/yd2Px3Zkwkp5.png
When your plugin is active, I only give them the “Checkout Form – Top” option because your plugin completely takes over the WC checkout page and the default Hooks do not exist or are not ideal to place the map.
Basically a hook such as:
funnelkit_multistep_checkout_before_address_step
andfunnelkit_multistep_checkout_after_address_step
which I can use to allow the store owner to place the map at the top or bottom of the Address step.
- The topic ‘Hooks for multistep checkout’ is closed to new replies.