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 > |
Artificial intelligence is moving deeper into critical infrastructure. However, as capabilities increase, so do concerns…
For years, the Agile methodology has relied on a clear boundary: the Product Owner (PO)…
This release brings a combination of data-transparency improvements, operational-efficiency gains, and foundational platform enhancements. We…
The release of Sprint 93 marks a significant leap in scalability, data governance, and improvements…
Amazon is introducing a new fuel and logistics surcharge for sellers, adding further pressure to…
Ingram Micro has officially extended its partnership with Icecat to the global level - a…
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.