<br>Hi everyone,<br><br>First off I'd like to say thank you for the past help.<br>This forum has been a very valuable tool, for an otherwise difficult situation.<br><br>I have had to add an unsupported Creditcard processor to my confirm.asp page. <br><br>I'm getting a vbscript compilation error 800a0401<br>expected end of statement<br>Ssl/confirm.asp line 250<br>Else TransMethod = "PayWay" and PAYMENT_METHOD = <br>"CREDIT" Then Call PayWayProc<br>---------^<br><br>This happens when I try to order from my site which is live.<br><br>Here is a portion of how the script looks and the processor I added was PayWay.<br><br>Elself TransMethod = "PCAuthorize" and PAYMENT_METHOD = "CREDIT" Then Call PCAuthProc<br>Elself TransMethod = "CyberCash" and PAYMENT_METHOD = "CREDIT" Then Call CyberCashProc<br>Elself TransMethod = "PaymentNet" and PAYMENT_METHOD = "CREDIT" Then Call PaymentNetProc<br>Else TransMethod = "PayWay" and PAYMENT_METHOD = "CREDIT" Then Call PayWayProc<br><br>End If<br><br>(there is an opening If and the problem seems to be with<br>the condition Then where the PayWay processor line is.)<br>I'm wondering if using Then with Else is not acceptable?<br>I beating my head against my monitor here..lol<br><br>Thanks again and all the help is appreciated! Debbs<br><br>