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 |
|