• When using in combination with woocommerce waitlist plugin, a message requiring acceptance is displayed and addition to waitlist cannot proceed. Woocommerce waitlist plugin has its own GDPR acceptance checkbox.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter Emir Mulali?

    (@ckskusa)

    Temporary fix is to remove this plugin’s hook on ajax action wcwl_process_user_waitlist_request:

    add_action( ‘wp_ajax_nopriv_wcwl_process_user_waitlist_request’, ‘remove_gdpr_hook’);

    function remove_gdpr_hook(){

    $no_removed = Inpsyde\remove_instance_hook( ‘woocommerce_register_post’, WPGDPRC\Includes\Extensions\WC::getInstance(), 10);

    }

Viewing 1 replies (of 1 total)
  • The topic ‘GDPR and Woocommerce Waitlist’ is closed to new replies.