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

Maersk Europe Update — Q4 2025 Signals Supply Chain Shifts That Ecommerce Must Watch

On October 1, Maersk released its Europe Market Update for October 2025, highlighting developments in…

16 hours ago

Turtle Beach Joins Open Icecat to Amplify Global Product Content Distribution

Turtle Beach, one of the world’s most iconic gaming audio brands, has joined the Icecat…

2 days ago

How AI Is Reshaping the Toy Industry – Join Our Webinar to Stay Ahead

AI is no longer a futuristic concept; it’s already changing the way consumers shop, brands…

3 days ago

Dutch Ecommerce Hits €17 Billion in H1 2025 — What It Means for Brands and Retailers

In the first half of 2025, Dutch consumers spent over €17 billion online. That’s a…

6 days ago

Icecat Release Notes 233: Search Accuracy, MCP Server, Mobile UX, and Platform Improvements

In Icecat Release 233, we focused on enhancing the platform across multiple areas to deliver…

7 days ago

EU Eyes Cookie Reform: What It Means for Ecommerce and Product Content

The European Commission is preparing sweeping reforms to cookie rules in the EU. Critics say…

1 week ago