OswaldRunner Posted October 20, 2015 Share Posted October 20, 2015 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 More sharing options...
shacker Posted October 24, 2015 Share Posted October 24, 2015 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now