I've been battling this one a long time. I'm using a third party affiliate software program (iDevDirect) and need their JavaScript placed on ShopSite's Thank You page to give credit to my affiliates.
(I'm using ShopSite 10 - Manager)
The code I have loaded in the Thank You page is:
<SCRIPT LANGUAGE="JavaScript">
document.write('<img src=\"https://www.tcpcpartners.com/sale.php?profile=15&idev_saleamt=' +ss_subtotal+ '&idev_ordernum=' +ss_ordernum+ '\" width=\"1\" height=\"1\">');
</script>
The .html code I get on the Thank You page when I test is:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Thank you!</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<META NAME="robots" CONTENT="noindex,nofollow">
<script type="text/javascript" language="JavaScript">
<!--
var ss_ordernum = "1288";
var ss_ordertotal = "1.05";
var ss_subtotal = "1.00";
// -->
</script>
But the affiliate software is still not tracking orders?!? Any advice to potentially trouble-shoot this?
Randall