Hi,
I have managed to get Actinic to pass the product name, reference, price and Qty for each item ordered to a tradedoubler script on the receipt page, using a modified OrderScript.pl provided by Bruce @ Actinic, see the following thread (had to upgrade from version 6 > 8 to get it to work):
http://community.actinic.com/showthread.php?t=21216
But I now also need to get hold of the information in the ‘Full Description’ and ‘Extended Information’ boxes, I believe I need to use the following variables:
INFOTEXT
PRODUCTDESCRIPTION
I need the above two variables because we use the ‘Full description’ box to hold the manufacturers part and the ‘Extended Information’ to hold our own internal part number and I need to pass this information through to Tradedoubler as well.
Can anybody help me out in getting these two variables in to the receipt page?
Thanks
Peter
I have managed to get Actinic to pass the product name, reference, price and Qty for each item ordered to a tradedoubler script on the receipt page, using a modified OrderScript.pl provided by Bruce @ Actinic, see the following thread (had to upgrade from version 6 > 8 to get it to work):
http://community.actinic.com/showthread.php?t=21216
But I now also need to get hold of the information in the ‘Full Description’ and ‘Extended Information’ boxes, I believe I need to use the following variables:
INFOTEXT
PRODUCTDESCRIPTION
I need the above two variables because we use the ‘Full description’ box to hold the manufacturers part and the ‘Extended Information’ to hold our own internal part number and I need to pass this information through to Tradedoubler as well.
Can anybody help me out in getting these two variables in to the receipt page?
Thanks
Peter
Comment