Information Systems:Input validation in Web Orders cart
Background
When placing a web order, there exist multiple fields on the cart page during check-out which are optional for the customer to fill in (mostly for internal reference purposes). Namely, these are header text and customer PO number. Being optional, it previously did not matter what was entered into these fields, except it was discovered recently that the PO field is part of the data transmitted to Atlas, and non-alphanumeric characters in the field would corrupt the entire job file (drivers would end up with no manifest for the afternoon run). Thus, the PO field is now validated to only allow for alphanumeric characters, and a few common symbols. The presence of invalid characters will cause an error and prevent the submission of the order until corrected.
Notes and considerations
For Customer Service
- Customers may call in about this new error if they are accustomed to typing (or copy/pasting) text into this field with odd symbols/character. The fix is to simply remove symbols and attempt to submit the order again.
- The error box is at the bottom of the page. Users with low-resolution monitors may need to scroll down to see the error message.
- This applies to a very small minority of web users.