Support » Plugin: WooCommerce » WooCommerce 2.1.2 pages in settting not loading

  • Resolved Kubalonek84

    (@kubalonek84)


    Hi Guys,
    I have probblem with WooCommerce after update, I dont have all page in Settings (I dont have Payment Geteway etc). I read about “Some people had seemingly random issues with the administration panels and menus of the WooCommerce plugin not loading, or being prompted for not having permission to access the page.” I check and my file wc-conditional-functions.php is correct:

    function is_ajax() {
    // if ( defined(‘DOING_AJAX’) )
    // return true;

    //return ( isset( $_SERVER[‘HTTP_X_REQUESTED_WITH’] ) && strtolower( $_SERVER[‘HTTP_X_REQUESTED_WITH’] ) == ‘xmlhttprequest’ ) ? true : false;
    return defined( ‘DOING_AJAX’ );
    }
    }

    that may be another problem disappears bookmarks … anyoe can help me ?

    https://wordpress.org/plugins/woocommerce/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WooCommerce 2.1.2 pages in settting not loading’ is closed to new replies.