View
 

ShareASale

Page history last edited by Eugene 1 year, 3 months ago
This mod is used to track affiliates through shareASale.com, but could easily be changed to use other schemes.
 
It needs jQuery which you may or may not have on your site. If not add the following lines to your html header.
 
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script> 
<script language="javascript" type="text/javascript"> 
    $j = jQuery.noConflict();
</script>


Then the important files. You can use the existing links to them or upload them to your site.
 
<script src="http://www.ciedesign.co.uk/temp/ecwidCommon.js" type="text/javascript"></script>
<script src="http://www.ciedesign.co.uk/temp/shareASaleLIVE.js" type="text/javascript"></script>
 
Finally add this to your HTML header.
 
<script type="text/javascript">
<!--
    var sasMerchantNumber = 25411;
// -->
</script>

 

Change the number to your shareASale account number, and test it. Hopefully you'll get a success message! 

 

Thank you Craig Cooper for this great mod.

If you have any questions, ask them in this forum thread: http://www.ecwid.com/forums/showthread.php?t=538