on 04-09-2024 09:32 AM
DisclaimerDue to the large number of third party applications and Content Management Systems (CMS), 1Worldsync Content Solutions, does not provide support for third party applications or CMS. This guide is provided as an aide for guidance and suggestions for integration. 1WorldSync is not liable for any actions, damage or loss. If you require support for your third party application or CMS, please contact the owner or company that produced the application for assistance. |
Shopify allows users to quickly create an eCommerce storefront using a drag and drop builder
This document provides an overview of how to insert the ContentCast Inline Content and Logo script on websites built using Shopify.
<body>
tag, and paste the 1WorldSync JavaScript where you’d like the rich content to be displayed.
<script type='text/javascript'>
jQuery('<div id="ccs-inline-content"></div>').prependTo("#collapse-tab1");
var product_mpn = ShopifyAnalytics.meta.product.id;
var product_brand = ShopifyAnalytics.meta.product.vendor;
var ccs_cc_args = ccs_cc_args || [];
// Product Page
ccs_cc_args.push(['cpn', product_mpn]);
ccs_cc_args.push(['mf', product_brand]);
ccs_cc_args.push(['pn', product_mpn]);
ccs_cc_args.push(['lang', 'EN']);
ccs_cc_args.push(['market', 'MY']);
(function () {
var o = ccs_cc_args; o.push(['_SKey', '53a7faa6']); o.push(['_ZoneId', 'f6ce596781']);
var sc = document.createElement('script'); sc.type = 'text/javascript'; sc.async = true;
sc.src=('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.cs.1worldsync.com/jsc/h1ws.js
'; var n = document.getElementsByTagName('script')[0]; n.parentNode.insertBefore(sc, n); })(); </script>
For detailed information about Shopify and help on other topics please visit the Shopify Help Center – https://help.shopify.com/en