cancel
Showing results for 
Search instead for 
Did you mean: 
1WSCGomez
Moderator
Moderator

Overview

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:

  • Microsoft 365 – Indicates a product is Microsoft 365 & 2019 compatible, and an official license is available for purchase.
  • Windows Server – Indicates a product is Windows Server compatible, and an official license is available for purchase.
  • Windows Server CALs – Promotes the attach of Windows Server 2019 CALs with the purchase of a compatible Windows Server 2019 OS.
  • XBOX Recommends – Promotes the attach of Xbox GamePass, Xbox Live Gold Membership, Xbox games and accessories on eligible Xbox Consoles.
1WSCGomez_0-1686648348183.gif

 

1WSCGomez_1-1686648348186.gif

 

1WSCGomez_2-1686648348186.gif

 

1WSCGomez_3-1686648348189.gif

 

Program Benefits

  • Increase your sales for Office, Server and XBOX products
  • Educate your consumers on the value
  • Low Maintenance Implementation – One-time integration allows you to receive upgrades, additional features, and increased product coverage without additional code changes on your website
  • Multiple logo sizes for flexibility
  • Multi-lingual and Localization Support
  • Performance Tracking

Getting Started

Program Requirements

You will need the following in order to begin using the e-Commerce Service:

  • A registered portal account or Customer ID enabled for ContentCast™
  • Your program preferences (as described later in this guide)
  • Your hover content preferences
  • Access and permission to make changes to your website product pages

Register for the ContentCast™ portal at https://portal.cnetcontent.com

Step 1: Account Registration

After registering for the ContentCast 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.

1WSCGomez_4-1686648348187.png

 

Step 2: Configure Product Page

1WSCGomez_5-1686648348187.png

 

In order to implement the ContentCast Product Page script on your website, you will need to configure your product page:

  1. From the Client Portal, click My Services and choose Configure Product Page
  2. Name your Product Page script such as “Acme.com – Product Page”
  3. From the Product Page Settings, you will see a number of available product page components.
  4. Enable Inline Content and Logo Services
  5. Enable the logos you want on your site
  6. Click Get Code to get the script.

Example:

  <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:

  • The script example above is for demo purposes and will not work. Make sure to use the code from the Get Code page.
  • Replace all variable values in CAPS with actual values.
  • We recommend placing the <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.

Step 3: Catalog Upload and Requirements

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:

  • Manufacturer name – used in descriptions and mapping
  • Manufacturer part number – used in descriptions and mapping
  • Internal customer’s part number – used in descriptions
  • Product description – used for displaying description on results

Optional Columns in Catalog:

  • Product Page URL – URL will be used in the product description of the products in the logo hover.
  • Price – Used to display price in hover.
  • Add-to-Cart URL – Used to add the product to cart

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.

Step 4: Add-to-Cart Configuration

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:

    1. Calling an Add to Cart URL
      This redirects the user from the hover to your Add to Cart URL on your site.
      As an example: http://test.com/addtocart.php?prod_id=C123456&qty=1

 

  1. Calling an existing JavaScript function within your site’s JavaScript library
    1. This is ideal if you do not have a page dedicated to the Add to Cart function and if your site uses AJAX or only supports adding to the cart by calling an existing JavaScript function.
      Example: <a href="javascript&colon;//" onclick="Cart.addToCart('C123456',1));return false;">Add to Cart</a>
    2. This requires a custom configuration of the hover to call your pre-existing JavaScript function name and required parameters and will require that the hover be served as a local <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.
Version history
Revision #:
1 of 1
Last update:
‎06-14-2023 05:18 AM
Updated by:
 
Contributors