-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend Formidable Forms entries list with Pronamic Pay payment info/status #1
Comments
Instead of dumping the payment in the column, Are there any drawbacks/concerns before adding this to the plugin? |
The gist https://gist.github.com/remcotolsma/9738e8830764b4e517565e920dffd893 will result in an extra WordPress query for each row in the Formidable Forms entries list table? With 20 Formidable Forms entries we will have 20 additional WordPress queries. Posts 2 Posts describes this challenge in the |
Could also be a solution for: https://secure.helpscout.net/conversation/1759176738/23337?folderId=1425710.
|
I noticed the following option in:
|
I received a customer inquiry about updating a field in the entry with the payment status and created a Gist for this, which might come in handy if we want to add support for e.g. the configurable payment status field update settings. https://gist.github.com/rvdsteege/d3ca3af59e7ef1800eca22d206808681 Internal Help Scout ticket: https://secure.helpscout.net/conversation/2003549536/24449/ |
Requested today in the following two HelpScout tickets:
Internal HelpScout ticket: https://secure.helpscout.net/conversation/1604299059/22548/
Internal HelpScout ticket: https://secure.helpscout.net/conversation/1604764244/22552?folderId=1425720
In the following Gist a quick solution:
https://gist.github.com/remcotolsma/9738e8830764b4e517565e920dffd893
The text was updated successfully, but these errors were encountered: