Passing the customer to paypal

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
jedthefed
Posts: 8
Joined: Sun Jun 26, 2011 1:07 am

Passing the customer to paypal

Post by jedthefed » Sun Jun 26, 2011 2:20 am

Hello

I can not figure out how to pass a user to paypal. In php I just used a series of echo commands to pass the following form to paypal. How do I do this in Live Code?

When I create a button in paypal it gives me the html code to create a form. How do i display and execute this button in livecode?

I tried to post the form code generated at paypal into this message but I do not have permission to post links or domain/page references?

shaosean
Posts: 906
Joined: Thu Nov 04, 2010 7:53 am

Re: Passing the customer to paypal

Post by shaosean » Sun Jun 26, 2011 3:38 am

You could always use the revBrowser external to display the paypal transaction

jedthefed
Posts: 8
Joined: Sun Jun 26, 2011 1:07 am

Re: Passing the customer to paypal

Post by jedthefed » Sun Jun 26, 2011 12:50 pm

shaosean wrote:You could always use the revBrowser external to display the paypal transaction
Thank you for your responce.

I have not heard of this browser. Are their any examples or instructions I can refference.

Jed

shaosean
Posts: 906
Joined: Thu Nov 04, 2010 7:53 am

Re: Passing the customer to paypal

Post by shaosean » Sun Jun 26, 2011 1:25 pm

I believe there is a sample stack included with the installation of RunRev

townsend
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 430
Joined: Sun Feb 13, 2011 8:43 pm

Re: Passing the customer to paypal

Post by townsend » Sun Jun 26, 2011 3:31 pm

Here's the link: Browser Sampler

It's a great stack-- lots lots of explanations-- lots of code.

jedthefed
Posts: 8
Joined: Sun Jun 26, 2011 1:07 am

Re: Passing the customer to paypal

Post by jedthefed » Tue Jun 28, 2011 3:29 am

Thank you for that :)

Jed

Post Reply