Bert Jans Posted April 14, 2015 Share Posted April 14, 2015 Hi, Ik maak gebruik van 1.6.0.11 en wil het veld "Birthday" verplicht maken als ik een nieuwe account creëer. Ik deed enkele aanpassingen maar struikel over het feit dat hij blijft hangen in de fout: "Er dient een verjaardag ingevuld te worden" terwijl ik dit doe. Ik kom er dus niet door. Na wat googelen heb ik de volgende wijzigingen gedaan in : Classes/Customer.php: 'birthday' => array('type' => self::TYPE_DATE, 'validate' => 'isBirthDate', 'required' => true), en in: themes/authentication.tpl: {$HOOK_CREATE_ACCOUNT_TOP} ‘Date of Birth’. <div class = “required form-group”> and added an * … s=’Date of Birth’} <sup>*</sup></label> Heeft iemand enig idee wat ik over het hoofd zie? Alvast bedankt. Link to comment Share on other sites More sharing options...
delete-account-pleas Posted April 28, 2015 Share Posted April 28, 2015 lijkt me vrij simpel en kan je wijzigen door enkel je template files te wijzigen. bijvoorbeeld: Originele code <select id="days" name="days" class="form-control"> Required code <select id="days" name="days" class="form-control" required> nu moet je verplicht de dag aangeven, doe dit voor maand en jaar en je bent klaar 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