Talha
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Plugins
In reply to: [WooCommerce Blocks] Klaviyo is not Integrating on checkout pageif (isset($klaviyo_settings['klaviyo_subscribe_checkbox'])) { // Add the checkbox field add_filter('woocommerce_checkout_fields', 'kl_checkbox_custom_checkout_field', 11); // Post list request to Klaviyo add_action('woocommerce_checkout_update_order_meta', 'kl_add_to_list'); }This is how they add checkboxes at the end of billing_feild.
the use Filter function on ‘woocommerce_checkout_fields’ hook.
are you not using this hook in this plugin ????- This reply was modified 2 years, 10 months ago by Talha. Reason: simplifies the code for better understand how they are using filter on checkout feilds
Hello, thank you for a simple solution.
disabling all other plugins resolve this problem and when I re-enable one-by-one all plugins, I caught the plugin which causes the error.
Thank you.
Hello,
here is the Exported file of the dual header.
one is normal and one is sticky, sticky will show after 70px scroll-down.
I hope it resolves your problem.
download the json file.
Viewing 3 replies - 1 through 3 (of 3 total)