checkout buttons
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I want to make a simple check out button, it doesn't seem like i should have to learn the whole API to do so, but i've made several add to cart buttons with the button maker that paypal has. if someone wants to keep shopping on my site after adding an item to their cart, but doesn't decide that they want anything else, they just want to check out... paypal doesn't have a simple solution that i could find. the API site was hard to navigate and I'm really frustrated that there isn't a simple answer. the only examples i could find wanted me to pass all of the transaction details to paypal, but using paypal's add to cart buttons already did that, paypla already has the details, and i don't have any of the transaction details. how do i make a button that just takes them to the check out and shows them the items that paypal already has in their cart and let them check out. Any help would be great.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Basically what you want is a mini-cart type application or a 3rd party shopping cart where as all the logic is performed on your web page or site first, then the end results are "uploaded" to PayPal. Take a look at this mini-cart example. And you can find a list of 3rd party carts here. Note, PayPal's Website Payments Standard does not have any built in features or options to support a Checkout Button as you would like to see, therefore, a different approach is required.
Regards,
skier
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hello Siker, Im using a 3rd party cart provide from 1ShoppingCart.com when I finaly do the checkout I do not see the other opptions (redit/debit card -Visa, MasterCard, American Express, and Discover ) for people that don't have a PayPal account . What I need to do for setup for this?
thanks for your help will ment alot !
Rigards Gisell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Things to know about the Credit Card Option:
First, your Item Button Code require no special coding. It's related to how your Account is setup.
* Your account must be either Premier or Business.
* PayPal Account Optional is turned on - this enables non PP Members to pay by Credit Card
* The email address you use to log into your PayPal Account must be verified.
* The "business" variable value in your button code must be a verified email address or your Business ID.
* Bank account registered and verified/tested - so you can transfer funds
* Credit card registered - (not required but a good idea)
To turn on the PayPal Account Optional feature:
Login to your PayPal Account, select "Edit Profile", under "Selling Preferences", select "Website Payment Preferences", scroll down to "PayPal Account Optional".
Next, there are specific reasons the Credit Card Option may not be available.
* You are using Express Checkout. Express Checkout requires a PayPal Account
* You are using the wrong email address, an unverified email address or Business ID for your "business" variable value.
* The country you reside in. Not all countries have all the PayPal features available.
* The country your customers reside in. Not all countries have all PayPal features available.
* The IP address of your hosted site is on a blocked list.
Check out this link, it can tell you what features are available to the individual counties.
Last, you have your PayPal Account setup properly but, still don't see the Credit Card Option or only see a small link to the Credit Card Option.
It's all about the cookies. The PayPal Screens are designed to be displayed in a specific way and what you see is based on the cookies and/or your PayPal Account configuration.
PayPal relies on the use of cookies to track what's in your cart and retain other info about you and therefore the screen that is displayed may not be the screen you expect to see. If you are a new customer visiting PayPal for the first time, the Credit Card Option will be clearly displayed.
If this is your second or third visit to PayPal and your previous cookie has not expired, PayPal now views you as a returning customer. You will get a screen with a small link to the Credit Card Option. Although this is not as obvious to the customer, the Credit Card Option is still available. For example, the cookie that holds the cart info will retain that info for up to 21 days. The only way it will change is if you remove the items selected from the cart or delete the cookie.
If you are testing your web pages, creating new code or making changes, etc., simply delete your web browser's cookies, then close your web browser, reopen it and try your web pages again. When you view the PayPal Screens, you will now get the screen with the Credit Card Option because PayPal views you as a new visitor.
Other reasons for deleting cookies. Let's say you changed your business email address or business graphic logo. If you don't delete the cookies before you test, you will still see the old information.
Regards,
skier
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.