transpower Posted January 27, 2006 Posted January 27, 2006 I'm working on a FileMaker Web shopping database which will tie in with PayPal. I downloaded PayPal's 116 page PDF on how to integrate with a standard HTML site. It appears that all that's really necessary is to calculate a URL link www.paypal.com/xclick/...with a set of PayPal variables following. Has someone accomplished this already? How well does it work?
dannyg Posted February 3, 2006 Posted February 3, 2006 This may not be relevant anymore but I did this in Ver 5.5. As I remember you just have to pass the variables through. I know both FM and PayPal have evolved since the time I did this, but I just wanted to pass along my experience. Dan
transpower Posted February 4, 2006 Author Posted February 4, 2006 Thanks, Dan, that's what I'm doing; I just wanted to hear from someone who's done it before.
Ricardo Posted February 8, 2006 Posted February 8, 2006 Can i ask exactly how you did this please? This may be something i can look at using for a solution i am working on. Thanks in advance
transpower Posted February 8, 2006 Author Posted February 8, 2006 Ricardo: The script calculates the following URL. "https://www.paypal.com/xclick/[email protected]&" & "quantity=1&" & "item_name=Selected+Transpower+Product(s)&" & "invoce=" & Order 2::orderID & "&amount=" & Order 2::zv_totalOrder_u & "&address1=" & Customer 2::addrBillBldgNumber & " " & Customer 2::addrBillStreet & "&address2=" & Customer 2::addrBillStreet2 & "&city=" & Customer 2::addrBillCity & "&state=" & Customer 2::addrBillState & "&zip=" & Customer 2::addrBillZipCode & "&email=" & Customer 2::accountNumber & "&first_name=" & Customer 2::nameFirst & "&last_name=" & Customer 2::nameLast Please note that you must substitute your own e-mail address and your own table::fields. Le me know how yours works out.
Recommended Posts
This topic is 7132 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now