Jump to content

Guest checkout cant use same email next order


Recommended Posts

Hi,

 

Please, Lets not make this a question about allowing guest checkout without registering or not. :)

By reasons, I want to allow my customers to buy without they feel they must register.

However, When a non registered customer get back again to make a new buy, that customer can not use the same e-mail address, because system says there already is an account registered with that email address.
So, my customer​ think they have been fooled by us, registering their information without their knowledge/will.
Is there a way allowing an email address being used several times for guest checkout?

Thanks

Anders

Link to comment
Share on other sites

the only solution is to modify the process, and hide the email input and set a default email with a random mail. Like
 
 
 

{assign var="varIn" value=1}
{assign var="varOut" value=10} 
{random in=$varIn out=$varOut assign="yourVar"} 
 
<input type="hidden" class="is_required validate form-control" data-validate="isEmail" id="guest_email" name="guest_email" value="domain@test{$yourVar}"/>
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...