Prestashop Core Application V1.4

There is 1 error :lastname is required

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Resolution: Canceled
  • Security Level: All-users
  • Labels:
    None
  • Similar issues:
    PSCFI-2655 lastname required
    PSCFI-4050 last name is required
    PSCFI-5951 One Page guest checkout 7 errors
    PSCFI-6017 Fatal error (Customer -> lastname is empty)
    PSCFI-4525 country ID is required
    PSCFI-3369 URGENT :Customer Registration Form Error: ->There is 1 error : This country requires a state selection.
    PSCFI-5723 newsletter_date_add is required & optin is required.
    PSCFI-262 SVN 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.

Activity

Hide
Artizzz Artizzz added a comment - 26/Sep/11 2:24 AM

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>

Show
Artizzz Artizzz added a comment - 26/Sep/11 2:24 AM 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>
Hide
khabza added a comment - 26/Sep/11 11:08 AM

Can I post my authentication.tlp is there but does not show on front end. Can you suggest the way forward to find the solution. or can I create FTP Access for you to check for me.

Show
khabza added a comment - 26/Sep/11 11:08 AM Can I post my authentication.tlp is there but does not show on front end. Can you suggest the way forward to find the solution. or can I create FTP Access for you to check for me.
Hide
khabza added a comment - 26/Sep/11 1:57 PM

Thank you for help. There was one line on code before the one you send me I have commented it Start showing. You have gave me the vision to diagnose error. here is the line I comment "{elseif $field_name eq "lastname"}"

Show
khabza added a comment - 26/Sep/11 1:57 PM Thank you for help. There was one line on code before the one you send me I have commented it Start showing. You have gave me the vision to diagnose error. here is the line I comment "{elseif $field_name eq "lastname"}"
Hide
Damien METZGER added a comment - 21/Dec/12 2:55 PM

Hello,

We released PrestaShop 1.4.8 and 1.4.9 since this issue has been submitted.
The bug has probably been fixed either in one of those versions or in the next major version: 1.5.3.

If you still reproduce the issue in the 1.4.9, please submit it again, we will gladly check it out.

Regards,

Show
Damien METZGER added a comment - 21/Dec/12 2:55 PM Hello, We released PrestaShop 1.4.8 and 1.4.9 since this issue has been submitted. The bug has probably been fixed either in one of those versions or in the next major version: 1.5.3. If you still reproduce the issue in the 1.4.9, please submit it again, we will gladly check it out. Regards,

People

  • Assignee:
    Unassigned
    Reporter:
    khabza
Vote (0)
Watch (0)

Dates

  • Created:
    25/Sep/11 9:50 PM
    Updated:
    24/Jan/13 11:27 AM
    Resolved:
    21/Dec/12 2:55 PM