how it can be done efficiently. I tried putting it in the text_message but that caused
flagging an error that I was attempting to modify the header. Also I am not sure how to stuff
the customer's email address and order number into the script variables prior to displaying the success html
which uses success.tpl, success.php
Code: Select all
<link rel="stylesheet" href="https://www.resellerratings.com/images/js/dhtml_survey.css" type="text/css" />
<script type="text/javascript">
seller_id = 12345;
inv = "1234";
email_pass = "customer@someplace.com";
document.write('<'+ 'script type="text/javascript" src="https://www.resellerratings.com/images/js/popup_include.js"><\/script>');
</script>