Hi – Please advise – can this plugin be used with a personal PayPal account. When trying to setup, it appears that only business PayPal accounts are accepted.
]]>When someone tries to use the checkout form there’s a JavaScript popup saying there was an issue:
Could not initiate PayPal Checkout {}
Then I checked the inspector console in Chrome, and it shows this error:
Error: {“success”:true,”order_id”:””,”order_data”:{“name”:”UNPROCESSABLE_ENTITY”,”details”:[{“field”:”/purchase_units/@reference_id==’default’/amount/breakdown/item_total/value”,”value”:”20.00″,”issue”:”ITEM_TOTAL_MISMATCH”,”description”:”Should equal sum of (unit_amount * quantity) across all items for a given purchase_unit”}],”message”:”The requested action could not be performed, semantically incorrect, or failed business validation.”,”debug_id”:”10d426325c9dc”,”links”:[{“href”:”https://developer.paypal.com/docs/api/orders/v2/#error-ITEM_TOTAL_MISMATCH”,”rel”:”information_link”,”method”:”GET”}]}}
It seems to be hung up on a calculation for the total, but there isn’t any quantity option on the form. Any idea what’s happening there?
]]>no buttons? help please
]]>when I click on PayPal button, browser give me this error message:
Could not initiate PayPal Checkout…
{}
Recently upgrade plugin for PayPal PPCP (new api), now v5.0.9. afterwards, the reference field is no longer hidden on my website. This is the shortcode I’m using.
[wp_paypal_payment_box email="[email protected]" '
. 'options="Single (1) Ticket:' . display_whole_dollar($ticket_reg_price) .' '
. '|Two (2) Tickets:' . display_whole_dollar($ticket_reg_price * 2) .' '
. '|Three (3) Tickets:' . display_whole_dollar($ticket_reg_price * 3) .' '
. '|Four (4) Tickets:' . display_whole_dollar($ticket_reg_price * 4) .' '
. '|Five (5) Tickets:' . display_whole_dollar($ticket_reg_price * 5) .' '
. '|Six (6) Tickets:' . display_whole_dollar($ticket_reg_price * 6) .' '
. '|Seven (7) Tickets:' . display_whole_dollar($ticket_reg_price * 7) .' '
. '|Eight (8) Tickets:' . display_whole_dollar($ticket_reg_price * 8) .' '
. '|Nine (9) Tickets:' . display_whole_dollar($ticket_reg_price * 9) .' '
. '|Ten (10) Tickets:' . display_whole_dollar($ticket_reg_price * 10) . '" '
. 'currency="USD" reference="" return="https://website.com/thank-you" new_window="1"]
]]>
Hi there,
I changed to the new API based version. Somehow now my plugin has so many buttons for different payment methods. Even if I turn all of them off, still 2 remain. And some of them are not the same like in the tickbox, for example “Venmo” gives me a payment method for Giropay.
Is there a way to turn that off?
I would rather not use the manual box, because I dislike the way it shows a “- x.xx” (amount) after the chosen option.
Thanks a lot in advance!
Hi there,
I updated to the new version with the API. Somehow now my heading for the payment box, the buttons and the dropdown menu are all misaglined.
I already tried using this to center everything. And it works to center the text “W?hle deinen Betrag” but the rest is not centered and the dropdown menu is way too long. What can I do there?
<div style="text-align: center;">
[wp_paypal_payment]
</div>
]]>
Hi,
yesterday, the plugin was updated to version 5.0.1, and it stopped working i.e. it now gives an error Could not initiate PayPal Checkout…{}, which is followed by another Error occurred during PayPal checkout process, with a huge code (9952 characters long!). All PayPal API Credentials for PPCPs are checked and valid. I then went to check the shortcode, and it turns out that if the currency is set to EUR or GBP, it gives the error I mentioned above, but when I change it to USD, the plugin works fine, and it sends me to PayPal without any problems. Any idea what is going on and how to deal with this, since I don’t use USD as a currency on the website?
Thanks in advance!
]]>After updating to 5.0 and updating to PP business account, the shortcode for showing options in the dropdown stops working (only showing the last option of 6 previously defined ones). For now I have rolled back the update until a fix is available.
Thanks for any pointers
Rob
]]>Where can I see what customers put in the Reference block? The PayPal transaction doesn’t have it, but I have only a Personal PayPal account. Do I need a Business account to see that information?
]]>Hello,
I noticed that the Reference is not visible on Paypal page (transaction), any chance to show it?
Thank you!
Kai
]]>what is this error?
Something doesn’t look right. Your payment to this merchant can’t be completed using PayPal. Choose another way to pay.
Paypal used to allow us to pass a custom logo in the html form that would show on paypal.com after the button was clicked. Do you know if that option works with your plugin? I don’t see it talked in your support about but maybe I just missed it.
Thanks
]]>Hey there,
i discovered your plugin today and i wanted to try out all the functions. Unfortunately i wasn’t able to set the tax amount to 19 %. Can you tell me how this is possible? In addition, it would be great if you could set the option directly in the frontend without having to work with the options in the shortcode.
]]>Is it possible to set up appointments with this plugin? In specific, the customer will set up an appointment and be redirected to the payment popup or page.
]]>I need that the customers can pay through there credit cards. But there is no option of paying through credit cards, even the PayPal account attached with plugin is a business account.
Please send me any solution for it.
Hi, can this button be used for multiple users on a webiste?
I am trying to set up a BuddyPress multi-member website. I would like to have this button as a tipping/support option for the members so users can support them.
That means I need to display the widget/plugin on several pages.
Is this possible?
]]>Hi, Great work. I enabled your form on a page to take payment but it shows the connection is not secure on the browser bar. all other pages ib the site are secure but only this form page? Any idea what I should do? Thank you in advance.
]]>To prevent the use of the wrong user’s account when a device is shared between multiple users, is there a way to auto-logout the last user on PayPal upon completion of the purchase?
]]>Hello again, sorry I have one other question if you have time. I was wondering if there’s a way to change the title ‘Other Amount’ to ‘Enter Amount’ .. or, where I might be able to find it (css/script/file)? Thank you very much again, your plugin works perfect! All the best. -DG
]]>Hi, you’re plugin I think could work perfect but is it possible to increase the size of the other amount field box? Max-width needs to either be increased from 80px to 180px, or if I turn off max-width in google devtools the box is better size. I’m sure it’s an issue with my theme but I’m able to control the padding when a digit is entered it seems I should be able to control the size of box? I’ve spent a few hours trying what I could so any help would be greatly appreciated. Thank you again! Best, DG
.wpapp_other_amt_input{
padding-left:0px;
padding-right:0px;
max-width:180px;
}
.wpapp_other_amt_input.fill_inited.filled{
padding-left:10px;
padding-right:0px;
font-weight:bold;
}
Hello,
I have this shortcode:
[wp_paypal_payment_box email=”[email protected]” options=”Cuadro:65|Cuadro + moldura: 80|Cuadro + moldura + envío:90″ currency=”EUR” reference=”” payment_subject “Pago con paypal”]
How do I add the € after the price tag?
I tried adding it after the number and It does not work. It sends wrong data to paypal.
Thanks in advamce!
]]>Hi,
It would be really nice to have the little bits still in English only translated.
I volunteer to do the French part. I’m a writer, and French is my first langage.
Please contact me!
Patrick
]]>Hey,
This paypal plugin was working perfectly for me and now it seems that the button is not recognizing the buyer’s email. Is anybody else having issues with this?
]]>Hi,
I have the error message below after clicked on the Pay Now button.
Things don’t appear to be working at the moment. Please try again later.
Please advise. Many thanks.
]]>Hi,
First, thank you for you amazing plugin that should help me a lot.
Now the issue i’m facing up. Since my website is for the french speaking people, I would like to change the Pay Now button with a “Payer” version. Of course, it does exist on Paypal website : https://www.paypalobjects.com/fr_FR/i/btn/btn_paynowCC_LG.gif
So how could I do to make the switch ?
Thank you again, kind regards.
]]>I created a subscription button with PayPal, copied and pasted the code to WordPress. But for some reason when I update my page, the button is way overstretched and oversized on my website. I’ve been trying to figure this out for days and I’m getting a little frustrated. Please help!! Thanks!
]]>Hi,
Thank you for your nice plugin.
How can I get the customer email and postal addresses?
Does the plugin support additional fields where these can be specified?
I’m already using the reference placeholder shortcode – is the reference value passed to PayPal during the checkout process?
Many thanks.
How can I achieve adding more than Payment 6 option, as I have to list about 10 services. Please help and advice, many thanks
]]>Great plugin, very easy and exactly what I need. I just needed to create a page for customers to pay any one time amount and this plugin was as we need it. I have a separate page with the plugin form and shortcode used is
[wp_paypal_payment_box_for_any_amount email=”[email protected]” description=”payment” reference=” ” reference_placeholder=”Enter a payment reference”]
One small question is what should I use to have a cursor inside amount input text box on page open, so a visitor doesn’t need to think where to click but can start typing the amount.
I tried
.wpapp_other_amt_input {
cursor: auto;
}
but it doesn’t do anything from what I can tell.
Thanks for your help.
Jan.