tags:

views:

22

answers:

0

well, i am pretty sure i am an imbecile since i cant get it to work :/ i am using their wizard and following their steps but i just cant figure it out.

i am trying to have the Express Checkout with 2 methods:

  1. PayPal checkout on the shopping cart.
  2. PayPal as a payment option.

i did:

  1. downloaded the expresscheckout.asp & paypalfunctions.asp
  2. set my API credentials in paypalfunctions.asp
  3. put the total amount in Session("Payment_Amount")
  4. changed my form to POST action="expresscheckout.asp" and added paypal submit button thingy.

but when i checkout it goes to expresscheckout.asp and nothing happens. page is all white.

i know 2. PayPal as a payment option is not sopposed to work since i didnt add the code needed. but 1. PayPal checkout on the shopping cart should be working as much as i could understand.