Don’t understand how to change my hooks
-
Hello,
I’m experiencing an issue with the blocks/Gutenberg functionality created by default in WooCommerce for the checkout page.
I’ve developed a plugin to add a new shipping method and a pop-up window for selecting a pickup location, which operates with the shortcode [woocommerce_checkout]. This plugin utilizes action hooks:
- woocommerce_before_checkout_form
- woocommerce_after_checkout_billing_form
- woocommerce_after_checkout_form
I’ve attempted to comprehend the documentation provided by WooCommerce blocks [https://github.com/woocommerce/woocommerce/blob/trunk/plugins/woocommerce-blocks/docs/third-party-developers/extensibility/hooks/actions.md], but I’m struggling to discern what to use in place of these actions. Could you assist me with this?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Don’t understand how to change my hooks’ is closed to new replies.