VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: kostianev on November 10, 2014, 15:36:52 PM

Title: I need VirtueMart values from order for affiliate tracking code integration
Post by: kostianev on November 10, 2014, 15:36:52 PM
Hello,

I need to integrate iframe affiliate code from 2parale into my website. From the company sent us this code, which must go into thank_you page and must be added some data from the purchase:

<iframe height='1' width='1' scrolling='no' marginheight='0' marginwidth='0' frameborder='0' src='//event.2parale.ro/events/salecheck?amount=__ADD_SALE_VALUE__&campaign_unique=*********&confirm=*********&transaction_id=__ADD_TRANSACTION_ID__&description=__ADD_DESCRIPTION__'></iframe>


So, information for values:

Quote- Change ADD_SALE_VALUE with total amount ( without VAT )
- Change ADD_TRANSACTION_ID with unique ID transaction.
- Change ADD_DESCRIPTION with info message about transaction (ex. name_prodctsXquantity) (Important: must be URL Encoded)

Can somebody help me with this information, what values need to replace in the code, php values or.. in VirtueMart?
Title: Re: I need VirtueMart values from order for affiliate tracking code integration
Post by: certico on November 11, 2014, 17:52:34 PM
http://forum.virtuemart.net/index.php?topic=116788.15