Hi everyone. Is there an option to change button style? I need modern one like here – https://ps.w.org/wp-paypal/assets/screenshot-1.png?rev=2938389
I will use it for subscription.
Thank you!
]]>I moved my site from one host to another. Now the PayPal buttons aren’t showing for either plugin. I’ve deactivated all plugins except the PayPal plugins and Elementor, still nothing. Changed the theme to the Twenty-four and still no buttons. Not sure what is happening. Please help.
]]>Hi,
Just wonder if we can have the custom amount field for the paypal checkout buttons.
Thank y ou
Hi again Noor.
Thanks for developing this Plugin. I’m new to all this and your plugin makes tihngs really easy. I planning to use your plugin so our members can
We occasionally run outdoor events and I’d also like to produce an A4 sheet of paper with QR codes, where each code simply represents the url for each of the payment types – e.g. subscriptions, donations, but I’ve run into a problem.
The QR codes based on the the urls seem to work OK for a short while (ie the PayPal page pops up with the correct page) but then, a while later, I get the message ‘something’s not right. This page does not exist’ on the PayPal page. I’m not sure what’s going on. If I then return to the URL and click on the button on our webpage, it all works fine. I could maybe understand things if the QR codes NEVER worked, but they do for a few hours. I realise you’re not responsible for QR codes and the functionality ?? but I’m trying to determine whether it’s worth pursuing this route and if it is ever going to be possible to use QR Codes in conjunction with your excellent plugin?
In your experience, is there any reason why a QR code wouldn’t work with the links that your Plugin produces?
Thanks, Steve
]]>Hi! Really interested in your plugin. I’m thinking of using it for a voluntary organisation I do work for to set up an annual subscription payment option on their website. Is there any way to make the subscribe button any larger? can the size be controlled? Thanks, Steve
]]>Hi,
Loving the plugin. Exactly what I was looking for.
One question though. I have 3 products that I have created buttons for. 2 of them are over £30 so Pay Later applies but the other product is just £10. Is there a way to leave out the Pay Later button via the shortcode?
]]>This Plugin is exactly what I’m looking for to simply integrate PayPal transactions.
The one thing holding it back from being prefect is the design options, I would like the ability to design my own buttons through HTML/CSS and simply extract the link from the plugin. I have tried to extract the link dynamically with PHP but with no luck.
If anyone has any idea on how to get just the link to the paypal transaction or which JS functions to call, it would be greatly appreciated.
]]>Hello WP PayPal team,
Congrats on the plugin! It′s really simple to use.
I tried to add the return_url field in the Purchase Receipt Email body, but it doesn′t show anything.
Do you think it is possible to include “return_url” as en email tag in your next update?! It might help a lot of people considering sometimes PayPal does not redirect the user (they need to click a button, which is not always obvious).
This way the buyer would always receive the link in their email after the purchase.
Thanks and keep up the great work!
]]>Hi,
Paypal payments are processed successfully.
But I do have 2 problems:
Notes:
My website successfully send emails from other plugins (via SendGrid)
My test page requires a password: test
Hi,
The return URL is not working. I added the URL to the settings, also to my Paypal account (although Paypal says it’s just for “official partner plugins”), and into the shortcode (return=”…..”). The customers are not redirected to the success page after the success payment.
Thank you.
PD.: I use the WordPress Twenty Twenty Four theme.
]]>Hello,
I have a local custom database that i need to enter payment information after a successful paypal payment. How can i get my php function called after the paypal payment goes thru successfully?
Is there some kind of hook, or a function i can modify, i only need it called when a payment is successful, and i also need the amount of the payment.
Thanks
]]>According to the PayPal API JS SDK, you are able add a label value to change how the button outputs.
See here:
https://developer.paypal.com/sdk/js/reference/#link-label
Currently your code doesn’t support this field.
paypal.Buttons({
style: {
layout: '{$layout}',
color: '{$color}',
shape: '{$shape}'
},
Could you add a label option to the checkout shortcode?
]]>I had the problem that there was no Paypal JS object.
I found the culprit in main.php
, line 139:
—>if(is_a($post, 'WP_Post')
&& has_shortcode($post->post_content, 'wp_paypal_checkout')
|| has_shortcode(get_post_meta($post->ID, 'wp-paypal-custom-field', true), 'wp_paypal_checkout')){
<—
This doesn’t account for calling the plugin with do_shortcode
.
I fixed it locally by removing the has_shortcode
part.
Could you maybe include a fix in the code base, so I can savely install the next update without breaking things?
]]>Apparently the old Paypal checkout system is going to be deprecated soon. Does this plugin use the new checkout?
(Sorry, this has been asked before, but maybe things changed?)
]]>Hi there and thanks for this great plugin!
Everything seems to work perfectly, but how can users stop their subscription?
]]>We’ve set up the WP PayPal plugin and it worked fine during testing. But now it’s on a live site we keep getting errors on the PayPal page saying ‘things dont seem to be working’. I’ve checked the API call cred, the merchant ID and the settings in PayPal. All seem to be fine. Can you help?
]]>Hi There:
We received a communication from a buyer that they received a, “Things don’t appear to be working at the moment. Please try again later,” message while attempting to make a PayPal shopping cart purchase . I triple checked all setting under the live REST API credentials settings and Merchant ID settings and all looks configured correctly from what I know. Would you have a look to discover if all is well and perhaps we are dealing with a user error. I included the URL. Thank you for making a wonderful plugin.
]]>Hi,
Is there a value that can be added to the shortcode to tell PayPal not to show the PayLater credit button?
Thanks.
]]>Hello, i try a PayPal Payments Standard.
But i don’t have log in order.
And it don’t send any email? why?
]]>Got a couple of issues when using it with standard [wp_paypal button=”buynow” custom=”” etc]. I am using it with your Product Variations ad-on in case it makes any difference,
Please help.
]]>After pressing the “Add to Cart” or “View Cart” buttons, the PayPal page you’re taken to has a “Continue Shopping” link in top right. This doesn’t seem to be working correctly for me as it takes me back to my website home page rather than the page with the WP PayPal buttons.
How can I correct this?
]]>I got an email from Paypal today:
Please check your server that handles PayPal Instant Payment Notifications (IPN). IPNs sent to the following URL(s) failed:
If you don’t recognise this URL, you may be using a service provider that is using IPN on your behalf. Please contact your service provider with the above information. If this problem continues, IPNs may be disabled for your account.?
When I access the listener link, the following message shows up:
Empty PayPal IPN Request
“Check this option if you want to send the IPN data to PayPal for validation” is unmarked in the plugin settings.
]]>The buyer’s payment receipt from PayPal says “You paid £35.00 GBP to” and then the seller name is blank. And further down the ‘Payment to:’ field is similarly blank.
The shortcode is:
[wp_paypal button=”buynow” name=”Bridge Deal Manager” amount=”35″ return=”https://bridgedealmanager.co.uk/licensing” cancel_return=”https://bridgedealmanager.co.uk/download” no_shipping=”1″]
The IPN is being received, order created, and emails sent okay. There is no seller name information in the order, but I think that is normal?
Am I doing something wrong in WP PayPal? Am I missing a shortcode field?
]]>Dear Plugin Support Team,
I hope this message finds you well. I am experiencing a critical issue with your plugin and urgently require your assistance.
For the past few days, I have noticed that the plugin has stopped working correctly. As a result, new orders are not being created, and the “PayerID” is not being generated as expected. This issue has had a significant impact on my business operations, and it is causing great concern, especially as I plan to transition from the sandbox environment to the live environment soon.
I have not made any recent changes or updates to my website or the plugin configuration, which leads me to believe that the problem lies within the plugin itself.
I kindly request your immediate attention to investigate this matter and provide a solution or guidance to address the issue. It is crucial for my business that orders are processed accurately, and the “PayerID” is generated reliably.
If there are any specific error messages or troubleshooting steps I should follow, please provide them to me. Additionally, any updates on the progress of resolving this issue would be greatly appreciated.
Thank you for your prompt attention to this matter. I look forward to hearing from you and finding a resolution as soon as possible.
Best regards,
Manoj Nagar
Apparently the old Paypal checkout system is going to be deprecated soon. Does this plugin use the new checkout?
]]>Hi! It’d be useful to be able to use email tags in the email subjects, to be able to show price or product name there.
]]>Some users are reporting this, just as of recently. I am gathering more details and I personally cannot replicate it. Any idea what could be going on? I have a screenshot but uploading it here doesn’t seem to work. It says “Page Not Found. Something’s Not Right. The page doesn’t exist. We can’t find a page with the URL you entered” Seems to work for some people though.
]]>I’m trying to set this up, but when I click on the button, I get the “Things don’t seem to be working” message. I can use another plugin with the same Sandbox credentials and it works, but I’d prefer to use yours if possible. Any suggestions?
Thanks
Hi! It would be very useful to have a way to turn the “Buy” button into a “input type button” with a custom text, instead of an image.
Also, maybe I’m missing something but I can’t find a way to do some basic styling like centering the button and the form.
]]>Hello,
It’s a fantastic plugin, however the order meta could need two or three more custom options.
I have a course booking system, and once payment is completed, I need to store the course ID and user ID to order meta, and I also need the order ID in the query string once payment is completed and the user is sent back to the course page.
Is it possible?
Any?assistance?will?be?highly?appreciated.
Note: Please keep in mind that I am capable of doing any kind of code for this, however it should not be on a plugin. Thus, if you have any filters or actions for this, it will be really helpful.
Thanks
]]>