Jump to content

6.1 complete order button not working in chrome


Bassthing

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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}">

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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