This topic has 5 replies, 4 voices, and was last updated 7 years, 6 months ago ago by Rose Tyler
When a user checks out, he/she can not use an emailaddress with a dot, such as:
– george.vanroom@rokxgroup.com
– g.vanroom@gmail.com
Notification:
BILLING EMAIL ADDRESS IS A REQUIRED FIELD.
I changed theme with twentyfifteen and than the problem was solved. Can you help?
Hello,
You need edit the file js/etheme.js,
change the string:
http://prnt.sc/ea90t6
to this:
http://prnt.sc/ea924s
if ( atpos<1 || dotpos<1 || val == '' ) {
messages.push( arr['email_field'] );
}
Let us know the result.
Regards,
Eva Kemp.
Hello,
I am having the exact same problem on https://www.trendyoffers.shop/
The editing of the file js/etheme.js did not solve the problem.
Could you please advice?
Best,
Flore
Hello,
I figured it out. There is a difference between the code posted and the code in the screenshot.
That code from the screenshot works. The other one doesn’t (there are two blanks too many).
The correct code ist:
if ( atpos<1 || dotpos<1 || val == ” ) {
messages.push(arr[’email_field’]);
}
Best,
Flore
Hello, @Dousseaud,
I’m glad that you sorted out.
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up