paypal cart

2008-07-29 Thread Chad Gray
, I have it so they fill out the form and enter their info then submit it to a CF page that enters the info into the database. On this page I would like for the UID of the item to be added to the PayPal cart. I have tried submitting the PayPal add to cart form with javascript with OnLoad

Re: paypal cart

2008-07-29 Thread Eric Haskins
would pass to PayPal so I could look up what the user typed in. Well, I have it so they fill out the form and enter their info then submit it to a CF page that enters the info into the database. On this page I would like for the UID of the item to be added to the PayPal cart. I have tried

RE: paypal cart

2008-07-29 Thread Chad Gray
then adding the item to the paypal cart and do it on one page. If I use their form the data is submitted to them and they cannot store all of it. If I submit the form to an action page I write then I cannot submit the paypal cart form to add the item to the paypal cart. Can a form be submitted to two

RE: paypal cart

2008-07-29 Thread Chad Gray
-Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2008 12:02 PM To: CF-Talk Subject: RE: paypal cart IPN seems to just pass back the final order info so you can see what they ordered. By base64 encoding your array are you making it smaller

RE: paypal cart

2008-07-29 Thread Chad Gray
Well it works in IE at least. In firefox I get an error missing } in XML expression [Break on this error] document.form1.action = PayPalTest.cfm;\n -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2008 12:27 PM To: CF-Talk Subject: RE: paypal

RE: paypal cart

2008-07-29 Thread Chad Gray
Ok last post, it does work in Firefox and IE. I just had a big typo on my script declaration. -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2008 12:39 PM To: CF-Talk Subject: RE: paypal cart Well it works in IE at least. In firefox I get

Re: paypal cart

2008-07-29 Thread William Seiter
Simple hack might be to have a 'hidden field' on your form that concats the 4 fields into 1 field with a specified delimeter. This way you are passing one var with all 4 lines. When it returns from the paypal side, you can 'parse' the data into four lines again using the specified delimeter.

RE: paypal cart

2008-07-29 Thread Chad Gray
: Re: paypal cart Simple hack might be to have a 'hidden field' on your form that concats the 4 fields into 1 field with a specified delimeter. This way you are passing one var with all 4 lines. When it returns from the paypal side, you can 'parse' the data into four lines again using

Re: paypal cart

2008-07-29 Thread Claude Schneegans
Simple hack might be to have a 'hidden field' on your form that concats the 4 fields into 1 field with a specified delimeter. This way you are passing one var with all 4 lines. When it returns from the paypal side, you can 'parse' the data into four lines again using the specified

Re: paypal cart

2008-07-29 Thread Eric Haskins
printed on the cards. -Original Message- From: William Seiter [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2008 1:39 PM To: CF-Talk Subject: Re: paypal cart Simple hack might be to have a 'hidden field' on your form that concats the 4 fields into 1 field

RE: paypal cart

2008-07-29 Thread Chad Gray
could submit to a page that does the database insert then have them click the PayPal Cart button to add it to the shopping cart, but why make them submit twice? The Custom field in the IPN is 200 characters and I will probably will use it for a backup, but 200 characters is not a lot and I don't