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
I'm looking for a way to display some pricing tables on my site. I want to create a master price table, and then on different pages of the site display specific rows of the table. For example:
Is this possible with wpDataTables?
Hi Justin Hollender,
Thank you for the inquiry.
Something like that is possible if you create one Manual table where you will add all the data that you need, and in one column you add the ID's of the page (this column will not be visible on the front-end).
Then you have to create the second table from MySQL query that will fetch the data from the first table and add condition to display just the data related to this page. e.g.
%CURRENT_POST_ID% will be replaced with the ID of a currently active WordPress page or post. You can take a look at this feature at this page - Making dynamic SQL Queries with placeholders.
You can try our sandbox site: Front-end & Back-end - you can find a fully functional version there to try out all plugin features.
Hey Milos,
Thanks for the information. I'm trying to test this out in the sandbox admin area, but I can't figure out the second table setup. The first table is:
Then I started setting up a page for the Anna Belle, which should only have the pricing from row 1 visible. Would I need to add another column to the table for the WordPress Post ID?
Thanks,
Justin
Milos,
Actually, I figured it out. But the site refreshed and deleted my table from the sandbox while I was working on it.
Hi Justin Hollender,
Yes sandbox refreshes every 15th minute of every hour. If you have any more questions don't hesitate to ask.