News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

I need VirtueMart values from order for affiliate tracking code integration

Started by kostianev, November 10, 2014, 15:36:52 PM

Previous topic - Next topic

kostianev

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?