04-09-2024 09:24 AM - edited 07-09-2025 07:36 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. |
There are some steps required in order to integrate Rich Content or DataSource Cloud. Before getting started, the following conditions must be met:
<!--eof Main Product Image--> <div id="ccs-logos"></div> <id="ccs-explore-product"></div> <id="ccs-product-fiche"></div> |
<!--bof Product description -->
<?php if ($products_description != '') { ?>
<div id="productDescription"><?php echo stripslashes($products_description); ?></div>
<?php } ?>
<!--eof Product description -->
|
<!--bof Product description -->
<?php if ($products_description != '') { ?>
<div id="productDescription"><div id="ccs-inline-content"><?php echo stripslashes($products_description); ?></div></div>
<?php } ?>
<!--eof Product description -->
<script type='text/javascript'>
var ccs_cc_args = ccs_cc_args || [];
ccs_cc_args.push(['mf', '<?php echo (!empty($manufacturers_name)) ? $manufacturers_name : "Unknown Mfr";?>']);
ccs_cc_args.push(['pn', '<?php echo (!empty($products_model)) ? $products_model : "Unknown PN";?>']);
ccs_cc_args.push(['lang', '<?php echo $_SESSION['languages_code'];?>']);
ccs_cc_args.push(['market', 'US']);
(function () {
var o = ccs_cc_args; o.push(['_SKey', 'YOURSUBSCRIBERKEY']); o.push(['_ZoneId', 'YOURZONEID']);
var sc = document.createElement('script'); sc.type = 'text/javascript'; sc.async = true;
sc.src=('https:' == document.location.protocol ? 'https://' : 'http://') + '
|
Alternative Option:
go to /includes/templates/<YOUR_TEMPLATE>/ directory and create a new folder called “jscript”