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.
Below you can see an example of the new Icecat LIVE look and feel:
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:
< 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 > |
< 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 > |
< 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 > |
On October 1, Maersk released its Europe Market Update for October 2025, highlighting developments in…
Turtle Beach, one of the world’s most iconic gaming audio brands, has joined the Icecat…
AI is no longer a futuristic concept; it’s already changing the way consumers shop, brands…
In the first half of 2025, Dutch consumers spent over €17 billion online. That’s a…
In Icecat Release 233, we focused on enhancing the platform across multiple areas to deliver…
The European Commission is preparing sweeping reforms to cookie rules in the EU. Critics say…
View Comments
hello for this new release link as this https://live.icecat.biz/api?lang=en&content=&UserName=mbuonfi&version=1.0.0.0&selector=%23IcecatLive&type=html&IcecatProductId=13690284 not give me more html?
Thanks for your interest in our blog and Icecat. I'll contact you by email so I can better check your question.
Hi,
we are trying to integrated Icecat Live into an existing shop system (running on Plentymarkets)
and are having trouble due to both: Icecat Live & Plentymarkets using babel-polyfill which results in an error.
[Script Loader] Error: only one instance of babel-polyfill is allowed
Is there anyway to get the Icecat Live script running with babel-runtime instead?
Hello,
Icecat Live doesn't work on Internet Explorer 11. The function getDataSheet returns the next error:
The object does not accept the property or method 'assign'
I've proved with your demo example and with different computers as well.
Dear Juanjo,
Our development team is aware of this situation and are working on fixing it. The issue is expected to be solved by the end of next week.