#2246

gerhardganotz
Participant

Ok thanks.

Please help for this only. Where can i add this code for Product Description? This is for icecat. With this code i get automatically the description for the product into the tab. I should add this code in the product detail site.

But where is the tpl for this? in the product.tpl or in snsproducttabs tpl?

<script src=”http://live.icecat.biz/js/live-current.js”></script&gt;
<script type=”text/javascript”>
setTimeout(function() {
IcecatLive.getDatasheet(‘#loadLiveIcecat’, {
‘shopname’: ‘c4uadmin’,
‘brand’: ‘<?php echo $_product->getbrand();?>’,
‘part_code’: ‘<?php echo $_product->getpart_code();?>’}, ‘de’);
}, 200);
</script>

Thank you

Best regards,
Gerhard