Validate User profile address,Billing address and shipping address

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
8 years ago
Hello,

our current e-Commerce application using NopCommerce. We would like to add a address validation functionality in my current application.

Can anyone suggest , does NOP has address validation functionality? if not, can you suggest me a plugin which does address validation?

Thanks,
Chada.
8 years ago
Actually what kind of validation you need. It is not default functionlity. Tell us your validation rquirement. Then people can give you suggestion. Meanwhile you can set those rules and check this
Set if 'Street address' is enabled.'Street address' enabled:  
Check if 'Street address' is required.'Street address' required:  
Set if 'Street address 2' is enabled.'Street address 2' enabled:  
Check if 'Street address 2' is required.'Street address 2' required:  
Set if 'Zip / postal code' is enabled.'Zip / postal code' enabled:  
Check if 'Zip / postal code' is required.'Zip / postal code' required:  
Set if 'City' is enabled.'City' enabled:  
Check if 'City' is required.'City' required:  
Set if 'Country' is enabled.'Country' enabled:  
Set if 'State/province' is enabled.'State/province' enabled:
8 years ago
given user billing and shipping address needs to verify whether those are valid (to avoid shipment to wrong address)
7 years ago
Nop Does not provide address validation. it accepts some random city with random postal code. I am looking for the address validation as well. it seems that I would need to go for options like UPS Address Validation API and integrate with NOP
5 years ago
how you do that??When will u pass the address to api endpoint?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.