• Ragnar Karlsson

    (@ragnarkarlsson)


    I have two websites for clients running the latest versions of WordPress and the plugin, as well as MainWP child plugin. Whenever MainWP calls the sites to request update status for core, plugins and themes the setting for postage is disabled.

    Is this something you are aware of? Is there a way to isolate and prevent this other than disabling the site in MainWP?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    did you ever find a solution to this problem? We have MainWP and would like to use it with this plugin.

    Thanks.

    Got a response from MainWP:

    In the wp-e-commerce\wpsc-shipping\library\shipwire_functions.php file, the command in the issuee is isset( $_POST[‘server’] );

    This function should be updated by the author of WP ecommerce. As a temporary solution, you can try to replace the function with the following:

    public static function is_active() {
    return ( (bool) get_option( ‘shipwire’ ) && function_exists( ‘simplexml_load_string’ ) ) || (isset( $_POST[‘server’] ) && !isset($_POST[‘mainwpsignature’]));
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘MainWP update check disabling flat rate shipping’ is closed to new replies.