fullworks
Forum Replies Created
-
Forum: Plugins
In reply to: [Quick Paypal Payments] Plugin not Working (May 2020)I’m going to test it but I think I can see your issue
Forum: Plugins
In reply to: [Quick Paypal Payments] Plugin not Working (May 2020)Yes look in the folder – legacy which is where I’m holding the legacy code.
But you are confusing me about the popup… if there is a popup feature I haven’t found it yet!
have you tried do_shortcode
do_shortcode('[.....]');The rewrite will have a REST-API for the submission, so in theory people will be able to submit ‘headlessly’. But there is a lot of work to be done.
Forum: Plugins
In reply to: [Quick Paypal Payments] Plugin not Working (May 2020)Just trying to understand your prior post
so I think you are saying that you were not calling the shortcode from a page – but from a do_shortcode call in another plugin?
Forum: Plugins
In reply to: [Quick Paypal Payments] Plugin not Working (May 2020)I’m currently totally re-writing this plugin, as I inherited the plugin from the original developer that no longer could look after it.
The existing code line has a lot of history and so is not structured to easily support and enhance. It is quite a big effort to rebuild it, I do hope it will be worth the effort in the end
Forum: Plugins
In reply to: [Quick Paypal Payments] Plugin not Working (May 2020)It is a shame you can’t identify the specific error.
I guess you don’t have a test system you can check your theme theory out on.
Can I ask, how many fields are you using on the form – as the error is an error return from PayPal it is within the bounds of possibility that a specific field or option is cause a reject from paypal.
Have you tried with the most simple form possible – or have you complex options?
In any case I’m glad you have found a solution that works for you.
Forum: Plugins
In reply to: [Quick Paypal Payments] Plugin not Working (May 2020)What ever your issue is, it isn’t related to notices and warnings, notices and warning are simply notices to developers and do not impact functionality.
See https://fullworks.net/docs/plugins-general/troubleshooting-plugins-general/php-notices-and-warnings/
I can’t really help you debug further without detailed access as there are so many settings it could be anything. And debugging the free version in individual sites is not a service I offer. If you can identify a specific error I will endeavour to fix it.
I can say that in a ‘vanilla site’ the plugin works fine when set up, you can see it working here https://fullworks.net/docs/quick-paypal-payments/demos-quick-paypal-payments/
Have you check the console log for javascript errors?
Forum: Plugins
In reply to: [Quick Paypal Payments] Slider not rendered properlyHi I can’t really debug it any more remotely – it is for some reason missing the centre value. Not much more I can say at the moment.
Forum: Plugins
In reply to: [Quick Paypal Payments] add paypal account form in user admin pageI’m actually completely rebuilding the setting pages. I hope they will make things simpler and more logical.
It is quite a big development project as there is a fair bit there.
If you are interested contact me directly ( support at fullworks dot net ) – I’ll show you a video tour of what settings is going to look like.
Forum: Plugins
In reply to: [Quick Paypal Payments] add paypal account form in user admin pageOK I think I get you – so set a default user PayPal account for logged in users, so when they go to a payment form they don’t have to type in their account ( i’d assume we would still let them override, just be a default ).
It is a nice idea – but not a current one on the development plan short term.
I’ll add it to the enhancement ideas.
Forum: Plugins
In reply to: [Quick Paypal Payments] Slider not rendered properlyCan you disable your caching plugin – as it make it very difficult to inspect css, thanks.
Forum: Plugins
In reply to: [Quick Paypal Payments] Express CheckoutI’m sorry but have no idea what that message you got is about.
QPP uses PayPal Standard Payments, the same technology that drives millions of websites ‘buy now’ buttons.
I have seen no messages about retiring PayPal Standard or not supporting it and have searched the PayPal developers pages for any such information and could find none.
I currently have no plans to provide Express Checkout or any other advanced merchant integrations at this stage.
Forum: Plugins
In reply to: [Quick Paypal Payments] add paypal account form in user admin pageSo let me understand, you have users that are not administrators that can change the place that PayPal funds go to?
You want to do that but not make all form settings available to that level of user?
Sounds slightly risky to me.
The plugin currently requires manage_options capability to access settings. Right now there is no plan on the roadmap to add a lower level split on settings.
To implement in the current version would be complex and expensive. In future versions the settings pages are being recorded, so it may be possible at a future version, but as I mentioned not a requirement on the current road map.
Forum: Plugins
In reply to: [Quick Paypal Payments] Slider not rendered properlyThe WordPress support forum for free plugins is and open an free support forum for all, do there is no private messaging.
So if you want free help from contributors you will have to share a link publicly as there is no alternative on this forum.
Forum: Plugins
In reply to: [Quick Paypal Payments] Slider not rendered properlyIt should work. It does on my systems – e.g. https://fullworks.net/docs/quick-paypal-payments/demos-quick-paypal-payments/payment-with-an-amount-slider/
It sounds most likely your theme CSS is impacting the front end display, especially if it is looking good on the back end.
I’d need to see an actual example ( e.g. on a test post ) to be able to give any further guidance.
In terms of minimums – yes that is currently the only method ( but a good idea for a future version )
Forum: Plugins
In reply to: [Get Directions Map] The map does not appear in free versionI haven’t heard back.I assume you either moved on or worked it out.