You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
Hi,
I have 3 payment options at my site: paypal, offline credit card or check/money order. Most of my customers choose Paypal since it is instant, but complain that they have to fill in their info twice. From researching the forum, I realize that Paypal will not accept the passed info, so what else can be done?
What if I just had Paypal customers skip filling everything but phone number (just in case I loose them) on my site and go straight to Paypal to fill out the billing and shipping address?
How would I implement this?
Thanks very much!
Jess
Offline
Hi
I have the infomation passed through to paypal with no problems ( even got it to send the telephone number to. here is a copy of what i have setup.
<FORM METHOD="POST" ACTION="https://www.paypal.co.uk/cgi-bin/webscr"> <!-- ### --> <INPUT TYPE="HIDDEN" NAME="YOUR INFO HERE!" VALUE="YOUREMAIL HERE!!!"> <!-- ### --> <INPUT TYPE="HIDDEN" NAME="currency_code" VALUE="GBP"> <INPUT TYPE="HIDDEN" NAME="bn" VALUE="(CGIVAR)release_verbuild(/CGIVAR)"> <INPUT TYPE="HIDDEN" NAME="undefined_quantity" VALUE="0"> <INPUT TYPE="HIDDEN" NAME="item_name" VALUE="Online Order"> <INPUT TYPE="HIDDEN" NAME="item_number" VALUE="(CGIVAR)tracking_id(/CGIVAR)"> <INPUT TYPE="HIDDEN" NAME="custom" VALUE="(CGIVAR)fd_usr(/CGIVAR)"> <INPUT TYPE="HIDDEN" NAME="amount" VALUE="(CGIVAR)tracking_total(/CGIVAR)"> <INPUT TYPE="HIDDEN" NAME="first_name" VALUE="(CGIVAR)tracking_firstname(/CGIVAR)"> <INPUT TYPE="HIDDEN" NAME="last_name" VALUE="(CGIVAR)tracking_lastname(/CGIVAR)"> <INPUT TYPE="HIDDEN" NAME="address1" VALUE="(CGIVAR)tracking_addressone(/CGIVAR)"> <INPUT TYPE="HIDDEN" NAME="address2" VALUE="(CGIVAR)tracking_addresstwo(/CGIVAR)"> <INPUT TYPE="HIDDEN" NAME="city" VALUE="(CGIVAR)tracking_city(/CGIVAR)"> <INPUT TYPE="HIDDEN" NAME="state" VALUE="(CGIVAR)tracking_stateabbus(/CGIVAR)"> <INPUT TYPE="HIDDEN" NAME="country" VALUE="(CGIVAR)tracking_country(/CGIVAR)"> <INPUT TYPE="HIDDEN" NAME="zip" VALUE="(CGIVAR)tracking_zip(/CGIVAR)"> <INPUT TYPE="HIDDEN" NAME="email" VALUE="(CGIVAR)tracking_email(/CGIVAR)"> <INPUT TYPE="HIDDEN" NAME="night_phone_b" VALUE="(CGIVAR)tracking_phone(/CGIVAR)"> <INPUT TYPE="HIDDEN" NAME="notify_url" VALUE="(CGIVAR)common_url_form(/CGIVAR)"> <INPUT TYPE="HIDDEN" NAME="no_note" VALUE="1"> <INPUT TYPE="HIDDEN" NAME="no_shipping" VALUE="1"> (CGIGET TYPE="SUB" VALUE="ste_olp_recur" PARAMS="ste_gw_paypalpp") <CENTER>
also i have the mod that Nick put on the forum to allow names with a ' like o'brian get sent through be stripping the ' before sending.
hope this helps
all the best
Charlie
Offline
Hi Charlie,
Thanks for that. Has that system reduced customer complaints for you?
I wonder if some people will still be disgruntled since if they have a Paypal account already, they would not need to type in their info, only their user name and password.
Does anyone have a solution for Paypal users to bypass typing their info in?
Thanks!
Jess
Offline
Hi Jess,
We've had the same payment options as you for years and have not had *any* complaints from PayPal users. I think most of our customers who choose to pay by PayPal are already PayPal members. I am not sure why you say that customers who want to pay by Credit Card would choose PayPal payment "since it is instant". We do our credit card transactions offline, but the customer does not necessarily know that. It does not speed up our processing of the order either way, so I can't think of what the incentive is to choose PayPal over Credit Card when selecting a payment method. Why would they perceive PayPal as "instant" over Credit Card?
Just curious. Good luck!
Dave
Offline
Hi Dave,
My offline CC processing is not instant, since I need to telephone the customer to process it.
Jess
Offline
All this info is passed to PayPal in the default setup:
After verifying your order information and clicking the 'Submit' button, you will be directed to Pay Pal's secure site to enter your payment information. Once your payment information is entered and verified, you will be directed back to this web site for your order confirmation.<BR><BR> <FORM METHOD="POST" ACTION="https://www.paypal.com/cgi-bin/webscr"> <!-- ### --> <INPUT TYPE="HIDDEN" NAME="business" VALUE="your_username"> <!-- ### --> <INPUT TYPE="HIDDEN" NAME="bn" VALUE="(CGIVAR)release_verbuild(/CGIVAR)"> <INPUT TYPE="HIDDEN" NAME="undefined_quantity" VALUE="0"> <INPUT TYPE="HIDDEN" NAME="item_name" VALUE="Online Order"> <INPUT TYPE="HIDDEN" NAME="item_number" VALUE="(CGIVAR)tracking_id(/CGIVAR)"> <INPUT TYPE="HIDDEN" NAME="custom" VALUE="(CGIVAR)fd_usr(/CGIVAR)"> <INPUT TYPE="HIDDEN" NAME="first_name" VALUE="(CGIVAR)tracking_firstname(/CGIVAR)"> <INPUT TYPE="HIDDEN" NAME="last_name" VALUE="(CGIVAR)tracking_lastname(/CGIVAR)"> <INPUT TYPE="HIDDEN" NAME="address1" VALUE="(CGIVAR)tracking_addressone(/CGIVAR)"> <INPUT TYPE="HIDDEN" NAME="address2" VALUE="(CGIVAR)tracking_addresstwo(/CGIVAR)"> <INPUT TYPE="HIDDEN" NAME="city" VALUE="(CGIVAR)tracking_city(/CGIVAR)"> <INPUT TYPE="HIDDEN" NAME="state" VALUE="(CGIVAR)tracking_stateabbus(/CGIVAR)"> <INPUT TYPE="HIDDEN" NAME="country" VALUE="(CGIVAR)tracking_country(/CGIVAR)"> <INPUT TYPE="HIDDEN" NAME="zip" VALUE="(CGIVAR)tracking_zip(/CGIVAR)"> <INPUT TYPE="HIDDEN" NAME="email" VALUE="(CGIVAR)tracking_email(/CGIVAR)"> <INPUT TYPE="HIDDEN" NAME="notify_url" VALUE="(CGIVAR)common_url_form(/CGIVAR)"> (CGIGET TYPE="SUB" VALUE="ste_olp_recur" PARAMS="ste_gw_paypalpp") <CENTER> <INPUT TYPE="IMAGE" SRC="(CGIVAR)images_path(/CGIVAR)/button/submit_submit.gif" WIDTH="(CGIVAR)site_button_image_width(/CGIVAR)" HEIGHT="(CGIVAR)site_button_image_height(/CGIVAR)" BORDER="0" VALUE="submit"> <A HREF="(CGIVAR)common_url(/CGIVAR)&pg=cancel"><IMG SRC="(CGIVAR)images_path(/CGIVAR)/button/submit_cancel.gif" WIDTH="(CGIVAR)site_button_image_width(/CGIVAR)" HEIGHT="(CGIVAR)site_button_image_height(/CGIVAR)" BORDER="0"></A> </FORM> </CENTER>
Offline
Maybe someone can help me! Nothing is passing to pay pal. When it goes to pay pal, I enter my login and it just goes to my account. It doesn't process the payment.
Nick I would like your help, please. I don't know what to do. I have done everything that I can find in this forum. Maybe I missed something.
The site is 205.237.206.164 WWWlivebluesphotography.COM. You have to re-direct to get the development site.
Please advise.
Offline
In your Form Content section of your PayPal setup, you have:
<INPUT TYPE="HIDDEN" NAME="Live Blues Photography" VALUE="king1blues@aol.com">
You incorrectly replaced the string 'business' with 'Live Blues Photography'. Change this back to:
<INPUT TYPE="HIDDEN" NAME="business" VALUE="king1blues@aol.com">
Offline
no change in the way it's handled. Pay Pal is still not processing the transaction. I just go to my pay pal account.
Please advise.
Jane
Offline