Jump to content

There is 1 error : You must register at least one phone number


Recommended Posts

When i try to create a new customer account then it gives me this error:

There is 1 error :

  • You must register at least one phone number

 

But it dont have field where you can write your telephone number?

anyone have an idea

Many trhanks for prestashop for this most beatufiel bussines app

Link to comment
Share on other sites

Upload a new 'order-opc-new-account.tpl'. Or, if you wish you can just copy and paste the following phone number code into your current file.

 

<p class="text">
 <label for="phone">{l s='Home phone'}</label>
 <input type="text" class="text" name="phone" id="phone" value="{if isset($guestInformations) && $guestInformations.phone}{$guestInformations.phone}{/if}" /> <sup>*</sup>
   </p>
   <p class="text is_customer_param">
 <label for="phone_mobile">{l s='Mobile phone'}</label>
 <input type="text" class="text" name="phone_mobile" id="phone_mobile" value="" />
   </p>

 

Hope that works!

 

Marty Shue

Link to comment
Share on other sites

×
×
  • Create New...