additional allowable characters
I've added additional allowable characters in the Server Validation alphanumeric validation
$WAFV_Errors .= WAValidateAN(((isset($_POST["ccSeller1"]))?$_POST["ccSeller1"]:"") . "",true,true,true,true,", . - _ &",true,1);
however, customers seem to still be getting validation errors when using those characters.