News

NEW: more user-friendly Icecat LIVE version update

In July 2018, Icecat introduced the new Icecat LIVE look and feel.  Icecat users were asked to check their implementation settings and make the necessary changes to switch to the new Icecat LIVE.

Until now, the old Icecat LIVE look and feel was still available. However, from the 13th of November, the old look and feel is phased out: users who will make a call to the previous version of Icecat LIVE will automatically get the new look and feel as well.

Visual impression new Icecat Live look & feel

Below you can see an example of the new Icecat LIVE look and feel:

Recommendation: update your Icecat Live call

For reasons of maintainability, we recommend you to check – and if necessary – update your scripts to formally call the new Icecat LIVE look and feel.

Script in the old version call:

< script src = “http://live.icecat.biz/js/live-current” ></ script >

Script in the new version call:

< script src = “http://live.icecat.biz/js/live-current-2.js” ></ script >

Other code that might need check and revision:

Review Call using Brand + Brand Product Code

< html >
< head ></ head >< body >
< div id = “Test” ></ div >
< script >
window.addEventListener(‘liveload’, function() {
IcecatLive.getDatasheet(“#Test”, {
Brand: {Brand name},
PartCode: {Brand Product Code},
‘UserName’: {Your Icecat Username},
}, ‘en’);
});
</ script >
< script src = “http://live.icecat.biz/js/live-current-2.js” ></ script >
</ body >
</ html >

Review Call using GTIN (EAN, UPC)

< html >
< head ></ head >< body >
< div id = “Test” ></ div >
< script >
window.addEventListener(‘liveload’, function() {
IcecatLive.getDatasheet(“#Test”, {
‘GTIN’: {Product GTIN},
‘UserName’: {Your Icecat Username},
}, ‘en’);
});
</ script >
< script src = “http://live.icecat.biz/js/live-current-2.js” ></ script >
</ body >
</ html >

Review Call using Icecat Product ID

< html >
< head ></ head >< body >
< div id = “Test” ></ div >
< script >
window.addEventListener(‘liveload’, function() {
IcecatLive.getDatasheet(“#Test”, {
‘IcecatProductId’: {Icecat Product ID},
‘UserName’: {Your Icecat Username},
}, ‘en’);
});
</ script >
< script src = “http://live.icecat.biz/js/live-current-2.js” ></ script >
</ body >
</ html >

Chief Operating Officer at Icecat

Vazha Abramishvili

Chief Operating Officer at Icecat

View Comments

Recent Posts

Iceshop 2024.3 and 2024.4 Sprint Reports

During the March and April sprints, our primary emphasis was on advancing our ongoing project:…

2 days ago

Icecat Release Notes 195: Streamlining Processes and Empowering Users

In Icecat Release Notes 195, we're thrilled to introduce a range of enhancements designed to…

4 days ago

CyberPower Joins as an Open Icecat Sponsor to Syndicate its Product Content

CyberPower Systems, a leading power protection and computer accessories manufacturer, has recently joined as an…

5 days ago

Teqcycle Joins Open Icecat as a Sponsor to Enhance Product Data Management

Teqcycle, a premium renewed product brand owned by Foxway, has added the product content to…

6 days ago

Updated: FAQ for Brands

Here is our Icecat FAQ (frequently asked questions) for Brands. To use Icecat's product content…

1 week ago

Icecat Will be Visiting The Licensing Expo in Las Vegas

Icecat toy team will visit the Licensing Expo. This exhibition is set to take place…

1 week ago