HomeHome Product Discus... Product Discus...Payment Registr...Payment Registr...cancan't process non-USA donations due to zip code requirements
Previous
 
Next
New Post
1/15/2012 12:17 PM
 

We have DNN 5.6 and Smith Payment Registration Pro 4.22.0 installed and are running into the following issue:

On step 2 of the donation process where the user enters their billing address we have an Australian address trying to be entered for a donation but the zip code box says "5 digits required" or something to that affect and won't let them click the button to donate EVEN though this is an Australian postal code and they only use 4 characters and not 5!

How do we get around this?

Thanks!

 
New Post
1/16/2012 1:55 PM
 

Try opening the step1.ascx page and remove or comment the following zip code validator should work for you:
 

<asp:RegularExpressionValidator ID="revtxtParentZip" runat="server" ControlToValidate="txtParentZip" ErrorMessage=" Zip minimum of 5 digits" ValidationExpression=".{5}.*" Display="Dynamic"/>
 

We have commented this in the next release.

 

 


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
1/17/2012 1:00 PM
 

Thanks! Trying that today.

 
New Post
1/17/2012 1:04 PM
 
Do I need to edit that file in the zip file and reupload the module? I edited it on the web server and saved it and restarted DNN but the site still says the zip code has to be at least 5 digits long! Thanks for any help!
 
New Post
1/18/2012 4:19 PM
 
Hi Andrew,

No need to re-install the module, if you changes have not taken affect try Restarting the Application through the Host settings and Reset iis or reboot your server.

Thanks,
 
Previous
 
Next
HomeHome Product Discus... Product Discus...Payment Registr...Payment Registr...cancan't process non-USA donations due to zip code requirements