• Resolved degree

    (@degree)


    Hi,

    I was wondering what your policy with multi sites is?
    Do we require a license for just the WordPress install?

    Also where can I find details about the multi site version?

    Just FYI I needed to change the check to see if Woocommerce is activated, as it doesn’t work on a multisite installed.
    See below:

    // Check to see if WooCommerce is Activated.
    if (!in_array('woocommerce/woocommerce.php', apply_filters('active_plugins', get_option('active_plugins')))) {
    
    	if ( ! function_exists( 'is_plugin_active_for_network' ) ) {
        		require_once( ABSPATH . '/wp-admin/includes/plugin.php' );
    	}
    
    	if ( !is_plugin_active_for_network( 'woocommerce/woocommerce.php' ) ) {
        		add_action('admin_notices', 'udraw_woocommerce_admin_notice');
        		$passed_sanity_check = false;
    	}
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author w2pshop

    (@w2pshop)

    Hello ??
    Thanks for the snippet of code you posted regarding multi-site.

    We will be sure to include this check with our next release.

    With regards to the premium license, it would require a separate key per site(domain name).

    Thanks Again!

    Plugin Author w2pshop

    (@w2pshop)

    Thanks again for your code snippet, we have included this check with our newest version 2.5.3

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