$notices[]=$this->prepare_notice_message(sprintf(__('The “%s” plugin cannot run on WooCommerce versions older than %s. Please update WooCommerce.'),esc_html($this->plugin_name),$this->min_wc_version));
$notices[]=$this->prepare_notice_message(sprintf(__('The “%s” plugin cannot run on WooCommerce versions older than %s. Please update WooCommerce.'),esc_html($this->plugin_name),$this->min_wc_version));
$notices[]=$this->prepare_notice_message(sprintf(__('The “%s” plugin cannot run without %s active. Please install and activate %s plugin.'),esc_html($this->plugin_name),esc_html(basename($nice_plugin_name)),esc_html(basename($nice_plugin_name))));
$notices[]=$this->prepare_notice_message(sprintf(__('The “%s” plugin cannot run without %s active. Please install and activate %s plugin.'),esc_html($this->plugin_name),esc_html(basename($nice_plugin_name)),esc_html(basename($nice_plugin_name))));