farao556 Posted October 24, 2011 Share Posted October 24, 2011 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 More sharing options...
farao556 Posted October 24, 2011 Author Share Posted October 24, 2011 anyone Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted October 24, 2011 Share Posted October 24, 2011 Did you remove that field? It should be there by default. If you didn't remove it then your file is contaminated and needs to be uploaded again. I would just upload that particular file. Marty Shue Link to comment Share on other sites More sharing options...
farao556 Posted October 24, 2011 Author Share Posted October 24, 2011 No i didnt remove it?:S which file should i reupload? Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted October 25, 2011 Share Posted October 25, 2011 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 More sharing options...
Recommended Posts