Code for making the comment field required on checkout page in magento 1 - Magesan

Code for making the comment field required on checkout page in magento 1

Code for making the comment field required on checkout page in magento 1

Note : put this code in skin/frontend/default/your_theme/js/ your_theme /opc/checkout.js

var commentform = new Validation('comment-form', { onSubmit : false, stopOnFirst : false, focusOnError : false});
if (!commentform.validate()){				  		 		 
	return false;
}

Leave a Reply

Your email address will not be published. Required fields are marked *.

*
*
You may use these <abbr title="HyperText Markup Language">HTML</abbr> tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>