Page 1 of 1

Product Options - Regular Expression Validation Required

Posted: Wed Sep 01, 2010 5:23 am
by Dylan
Hi,

How would I go about writing a Regular Expression Validation for a product option in the
ProductHelper. BuildProductOptions I have changed he controls to text boxes and I want the user to enter a positive integer with no decimal points.



Thanks

Dylan

Re: Product Options - Regular Expression Validation Required

Posted: Thu Sep 02, 2010 5:03 am
by mazhar
Read following thread viewtopic.php?f=42&t=13916
Most of the things would be same the only difference is that you will use regular expression validator instead of required or custom validators.