fullworks
Forum Replies Created
-
Forum: Plugins
In reply to: [Quick Paypal Payments] IPN ChallengeHi,
Unfortunately WordPress dot org rules don’t allow me to support premium / paid questions on this forum.
Please contact me directly on support at fullworks dot net with details of your question.
Forum: Plugins
In reply to: [Quick Paypal Payments] IPN ChallengeI assume you have double checked the IPN url in your production paypal notification settings for typos
Forum: Plugins
In reply to: [Quick Paypal Payments] IPN ChallengeBy the way IPN keeps trying if it doesn’t get through for about 4 days. So if it is an issue with cache you will find that eventually that payment gets marked complete.
Forum: Plugins
In reply to: [Quick Paypal Payments] IPN ChallengeLet us know. If you don’t really need a cache program ( and many sites don’t ) it does remove complexity.
Forum: Plugins
In reply to: [Quick Paypal Payments] IPN ChallengeIt shouldn’t impact it, but maybe – to be safe set youdomain-dot-com/?qpp_ipn to be not cached and see
Forum: Plugins
In reply to: [Quick Paypal Payments] IPN ChallengeI have added a way of easily specifying an IPN debug log in version 5.7.2
Forum: Plugins
In reply to: [Quick Event Manager] Limit places taken into 1 registerI’ll have to investigate the code and see if that could be a future feature.
Forum: Plugins
In reply to: [Quick Paypal Payments] how to remove reference from form?css will do that, hid eit for display but still be there
you can try
.qpp-style p.input { display: none; }
Forum: Plugins
In reply to: [Quick Contact Form] GDPR problemOn your first question, there is currently no funding for free features for this plugin, whist your requirement can be added to a list of ideas, these will not be actioned in the near term unless financially sponsored.
On the second part of your question – that is a warning – there will be several warnings if you are on PHP 7+ but they don’t impact functionality.
You should turn warnings off on a product site. See https://fullworks.net/docs/plugins-general/troubleshooting-plugins-general/php-notices-and-warnings/
Forum: Plugins
In reply to: [Quick Contact Form] added toa <br> just instructs the markup to move to a new line, <br> are not a format as such.
The line height of the elements will impact the spacing
you might need to do something like .qcf label { line-height: 1; }
But I am guessing without you actually posting your URL
Forum: Plugins
In reply to: [Quick Paypal Payments] How to stop paypal taking commissions?You can’t.
PayPal fees are set by PayPal and include donations.
On your transaction it would be 2.9% + 30p = 32.9p fee rounded = 33p so 67p is correct
https://www.paypal.com/uk/webapps/mpp/merchant-fees
Charities can apply for a charity account, which has lower fees but not zero.
PayPal offers non-profits a discounted rate of 1.4% +20p. If you are a registered charity, you’ll need to confirm your charity status at paypal.com/charities/getstarted before you will be given the non-profit rate.
So the charity rate would be 21.4p on £1 = £0.78p
- This reply was modified 5 years, 11 months ago by fullworks.
Forum: Plugins
In reply to: [Quick Paypal Payments] Payment date in WP does not match PaypalThank you for post the solution you found, I’m sure that may help others looking to solve that issue.
Forum: Plugins
In reply to: [Quick Paypal Payments] Plugin not Working (May 2020)Yes, it was difficult to see – the power of xdebug & PHPstorm to be able to step through..
Forum: Plugins
In reply to: [Quick Paypal Payments] Plugin not Working (May 2020)OK fixed in the next version 5.7.1
You don’t want to know the bug 🙂
Forum: Plugins
In reply to: [Quick Paypal Payments] Plugin not Working (May 2020)As I can replicate the issue I should now be able to fix it.