Search found 8 matches

by jedthefed
Mon Jul 11, 2011 9:58 pm
Forum: Talking LiveCode
Topic: How to convert html code into runrev script
Replies: 12
Views: 9106

Re: How to convert html code into runrev script

Hi Jed, The length of the URL depends on the server configuration, usually it is 1024 bytes, sometimes it is 256 bytes, sometimes there is no limit. I don't think that PayPal has a limit. If there is one, you will probably see an error message. You can also use PHP to make a dynamic form, which lis...
by jedthefed
Tue Jun 28, 2011 3:29 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Passing the customer to paypal
Replies: 5
Views: 3987

Re: Passing the customer to paypal

Thank you for that :)

Jed
by jedthefed
Sun Jun 26, 2011 3:03 pm
Forum: Talking LiveCode
Topic: How to convert html code into runrev script
Replies: 12
Views: 9106

Re: How to convert html code into runrev script

Thanks Mark, That does makes sence now. Is there a limitation on how long the url can be? Say someone bought 15 items. In php I had a nice list of all 15 items in the cart. Is this possible using this method or should I just use "your Order" or something like that as the item decription. Then the pr...
by jedthefed
Sun Jun 26, 2011 2:41 pm
Forum: Talking LiveCode
Topic: How to convert html code into runrev script
Replies: 12
Views: 9106

Re: How to convert html code into runrev script

Jed, See my previous answer. Kind regards, Mark I appreciate your efforts, but pointing me back to an answer a second time that I already don't understand doesn't help much. I see what your getting at and I understand what i need to do. But how to do it, i do not understand. Building a url and laun...
by jedthefed
Sun Jun 26, 2011 1:48 pm
Forum: Talking LiveCode
Topic: How to convert html code into runrev script
Replies: 12
Views: 9106

Re: How to convert html code into runrev script

Thank you for your response. I have figured out how use a preconfigured PayPal button. The issue is that I have a form and people can select any combination of 22 different items. Combining items changes the total as well as the shipping there is a standard shipping fee for each item. But when you a...
by jedthefed
Sun Jun 26, 2011 12:50 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Passing the customer to paypal
Replies: 5
Views: 3987

Re: Passing the customer to paypal

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
by jedthefed
Sun Jun 26, 2011 2:20 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Passing the customer to paypal
Replies: 5
Views: 3987

Passing the customer to paypal

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...
by jedthefed
Sun Jun 26, 2011 1:19 am
Forum: Talking LiveCode
Topic: How to convert html code into runrev script
Replies: 12
Views: 9106

Re: How to convert html code into runrev script

Can anyone be more clear on this as I am a newbie. I have a simular form to bring up in paypal but I am unclear how to do it. It is mentioned use launch URl command. Do i insert my entire form html code into one launchurl command? Actually after reading this a few more times this person is calling u...