angelleye_multi_account_choose_payment_gateway(); ?>
@@ -713,7 +713,7 @@ public function angelleye_multi_account_ui() {
?>
-
+
|
@@ -1180,6 +1180,11 @@ public function angelleye_paypal_for_woocommerce_general_settings_tab_content()
wp_enqueue_script('selectWoo');
wp_enqueue_style('select2');
wp_enqueue_script('wc-enhanced-select');
+ wp_localize_script('paypal-for-woocommerce-multi-account-management', 'pfwma_param', array(
+ 'rule_with_no_condition_set_message' => __('You have not set any Trigger Conditions for this rule. Therefore, this rule will trigger for all orders from now on. Would you still like to continue?', 'paypal-for-woocommerce-multi-account-management'),
+ )
+ );
+
$this->angelleye_multi_account_ui();
}
@@ -1534,7 +1539,7 @@ public function angelleye_multi_account_condition_ui() {
|