06-14-2023 05:18 AM - edited 07-09-2025 07:25 AM
The Microsoft e-Commerce Service is offered to you through 1WorldSync Content Solutions’ partnership programs with Microsoft. Currently, the e-Commerce logo service supports multiple programs and includes the following:
Program Requirements
You will need the following in order to begin using the e-Commerce Service:
Register for the Rich Content™ portal at https://portal.cnetcontent.com
After registering for the Rich Content portal, you will receive an email to confirm your email account and complete registration. You will then be able to complete your account and company profile.
In order to implement the Rich Content Product Page script on your website, you will need to configure your product page:
<div id="ccs-logos"></div>
<div id="ccs-inline-content"></div>
<script type='text/javascript'>
var ccs_cc_args = ccs_cc_args || [];
// Acme.com - Product Page
ccs_cc_args.push(['mf', 'MANUFACTURER_NAME']);
ccs_cc_args.push(['pn', 'MANUFACTURER_PART_NUMBER']);
ccs_cc_args.push(['lang', 'LANGUAGE']);
ccs_cc_args.push(['market', 'MARKET']);
(function () {
var o = ccs_cc_args; o.push(['_SKey', 'CUSTID']); o.push(['_ZoneId', 'abcd1234']);
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/h.js';
var n = document.getElementsByTagName('script')[0]; n.parentNode.insertBefore(sc, n);
})();
</script>
Note:
<script> tag near the bottom of your product page as a best practice. You will need to keep the <div> tags in the location where you want the content appear.To ensure displaying accurate and available products within the logo hover, we will need a product catalog uploaded daily to an FTP location. If you do not have an FTP location, your CNET support contact can provide one upon request. The preferred file format for the catalog is Tab Delimited text file.
Required Columns in Catalog:
Optional Columns in Catalog:
Product Page URLs and Add-to-Cart URLs can be set up in your account settings if a standardized or consistent URL structure is supported by your e-commerce site.
The e-Commerce logo service can integrate with your shopping cart to support adding products from within the hover to your shopping cart using two methods:
http://test.com/addtocart.php?prod_id=C123456&qty=1
<a href="javascript://" onclick="Cart.addToCart('C123456',1));return false;">Add to Cart</a><div> container instead of an iFrame to avoid Cross Site Scripting limitations. In order to use the local <div> templates, please contact our Customer Support team or request this functionality via your assigned Technical contact.