Phone: 407-385-0042  Email: sales@adcomplete.com
Home Contact Support Privacy
  Home
  Purchase
  Features
  System Requirements
  Preview Demo
  Support
  Installation
  FAQ's
  Our Clients
  What's New
  Affiliate Program
How do I link Affiliate Wiz to my online store?

Affiliate Wiz uses a hidden image to track sales and leads.

To obtain the code for linking to your online store...

  1. Log into the Affiliate Wiz Administration area.

  2. Under Code, click Sales.

  3. Copy and paste the code from the text box onto your online store checkout page.  The location you place this code will vary for each online store.

  4. Modify the required parameters to dynamically populate the parameters.

    Below is an example that can be used with StoreFront.net Version 5.0.  Be sure to replace www.yourdomain.com with your actual domain name.  

    <img border="0" src="http://www.yourdomain.com/affiliatewiz/affiliatewiz.asp?Task=AddSale
    &Auto_Accept=False
    &Order_Number=
    <%=iOrderID%>
    &Total_Amount=
    <%=sGrandTotal%>
    &Country=
    <%=Server.URLEncode(sCustCountryName)%>" width="0" height="0">


    The following sample is for older versions of StoreFront:


    <img border="0" src="http://www.yourdomain.com/affiliatewiz/affiliatewiz.asp?Task=AddSale
    &Auto_Accept=False
    &Order_Number=
    <%=ORDER_ID%>
    &Total_Amount=
    <%=Grand_Total%>
    &Country=
    <%=Server.URLEncode(COUNTRY)%>" width="0" height="0">

    Note: Dynamic parameters are shown in
    GREEN.
    Note:
    By copying this text directly from this email it will contain Carriage Returns so be sure to remove them if you do this.

Parameter Definitions

You must hard-code the following parameters:

Auto_Accept = True to Automatically Accept Sale, False to place sale as pending.  When setting to True, the sale is automatically accepted by Affiliate Wiz.  Because of potential fraud you may consider setting this parameter to false and then manually approving each sale.

You must dynamically populate the following parameters:

Order_Number = Sales Order Number

Total_Amount
= Total Amount of the Sale

Country
= Country or State the sale was made to. (Optional Parameter)

Other Optional Parameters  These options can be used to override any fixed affiliate rates and commission types.

Commission1 = Optional overriding commission rate for Tier 1 sales.  If specified, this rate is used rather than the affiliates individual rate.

Commission2 ...  Commission5 = Optional overriding commission rate for Tier 2 through Tier5 sales.  If specified, this rate is used rather than the affiliates individual rate.

CommissionType = Option overriding commission type.  Valid values are FlatRate and Percent.  This field is used in conjunction with Commission1 through Commission5.

Special Notes
  • If your checkout page uses the Secure Protocol (https://) then you must change the Image SRC URL to use https:// rather than http:// and the location where you installed Affiliate Wiz must also support this protocol.  If this is the case then Affiliate Wiz must be installed in a web site that supports the HTTPS protocol.
  • Use Server.URLEncode to properly encode any Country name with spaces.
Relevant Links
If you are linking to PayPal, please click here.
Copyright © 2000-2010 AdComplete.com, LLC All Rights Reserved