magento 1.9.1 please make sure your passwords match -
this seems weird when check mage model's customer class method there getpasswordconfirmation()
, when check extension files there no trace of such method or getconfirmation()
method. above error try place order. can give me suggestions or guesses? appreciated. thanks.
it javascript validation message generated validation.js
file:
in validation.js
file (probably around line 529) for:
['validate-cpassword', 'please make sure passwords match.', function(v) {
if don't want validation remove validate-cpassword
(pay attention letter c in cpassword!) html class definition of form in .phtml
file (should billing.phtml
). in line:
<input type="password" name="billing[confirm_password]" title="<?php echo $this->__('confirm password') ?>" id="billing:confirm_password" class="input-text required-entry validate-cpassword" />
Comments
Post a Comment