You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'title' => esc_html__( 'Import your contacts', 'cc-woo' ),
518
518
'id' => 'cc_woo_customer_data_settings',
519
519
'type' => 'title',
520
520
],
521
521
[
522
522
'title' => '',
523
523
'type' => 'title',
524
-
'desc' => esc_html__( 'All contacts must agree to receive marketing messages in order to be added to your mailing list. Therefore, when you import contacts, you are agreeing that you have permission to send them marketing messages.', 'cc-woo' ),
524
+
'desc' => esc_html__( "Start marketing to your customers right away by importing all your contacts now.\n\nDo you want to import your current contacts? By selecting yes below, you agree you have permission to market to your current contacts.", 'cc-woo' ),
525
525
],
526
526
];
527
527
@@ -568,9 +568,9 @@ private function get_abandoned_carts_settings() {
568
568
],
569
569
];
570
570
571
-
$rest_endpoints_field= new \WebDevStudios\CCForWoo\View\Admin\Field\AbandonedCarts\RestEndpoints();
572
-
$secret_key_field= new \WebDevStudios\CCForWoo\View\Admin\Field\AbandonedCarts\ApiSecretKey();
573
-
$server_info_field= new \WebDevStudios\CCForWoo\View\Admin\Field\AbandonedCarts\ServerInfo();
571
+
$rest_endpoints_field = new \WebDevStudios\CCForWoo\View\Admin\Field\AbandonedCarts\RestEndpoints();
572
+
$secret_key_field = new \WebDevStudios\CCForWoo\View\Admin\Field\AbandonedCarts\ApiSecretKey();
573
+
$server_info_field = new \WebDevStudios\CCForWoo\View\Admin\Field\AbandonedCarts\ServerInfo();
574
574
575
575
$settings[] = array_merge( $settings,
576
576
$rest_endpoints_field->get_form_field()
@@ -627,6 +627,16 @@ public function add_cc_connection_button() {
0 commit comments