YetAnotherForum
Welcome Guest Search | Active Topics | Log In | Register

Client wants PayPal but needs options Options
irishis
#1 Posted : Wednesday, May 28, 2003 3:35:44 PM
Rank: Starting Member

Groups: Registered

Joined: 5/28/2003
Posts: 1
Location: ,
I have a client who will have a website I am designing that sells personalized gifts. They need to have a cart that will take options that are typed in by the buyer, like they need to fill in the name of the gift recipient, occasion, kids names etc.... The client would also prefer not to get a merchants account-that's why they like PayPal. PayPal has said that their program won't do it. Somehow I have to get a cart that will carry the filled in form fields through the check out process. The form would need to be on the page that has the product, not in the checkout. Anyone have any ideas? This is my first cart and it's turning into a headache!
Sponsor  
 
deleted user: 240
#2 Posted : Wednesday, May 28, 2003 3:39:42 PM
Rank: Starting Member

Groups:

Joined: 9/10/2009
Posts: 185
You an use the custom form options that PayPal lets you add when creating the add to cart button-- on0/os0, on1/os1. You can make these any type of form input.

You can learn more by going to the PayPal button generator, or viewing the manuals in the help section for the shopping cart.

Bryan
paypal_pb
#3 Posted : Wednesday, May 28, 2003 8:19:37 PM
Rank: Starting Member

Groups: Registered

Joined: 9/16/2002
Posts: 2,960
Location: ,
Thre options:

1) If you have a limited number of needs, you can use the pre-set fields offered by the PayPal itnerfac: item_name, item_number, custom and on0/os0/on1/os1.

2) If you need to send through more fields than that, you may need to write JavaScript or server script to append the fields together and send them all through the "custom" field (e.g., custom="Joe|40th Birthday|Joey, Jennifer and John").

3) Or, you may need to store the data on your side (in a text file, database or send yourself an email) pass-through and identifier in "item_number" and match that back to the data you have stored.

Unfortunately there currently aren't easier solutions.

Patrick Breitenbach
PayPal, Inc.
Dev Net: https://www.paypal.com/pdn
deleted user: 240
#4 Posted : Wednesday, May 28, 2003 9:10:03 PM
Rank: Starting Member

Groups:

Joined: 9/10/2009
Posts: 185
One "catch-all" text area input box may work for something simple (and if you don't want to spend time figuring out a JS way to do it.

Off hand I don't know the character limits for the custom field or the on0/os0 options.

Bryan
paypal_pb
#5 Posted : Thursday, May 29, 2003 2:32:19 PM
Rank: Starting Member

Groups: Registered

Joined: 9/16/2002
Posts: 2,960
Location: ,
"custom" is 256. The rest are 128.

Patrick Breitenbach
PayPal, Inc.
Dev Net: https://www.paypal.com/pdn
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

YAFVision Theme by Jaben Cargman (Tiny Gecko)
Powered by YAF | YAF © 2003-2009, Yet Another Forum.NET
This page was generated in 0.254 seconds.