• Resolved dwdonline

    (@dwdonline)


    Insurance is toggled on by default. This is a huge problem that makes customers angry. How can this be turned off? We looked on your website, but it says you will contact us in 5 business days!? This should be a quick toggle off.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dwdonline

    (@dwdonline)

    So, I came up with a way to override this. It’s too bad that Route insists on unethical business practices. This toggle should be easy to turn off in the control panel – not forced on and then required to email them and wait months.

    //turn off route auto-apply
    if ( is_plugin_active( 'routeapp/routeapp.php' ) ) {
    	add_action('woocommerce_before_checkout_form', 'cart_route_insurance_set_session', 20);
    	function cart_route_insurance_set_session() {
    			WC()->session->set('checkbox_checked', FALSE );
    	}
    }
    Plugin Author Route

    (@routedev)

    Hi, @dwdonline!

    We actually provide a better way of doing that. It’s possible to set Protection Toggle Default to Off on https://dashboard.route.com/.

    Here’s the detailed documentation:

    https://help.route.com/hc/en-us/articles/360038629073-Enable-Route-Package-Protection

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Turn off toggle’ is closed to new replies.