Kilobaid Posted February 14, 2010 Share Posted February 14, 2010 As dori sa aflu cum si daca se poate ca atunci cand se inregistreaaza un client {cand da comanda} sa fie nr de tel. obligatoriu pus pentru a trece mai departe. Link to comment Share on other sites More sharing options...
Abh Posted February 14, 2010 Share Posted February 14, 2010 http://www.prestashop.com/forums/viewthread/33592/general_discussion/can_telephone_number_be_made_mandatory_during_checkout Link to comment Share on other sites More sharing options...
valentin.g Posted February 15, 2010 Share Posted February 15, 2010 modifica authentication.tpl din tema ta astfel :in loc de {l s='Home phone'} <input type="text" class="text" name="phone" id="phone" value="{if isset($smarty.post.phone)}{$smarty.post.phone}{/if}" /> {l s='Mobile phone'} <input type="text" class="text" name="phone_mobile" id="phone_mobile" value="{if isset($smarty.post.phone_mobile)}{$smarty.post.phone_mobile}{/if}" /> sa apara numai {l s='Home phone'} <input type="text" class="text" name="phone" id="phone" value="{if isset($smarty.post.phone)}{$smarty.post.phone}{/if}" /><sup>* vezi ca am adauga si *apoicauta linia urmatoare in classes/address.php si adauga in plus si campul 'phone' protected $fieldsRequired = array('id_country', 'alias', 'lastname', 'firstname', 'address1', 'postcode', 'city', 'county', 'phone'); Link to comment Share on other sites More sharing options...
Kilobaid Posted February 15, 2010 Author Share Posted February 15, 2010 Multumesc de raspuns , a dat la un moment dat "Invalid Conuntry" la register dar am scos " id_country si country" de obligatoriiiO zi placuta Link to comment Share on other sites More sharing options...
sidro Posted February 16, 2010 Share Posted February 16, 2010 te rog editeaza primul post si scrie in fata titlului [REZOLVAT] Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now