Js File missing From your plugin . Can You please provide js file . Because product add ajax not working when create bundle product
]]>In WordPress 4.9.1 with Woocommerce plugin does not activate anymore, causes fatal error.
]]>When the plug-in installed, I can’t add a sales price to an item.
]]>Beginning at line 45 you need to wrap is_woocommerce_active to make sure it hasn’t already been defined by another plug-in:
if (!function_exists (‘is_woocommerce_active’)){
function is_woocommerce_active()
{
return in_array( ‘woocommerce/woocommerce.php’, apply_filters( ‘active_plugins’, get_option( ‘active_plugins’ ) ) ) || is_plugin_active_for_network(‘woocommerce/woocommerce.php’);
}
}