drale Posted August 27, 2013 Posted August 27, 2013 Hi, I trying to insert additional fields in my Post Affiliate Pro integration like email, first name, lastname, telephone and company. var sale = PostAffTracker.createSale(); sale.setTotalCost('2.0000'); sale.setOrderID('5'); sale.setProductID('32'); sale.setData1('email_address'); sale.setData2('firstname'); sale.setData3('lastname'); sale.setData4('telephone'); sale.setData5('company'); sale.setCampaignID('dfc6d7e3'); But this fields not appear in checkout_success.php, like other TotalCost, OrderID, ProductID Plase help
Recommended Posts
Archived
This topic is now archived and is closed to further replies.