diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8f1f0a514f..d6ce4d492c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -27,7 +27,7 @@
- Delete item button in cart cut off from right side when in focus. [#1823](https://github.com/bigcommerce/cornerstone/pull/1823)
- Focus not visible on logo element. [#1800](https://github.com/bigcommerce/cornerstone/pull/1800)
- Incorrect styles for focused buttons in grid card product item. [#1801](https://github.com/bigcommerce/cornerstone/pull/1801)
-- Add global region to header. [#1801](https://github.com/bigcommerce/cornerstone/pull/1859)
+- Add global region to header. [#1859](https://github.com/bigcommerce/cornerstone/pull/1859)
## 4.10.0 (10-01-2020)
- Return heading to product card. [#1848](https://github.com/bigcommerce/cornerstone/pull/1848)
diff --git a/assets/js/theme/global/quick-view.js b/assets/js/theme/global/quick-view.js
index 35bb20f689..2eb21ea4fa 100644
--- a/assets/js/theme/global/quick-view.js
+++ b/assets/js/theme/global/quick-view.js
@@ -24,6 +24,9 @@ export default function (context) {
modal.setupFocusableElements(modalTypes.QUICK_VIEW);
+ // eslint-disable-next-line no-undef
+ addthis.toolbox('.addthis_toolbox');
+
return new ProductDetails(modal.$content.find('.quickView'), context);
});
});
diff --git a/templates/components/common/share.html b/templates/components/common/share.html
index dee1c94340..e7a5fd58fc 100644
--- a/templates/components/common/share.html
+++ b/templates/components/common/share.html
@@ -43,15 +43,6 @@
{{/each}}
-
-
{{/if}}
{{#if settings.facebook_like_button.enabled}}
diff --git a/templates/layout/base.html b/templates/layout/base.html
index 7a512f8df6..08ab5bee91 100644
--- a/templates/layout/base.html
+++ b/templates/layout/base.html
@@ -54,6 +54,12 @@
window.stencilBootstrap("{{page_type}}", {{jsContext}}).load();
+ {{!-- Adding script for addthis social icons --}}
+
+
{{{footer.scripts}}}