diff --git a/_sources/advanced_features/product_items.rst.txt b/_sources/advanced_features/product_items.rst.txt index ec6635dac..a8a450bb9 100644 --- a/_sources/advanced_features/product_items.rst.txt +++ b/_sources/advanced_features/product_items.rst.txt @@ -13,7 +13,7 @@ Customer shares with products have higher click through and conversion rates. Below is an example with product items passed along with purchase data (notice FOR loop): -.. include:: /samples/advanced_features/product_items.rst +.. include:: /partials/product_purchase_script.rst .. note:: diff --git a/_sources/integration/custom/alternate_post_purchase.rst.txt b/_sources/integration/custom/alternate_post_purchase.rst.txt index cc922cf84..258a8d90f 100644 --- a/_sources/integration/custom/alternate_post_purchase.rst.txt +++ b/_sources/integration/custom/alternate_post_purchase.rst.txt @@ -4,39 +4,4 @@ Alternate Post Purchase Script for cart line item passing ========================================================= -.. code-block:: html - - - - +.. include:: /partials/product_purchase_script.rst diff --git a/_sources/integration/custom/integration_components.rst.txt b/_sources/integration/custom/integration_components.rst.txt index ea780ce95..236d84c37 100644 --- a/_sources/integration/custom/integration_components.rst.txt +++ b/_sources/integration/custom/integration_components.rst.txt @@ -112,31 +112,7 @@ be passed as strings. A Number can be passed for `subtotal`, however, if using any calculation, you’re responsible for ensuring that some number is passed where division by zero or `null` value does not occur. -.. code-block:: html - - - - +.. include:: /partials/purchase_script.rst Post Purchase Script Notes -------------------------- diff --git a/advanced_features/product_items.html b/advanced_features/product_items.html index 846414fe0..3326893df 100644 --- a/advanced_features/product_items.html +++ b/advanced_features/product_items.html @@ -120,12 +120,12 @@