Can I add a Donate button as one of the multiple items for PayPal's Add To Cart option?
A quick Google search seems to indicate the answer is "no".
That is correct you can not have a Donate button as part of a Cart. However, you can have a donation item that can be added to your cart.
An example would be A Theatre Group's donation page. The Left button is a Donate button, the Right button leads to a page with 3 types of donations and optional membership levels which are submitted to PayPal as a Cart.
If you click the standard Donate Button on the left, you go straight to PayPal to make a $10 donation.
If you use the right button, fill in any of the fields an click update, the fields are validated and then you can click the PayPal button to send the cart information to PayPal.
Related
Consider these two links to PayPal:
Donation payment link
Buy Now payment link
When users click the first, they will see item_name and item_number. For the Buy Now one, however, when users click this one they won't see the item_name and item_number.
How can I show the item's name and number on a Buy Now link?
How can I show the item's name and number on a Buy Now link?
It's there -- click the cart icon+price in the upper right to see item detail.
All normal PayPal checkouts work this way.
Is there any way to make the Buy Now page open up the credit card form straight away.
Currently it's buried underneath the "pay with paypal" option that hardly any of my customers want to use. They have to click the tab at the bottom right. It's a very very poorly designed page and plays havoc with my conversion rates.
Could I for example pre-populate the credit card details in my buy now button so that the credit card form would come up initially?
With buttons it is not possible as the form is hosted by PayPal. You may want to look into other integration methods at https://developer.paypal.com/docs/api/ where you host the form that holds payment info.
See this for an example
https://developer.paypal.com/docs/api/#create-a-payment
I am using PayPal's integrated credit card payment on my site, which works great. The customer has the option of staying on my website and paying by credit card or they may choose to "pay with PayPal" by clicking either the "Check out with PayPal" button or the "Check out with BillMeLater" button. The issue I am having, is for some reason, when customers click these buttons, it directs them to my generic PayPal payment page and not the customized PayPal payment page I have created and designated as primary. Depending on the browser, sometimes customers are directed to the correct page. But it's random.
Here is mu URL if you want to test out what I am attempting to explain.
http://www.cozeeclothing.com/index.php
Thank You,
John
I have set up a simple web page with numerous add to cart buttons (all created in Paypal).
When you click the add to cart button you are directed to the Paypal cart. You can either check out or continue shopping which is fine.
Is there anyway to rename the 'continue shopping' button to something else. Continue shopping does not really fit with what my website is. I would like for it to be renamed 'Add another service'.
Alternatively is there a way to add the product to the cart without displaying the cart itself each time and then the user can continue to add products from the page they were on. Once completed they can click the view cart button and review the cart then.
Any help you be appreciated,
Graham
how do i create donate buttons using paypal premier account?. i couldn't find donation button creation link, how can i do that?.
Is there any special procedure to get donation button?
donate button option does not appears if user logged in, so create one without loggedin and change that code to match to registered users code like emailid and so on. But i dont know this is right or wrong. I used this method for one project and it works fine.
I got to it through this link and can see Donation as an option in the "Accept Payments For" dropdown.
If someone still needs this, then you'll find the buttons under the Merchant Services menu item in your profile. Click on the menu item and then you'll see "Create Payment Button for your website" in that page. Clicking that link, you'll be able to create your button (any type).