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&#

Re: paypal cart

2008-07-29 Thread Eric Haskins
hone and find out what they wanted > 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 > > > &g

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 delimete

RE: paypal cart

2008-07-29 Thread Chad Gray
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 with a specified delimeter. This way you are > passing one var with all 4 lines. When it returns from the paypal side, > you ca

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
Ok last post, it does work in Firefox and IE. I just had a big typo on my -Original Message- > From: Chad Gray [<a rel="nofollow" href="mailto:[EMAIL">mailto:[EMAIL</a> PROTECTED] > Sent: Tuesday, July 29, 2008 12:39 PM > To: CF-Talk > Subje

RE: paypal cart

2008-07-29 Thread Chad Gray
CF-Talk > Subject: RE: paypal cart > > OH my... You can submit to two different action pages. The index.cfm page > is what is displayed because it was the last function run. > > > > function loginHandler1() > { > document.form1.action = "PayPalTest.cfm&quo

RE: paypal cart

2008-07-29 Thread Chad Gray
"index.cfm"; document.form1.submit(); } Username: Password: > -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 orde

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 t

Re: paypal cart

2008-07-29 Thread Eric Haskins
be printed on the business cart in a > database and assign it a UID that I 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 pa

paypal cart

2008-07-29 Thread Chad Gray
r 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 submitting the PayPal "add to cart" form with javasc