From 63bdfdfe995e771ad30e71f6c6b7c17bf67aad23 Mon Sep 17 00:00:00 2001 From: Hanna Rosul Date: Fri, 1 Nov 2024 18:19:42 +0200 Subject: [PATCH 1/2] Warn against forgetting to commit the theme changes into a VCS --- .../ecommerce_platforms/shopify.rst | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/source/integration/ecommerce_platforms/shopify.rst b/source/integration/ecommerce_platforms/shopify.rst index fc981153a..a7f7204f6 100644 --- a/source/integration/ecommerce_platforms/shopify.rst +++ b/source/integration/ecommerce_platforms/shopify.rst @@ -36,6 +36,12 @@ Automatic integration To check how Standalone Campaign looks visit */pages/share* or */pages/invite* links of your store. You can edit these links in Administrative panel of your store. + .. important:: + + If you are managing the Shopify theme code using a version control system (e.g. git), + make sure to pull the changes to the theme made by the automatic integration to avoid + resetting them with a commit. + .. _integration/ecommerce_platforms/shopify/manual_integration: Manual integration @@ -198,6 +204,11 @@ please follow the instructions below. 11. Verify your integration using :ref:`Verifying Integration instructions `. +.. important:: + + If you are managing the Shopify theme code using a version control system (e.g. git), + make sure to pull the changes to the theme to avoid resetting them with a commit. + For Shopify vintage themes .......................... @@ -306,6 +317,11 @@ please follow the instructions below. 11. Verify your integration using :ref:`Verifying Integration instructions `. +.. important:: + + If you are managing the Shopify theme code using a version control system (e.g. git), + make sure to pull the changes to the theme to avoid resetting them with a commit. + .. |example_link| raw:: html https://123test.myshopify.com @@ -412,6 +428,11 @@ you need to do the following: .. important:: If your main section is disabled, remove the row that does it. +.. important:: + + If you are managing the Shopify theme code using a version control system (e.g. git), + make sure to pull the changes to the theme to avoid resetting them with a commit. + **Contact us** Also Talkable provides integration for Shopify Plus. Interested in setting this up? Contact your CSM or get in touch `here `_. From 10f8ac14afe0d8698c05392ea0825d45ce8e0d29 Mon Sep 17 00:00:00 2001 From: Hanna Rosul Date: Fri, 1 Nov 2024 18:23:19 +0200 Subject: [PATCH 2/2] Link manual integration instruction --- source/integration/ecommerce_platforms/shopify.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/integration/ecommerce_platforms/shopify.rst b/source/integration/ecommerce_platforms/shopify.rst index a7f7204f6..9a02424dc 100644 --- a/source/integration/ecommerce_platforms/shopify.rst +++ b/source/integration/ecommerce_platforms/shopify.rst @@ -40,7 +40,8 @@ Automatic integration If you are managing the Shopify theme code using a version control system (e.g. git), make sure to pull the changes to the theme made by the automatic integration to avoid - resetting them with a commit. + resetting them with a commit. The theme updates are described in the + :ref:`Manual integration instructions`. .. _integration/ecommerce_platforms/shopify/manual_integration: