Issue with the Other Payment form when using the built-in PayPal Pro module

Issue with the Other Payment form when using the built-in PayPal Pro module

If you are using the built-in PayPal Website Payment Pro (paypalprodpshopcheckout.asp) and receive an error when selecting an "Other Payment" while leaving the "Comment Box" empty, the following fix will need to be applied to paypalprodpshopcheckout.asp

1. Open the file "paypalprodpshopcheckout.asp" using a text editor and locate the following code:

(Approximately located on line 331)
paymenturl=""

2. Now, add the following code below :

if stromore = "" then
stromore = "-"
end if


Times Viewed:
2417
Added By:
Frank
Date Created:
7/21/2011
Last Updated:
7/21/2011