+ + +
+-
is_system_of_record_square() ) : ?>
diff --git a/includes/Settings.php b/includes/Settings.php
index facd455c..d22bf896 100644
--- a/includes/Settings.php
+++ b/includes/Settings.php
@@ -424,6 +424,11 @@ public function generate_import_products_html( $id, $field ) {
'>
+ is_system_of_record_square() ) : ?>
+
+
+
+
diff --git a/src/new-user-experience/modules/configure-sync/index.js b/src/new-user-experience/modules/configure-sync/index.js
index 9211abd9..0be6e4a8 100644
--- a/src/new-user-experience/modules/configure-sync/index.js
+++ b/src/new-user-experience/modules/configure-sync/index.js
@@ -347,6 +347,17 @@ export const ConfigureSync = ( {
) }
indent={ indent }
className="import-products-wrapper"
+ description={
+ system_of_record === 'square'
+ ? __(
+ 'Use this to bring new products from Square into WooCommerce. This is different from "Sync Now" which only updates products that are already synced.',
+ 'woocommerce-square'
+ )
+ : __(
+ 'Use this to bring products from Square into WooCommerce.',
+ 'woocommerce-square'
+ )
+ }
>