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
Copy file name to clipboardExpand all lines: classes/class-wc-connect-nux.php
+20-12Lines changed: 20 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -566,19 +566,31 @@ public function show_contextual_after_connection_banner( $banner_type ) {
566
566
567
567
$banner_title = '';
568
568
$banner_description = '';
569
+
$banner_button_text = '';
570
+
$banner_button_link = null;
569
571
570
572
switch ( $banner_type ) {
571
573
case'after_cxn_us_no_wcs_plugin':
572
-
$banner_title = __( 'US Store: WooCommerce Shipping Plugin Not Active - Title', 'woocommerce-services' );
573
-
$banner_description = __( 'US Store: WooCommerce Shipping Plugin Not Active - Description.', 'woocommerce-services' );
574
+
$banner_title = __( 'WooCommerce Shipping & Tax has been renamed to WooCommerce Tax', 'woocommerce-services' );
575
+
$banner_description = __( 'Your tax functionality will continue to work as expected. The shipping functionality in this plugin will be discontinued on September 1, 2025. Please migrate to the new WooCommerce Shipping extension to get discounted labels for UPS, USPS, DHL Express— and more coming soon!', 'woocommerce-services' );
$banner_title = __( 'WooCommerce Shipping & Tax has been renamed to WooCommerce Tax', 'woocommerce-services' );
581
+
$banner_description = __( 'Your tax functionality will continue to work as expected. Use WooCommerce Shipping to access deeply discounted UPS, USPS, and DHL shipping labels, reliable shipments, and on-time delivery options.', 'woocommerce-services' );
582
+
$banner_button_text = __( 'Ship with UPS on WooCommerce', 'woocommerce-services' );
583
+
$banner_button_link = '<pending>';
578
584
break;
579
585
case'after_cxn_non_us':
580
-
$banner_title = __( 'Non-US Store - Title', 'woocommerce-services' );
581
-
$banner_description = __( 'Non-US Store - Description.', 'woocommerce-services' );
586
+
$banner_title = __( 'WooCommerce Shipping & Tax has been renamed to WooCommerce Tax', 'woocommerce-services' );
587
+
$banner_description = __( 'Your tax functionality will continue to work as expected. No action is required.', 'woocommerce-services' );
0 commit comments