Details
-
Type:
Bug
-
Status:
Closed
-
Resolution: Canceled
-
Security Level: All-users
-
Labels:None
-
Similar issues:
PSCFI-2655lastname requiredPSCFI-4050last name is requiredPSCFI-5951One Page guest checkout 7 errorsPSCFI-6017Fatal error (Customer -> lastname is empty)PSCFI-4525country ID is requiredPSCFI-3369URGENT :Customer Registration Form Error: ->There is 1 error : This country requires a state selection.PSCFI-5723newsletter_date_add is required & optin is required.PSCFI-262SVN 1.4.0.7 (4178) Table mydatabase.ps_required_field' doesn't exist SELECT id_required_fiel
Description
I am new on PrestaShop my presta website was working fine suddenly stop working to register new customer I have been reading and post to forum non of them help me. My website is www.investide.co.za I get problem when I register new customer I get the following Error "There is 1 error :lastname is required. but I have filed everything. I tried to enable Instant Checkout without registration also is doing the same thing with another error
There are 2 errors :
You must register at least one phone number
phone is required.
Hello!
I checked out your site and tryed to registre. There are no Last name field in "Your address" section.
Have you edited authentication.tlp file? Because I think you have missing this lines-
<p class="required text">
<label for="lastname">{l s='Last name'}</label>
<input type="text" class="text" id="lastname" name="lastname" onblur="$('#customer_lastname').val($(this).val());" value="{if isset($smarty.post.lastname)}{$smarty.post.lastname}{/if}">
<input type="hidden" class="text" id="customer_lastname" name="customer_lastname" value="{if isset($smarty.post.lastname)}{$smarty.post.lastname}{/if}">
<sup>*</sup>
</p>