• Resolved freddyee

    (@freddyee)


    Hi

    Please help, I want to configure the plugin, but everytime I actualize the wp-admin panel page, every active action turn off.

    • This topic was modified 4 years, 8 months ago by Jan Dembowski.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Stanimir Stoyanov

    (@sstoqnov)

    SiteGround Representative

    Hey @freddyee

    Something blocks our plugin to save its settings.

    Please provide your site URL, so we can check what is causing the issue.

    Regards,
    Stanimir

    Thread Starter freddyee

    (@freddyee)

    Thank you .My website is above.

    • This reply was modified 4 years, 8 months ago by freddyee.
    • This reply was modified 4 years, 8 months ago by freddyee.
    • This reply was modified 4 years, 8 months ago by Jan Dembowski.
    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    @freddyee The link field, please use it in the future.

    Plugin Author Stanimir Stoyanov

    (@sstoqnov)

    SiteGround Representative

    Hey @freddyee

    There is a fatal error in WordPress backed coming from the snippet you have added via Code Snippets plugin.

    Call to a member function get_checkout_url() on null

    If you remove the snippet which uses this method, our plugin will work.

    Regards,
    Stanimir

    Thread Starter freddyee

    (@freddyee)

    Hi

    This is the code you are referring ?

    add_filter(‘add_to_cart_redirect’, ‘cw_redirect_add_to_cart’);
    function cw_redirect_add_to_cart() {
    global $woocommerce;
    $cw_redirect_url_checkout = $woocommerce->cart->get_checkout_url();
    return $cw_redirect_url_checkout;
    }

    I use it to customers SKIP CART page and go directly to the checkout page, is there any option to change this code and still have the skipping cart page action ?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Doesn’t save configurations’ is closed to new replies.