As previously announced via banners and our newsletters, support is no longer available through this platform.
For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.
You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.
Paid customers: Please log in to your store account for support.
Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com
Is it possible to create a customized query using input from end users? For example, there would be 2 blanks that would plug into the following query:
SELECT * FROM DATA WHERE PurchaseOrder = 'Blank #1" and PartNumber = "Blank # 2'
Hello Darren.
Thank you for your interest in our plugin.
I am sorry, but I did not quite understand the question. Could you please explain in a bit more detail what you mean?
You can create a table which has two blank columns in PHPMyAdmin, so users can enter the purchase order and part number, if that's what you mean.
Best regards.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
I am looking to have a table displayed showing a customers purchase history based on a part number and purchase order number that they enter, all of the data is in a MySQL database
Ok, Darren.
So, the table already exists in your database, and you'd like to create a new one in wpDataTables which would pull the purchase history based on part number and purchase order number. Would you have a new table for each user, or one table for all users?
I believe it could be done, I'm just trying to figure out how you'd like to do it, and what the new table should display. You could use foreign keys, or pull the data using query based on a unique ID for a specific user.
For example, each user has his own ID - so you could create a new table generating a query from an existing table, where you'd pull the user ID, user name, purchase order number, part number and populate by date only for that user.
Is this what you're looking for? Could you send me an example in Excel, or something similar, so I can recreate it in our plugin and show it to you?
Best regards.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables