VP-ASP :: Shopping Cart Software

Shopping Cart Software Solutions for anywhere in the World

US/Canada(Toll Free): +1 888 587 2278
Europe/UK: +44 (020) 7193 9408
Australia/New Zealand: +61 3 9016 4497
Live Chat

Adding ClixGalore code to your checkout for affliate tracking

Adding ClixGalore code to your checkout for affliate tracking

Open shopthanksmerchant.asp and change to:

<%
'********************************************************
' VP_ASP 6.50 Jan 5, 2003
''**********************************************************
Sub ShopThanksMerchant (conn,OrderID)
dim ORDERNUMBER,ORDERVALUE,CLIXGALOREID

CLIXGALOREID="1234" ' change this to be your ClixGalore ID
ORDERNUMBER= getsess("oid")
ORDERVALUE= getsess("OrderTotal")
%>
<!--begin clixGalore code -->
<img src="https://www.clixgalore.com/AdvTransaction.aspx?AdID=<%=CLIXGALOREID%>&SV=<%=ORDERVALUE%>&OID=<%=ORDERNUMBER%>" height="0" width="0" border="0">
<!--end clixGalore code -->
<%
end sub
%>


Times Viewed:
2863
Added By:
Cam Flanigan
Date Created:
9/25/2007
Last Updated:
9/25/2007
Back Search other topics Submit a Ticket