Jump to content

Customer cannot create account


Recommended Posts

Please can anybody assist me.

I am using version 1.5.3.1 and from the front office, customers trying to signup or create an account during checkout are blocked from the process with a 'You must register at least one phone number' error. but there is no phone number field to fill being displayed. Thank you.

 

www.cardoctornigeria.com/shop/

Link to comment
Share on other sites

Hi,

 

Please, check your theme authentification.tpl for

 

<p class="text">

<label for="phone">{l s='Home phone'}</label>

<input type="text" class="text" name="phone" id="phone" value="{if isset($smarty.post.phone)}{$smarty.post.phone}{/if}" />

</p>

<p class="{if $one_phone_at_least}required {/if} text">

<label for="phone_mobile">{l s='Mobile phone'}{if $one_phone_at_least} <sup>*</sup>{/if}</label>

<input type="text" class="text" name="phone_mobile" id="phone_mobile" value="{if isset($smarty.post.phone_mobile)}{$smarty.post.phone_mobile}{/if}" />

</p>

 

Best regards.

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...