Bassthing Posted September 26, 2015 Share Posted September 26, 2015 Hi, Ive updated to 6.1 and am having-issues with the "complete order" button on the cart.php?a=checkout page in Chrome browser Basically isnt doing anything. In the Chrome console im getting this error cart.php?a=checkout:1 An invalid form control with name='loginemail' is not focusable. Ive tested IE11 and Firefox and it works as it should and form is processed. I have tested on my dev install with template "six" as well as my custom template and my soon to be live site with the same both templates. Each time the form doesn't do anything except throw up the "not focusable" error in the console any ideas how to make this work, I have have had a look for the cart.tpl file but cant find it in an attempt to fix (if indeed i can) is anyone else having the same issue and if so how did you fix it? Many thanks 0 Quote Link to comment Share on other sites More sharing options...
Jari Posted September 26, 2015 Share Posted September 26, 2015 I have the same problem when using template Six with CloudSlider, Premium Comparison, Pure Comparison or Standard Cart order form templates. All the older order templates are working fine. I tested this also with a clean installation of WHMCS 6.1 0 Quote Link to comment Share on other sites More sharing options...
jonl Posted September 28, 2015 Share Posted September 28, 2015 I am experiencing this issue too. Any of you had luck correcting this? 0 Quote Link to comment Share on other sites More sharing options...
jclarke Posted September 28, 2015 Share Posted September 28, 2015 A quick fix for this until WHMCS resolves this issue is to edit the standard_cart/checkout.tpl file find this line: <input type="email" name="loginemail" id="inputLoginEmail" class="field" placeholder="{$LANG.orderForm.emailAddress}"> And remove type="email" <input name="loginemail" id="inputLoginEmail" class="field" placeholder="{$LANG.orderForm.emailAddress}"> 0 Quote Link to comment Share on other sites More sharing options...
Bassthing Posted September 28, 2015 Author Share Posted September 28, 2015 I managed to get it working by changing the default order form in General-setup-ordering to modern then selecting the Premium Comparison in the product group. when it wasn't working I had Premium Comparison as the default and selected also in the product category. 0 Quote Link to comment Share on other sites More sharing options...
KaiS Posted October 12, 2015 Share Posted October 12, 2015 A quick fix for this until WHMCS resolves this issue is to edit the standard_cart/checkout.tpl file Thanks for the workaround. 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.