#2258

gerhardganotz
Participant

Hello

What i mean is, i would like to show an product attribute on the description tab.

the attribute is brand and part_code

and this is the code that i use in Magento, but i need to change it to prestashop

<script src=”http://live.icecat.biz/js/live-current.js”></script>
<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>

Best regards,
Gerhard

Attachments:
  1. html-code.jpg