Chad,

I guess I am kind of lost as to what the problem or what your trying to do
then. I have used paypal in many apps and have had no problem storing the
customers order in a db sending the data to paypal with the itemid being
their cart/orderid. Then paypal IPN notifing my cart the txn was successful.

All the data is in the db that they typed without it being truncated.

Eric




On Tue, Jul 29, 2008 at 2:13 PM, Chad Gray <[EMAIL PROTECTED]> wrote:

> I thought of that, but they also only allow like 80 characters per option.
>  So there is a chance that information could get truncated.
>
> I think the form submitting to two action pages is going to work.  I have
> not found a problem with it yet.  Of course if one action page fails then I
> loose the link between the purchase and the details on the item purchased.
>  So they would have to pick up the phone 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
> >
> > 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.
> >
> > Just a thought,
> > William
> >
> > > Hello,
> > >
> > > I have run into a situation where PayPals "add to cart" buttons are
> > > not going to work for me.  So I am looking for ideas on how to
> > > accomplish this.
> > >
> > >
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309900
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to