As I can integrate WHMCS to shopperapproved.com - PLEASE HELP ME
I want add my code script shopperapproved on WHMCS Before of complete order of my clients
example
https://www.clients.ddoshostingprotection.com/cart.php?a=complete
I modify file
/home/xxxxxx/public_html/clients/templates/orderforms/cart/complete.tpl
add my CODE
============
<script type="text/javascript"> var sa_values = { 'site':11071 }; function saLoadScript(src) { var js = window.document.createElement('script'); js.src = src; js.type = 'text/javascript'; document.getElementsByTagName("head")[0].appendChild(js); } var d = new Date(); if (d.getTime() - 172800000 > 1399671955000) saLoadScript('//www.shopperapproved.com/thankyou/rate/11071.js'); else saLoadScript('//direct.shopperapproved.com/thankyou/rate/11071.js?d=' + d.getTime()); </script>
BUT NOTHING NOT LOAD MESSAGE SCRIPT when my clients completed order.
Question : who can tell me what file change on whmcs
attached 1 image of setup on www.shopperapproved.com