ValidationPrefix
Key value:
A, P or ""
Description:
Validation does work with Access numbers in the E-Commerce pages. It works with either pass or access numbers unless the online user also enters the pass/access prefix (then it can work with both simultaneously)
Example:
• If you only want to allow validation in E-Commerce module with only access numbers, set the following:
ValidationPrefix = A
And, set the following in your ww.INI file:
[Validation]
SalesEZ=127.0.0.1:4203 (substitute the ip address of the computer where SalesEZ is installed)
Location=ecommerce
NoDecryptPrefixes='A'
Then, have the user enter the access number with no prefix in the Validation text box on the E-Commerce pages to perform the validation.
• If you only want to allow validation in E-Commerce module with pass numbers, set the following:
ValidationPrefix = P
And, set the following in your ww.INI file:
[Validation]
SalesEZ=127.0.0.1:4203 (substitute the ip address of the computer where SalesEZ is installed)
Location=ecommerce
NoDecryptPrefixes='P'
Then, have the user enter the pass number with no prefix in the Validation text box on the E-Commerce pages to perform the validation.
• To allow validation using either access and pass numbers set the following:
ValidationPrefix = ""
And set the following in your ww.INI file:
[Validation]
SalesEZ=127.0.0.1:4203 (substitute the ip address of the computer where SalesEZ is installed)
Location=ecommerce
NoDecryptPrefixes='A,P'
Then, have the user enter either A####### or P####### in the Validation text box in the E-Commerce pages to perform the validation. Of course, it would be best to have the letter A or P printed on the actual access or pass item so that the online user doesn’t have to guess which one to enter with the number.
See also: