Jump to content

ddosprotection

Member
  • Posts

    3
  • Joined

  • Last visited

About ddosprotection

ddosprotection's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. I want add script to my Order Confirmation page WHMCS i modify file complete.tpl and add my script popup of www.shopperapproved.com /home/xxxxxx/public_html/clients/templates/orderforms/cart/complete.tpl but nothiing not work script on file completed.tpl attached image of setup shopperapproved.com
  2. 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
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated