You are here: Home
Support site for Tips and Tricks HQ premium products
Hi, thanks for your reply.
One more question, does affiliate platform link up easily with 2CO as according to their website they can accept an affiliate URL:
Affiliate URL
2Checkout.com supports almost any affiliate program that works off a hidden image tag on the sales confirmation page. Your affiliate program should provide you a <image src => string which creates a transparent image on our checkout page and informs them of the completed sale.
To have the string populated dynamically put the following variables in the appropriate locations and the pay routine will fill them in after the sale is complete.
$a_order – 2Checkout.com Order ID.
$a_total – Total Dollars Paid.
$a_product – Your Product ID.
$a_quantity – Quantity of Product ID Sold.
Example:
https://affiliate.com/sale.cgi?order=$a_order&total=$a_total&product=$a_product&quantity=$a_quantity
Thanks,