aptohosting Posted August 18, 2009 Share Posted August 18, 2009 Has anyone had the issue with LiveZilla software causing the checkout/order process to fail or not work properly? I had to disable the tracking feature in LiveZilla so that that everything would work correctly. Any help would be appreciated! Thank you 0 Quote Link to comment Share on other sites More sharing options...
DedicatedPros Posted August 18, 2009 Share Posted August 18, 2009 If what you mean is the page forwarding than yes, because when you add scripts to the header.tpl file it will fook up the gateway forwarding. I've fixed this issue by changing the document.forms variable in my forwardpage.tpl file. Its located in /whmcs_dir/templates/template_dir/forwardpage.tpl Now someone said to change this: document.forms[0].submit() To: document.forms[1].submit() But that did not work for me in WHMCS v4, however this did fix it: document.forms[2].submit() 0 Quote Link to comment Share on other sites More sharing options...
aptohosting Posted August 18, 2009 Author Share Posted August 18, 2009 Thanks man, I will have to try it! 0 Quote Link to comment Share on other sites More sharing options...
aptohosting Posted August 18, 2009 Author Share Posted August 18, 2009 Actually I forgot to mention that I am using the "singlepage" order form... that fix reason didn't work. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.