Product Options - Regular Expression Validation Required

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
Dylan
Ensign (ENS)
Ensign (ENS)
Posts: 5
Joined: Wed Jun 23, 2010 6:39 am

Product Options - Regular Expression Validation Required

Post by Dylan » Wed Sep 01, 2010 5:23 am

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

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Product Options - Regular Expression Validation Required

Post by mazhar » Thu Sep 02, 2010 5:03 am

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.

Post Reply