Turn your data into WordPress apps with tables, forms, charts & maps — no code required, with optional hoo...
Product Table for WooCommerce
Helps you to display your products in a searchable table layout with filters.
The facts
- Rating
- 4.8★ from 291
- Active installs
- 5k+
- Price
- Free
- Last updated
- 13 Aug 2026
- Added
- Sep 2017
- Requires WP
- 6.2
- Tested up to
- WP 7.1
- Requires PHP
- 7.4
- Downloads
- 444,999
Our analysis
AI-assistedProduct Table for WooCommerce is a WordPress plugin designed to display WooCommerce products in a searchable table format. You can add tables to any page or post using a shortcode, allowing for various applications such as restaurant ordering systems, online music sales, and course bookings.
The plugin features advanced search and filter options, enabling customers to filter products by taxonomy or custom fields. It also allows for the display of product variations in separate rows and supports custom columns, making it suitable for users who need to present their products in a structured way.
Best for: This plugin is best for WooCommerce store owners looking to organise their product listings in a table format.
What it does well
- ✓Displays WooCommerce products in a searchable table layout
- ✓Supports filtering by taxonomy, attributes, and custom fields
- ✓Allows for multiple tables on a site using shortcodes
- ✓Can be used for various applications like restaurants and online stores
- ✓Redirects users to the cart/checkout page after adding products
Where it falls short
- •Limited information on specific features and capabilities
- •No mention of support for non-WooCommerce products
Verdict
Product Table for WooCommerce provides a structured way to display products, making it useful for various eCommerce applications. However, detailed feature information is limited.
From the developer
Saiful Islam's own description of Product Table for WooCommerce, lightly tidied.
Doc | Demo Tables | Get Premium | Try Live
(Woo Product Table) Product Table plugin helps you to display your WooCommerce products in a searchable table layout with filters. Add a table on any page or post via a shortcode. You can create tables as many as you want.
Create a table for restaurant order systems, Online music sell, product Wholesale, Course Booking, or Selling books any many more. Read more
Have a looks in short for Woo Product Table
How to Create a WooCommerce Product Table
Shortcode Example
[Product_Table ID='123' name='Table Name']
ID – will be post’s ID(required).It will generate automatically when you create your table.
name – only for identifying your table’s shortcode.(Optional)
👣 List of Woo Product Table Plugin Features
🔅 How to create a WooCommerce Product Table?
🔅 How to show product attributes in a different column and search box?
🔅 How to sort products using tags or custom taxonomy?
🔅 How to display Table On Specific Archive page
🔅 How to create an Online Book Store using Woo Product Table?
🔅 How to Add Custom Column Using Action and Filter Hooks?
Demo table list
-
Advanced Search Table
Our most valuable feature is search & filter. Customers can filter products by any taxonomy or attribute like products categories, tags, color, or size. Also can filter by any custom field data. Have an option to search from specific areas. -
A table on Single Variable Product Page
If you select a table and enable ‘Variation Table’ then it will replace the default variation dropdown select options and will display that table on every variable product page. -
A table on an archive page.
You can override the default archive page and display our table. (Please note Product table will display products according to the WooCommerce default query and the Advance Search box is not available on the Archive page.) -
Product Variant In Separate Row
If you have variable products and you want to show every variation as a single product, this table is like that. -
Filter By Custom Field
Here you can filter products by custom filed. This will give you the freedom to filter products by any keyword. -
Quick Order Table
This is a special table. If you want to add a product to the cart just increase the quantity. The product will automatically add to the cart. -
User Conditional Table
Hide any column for Guest users. Users only can see some columns if they are logged in. -
Attributes in Different Column
You can show product Attributes in a different column as well as in the Search Box. -
[Redirect to checkout/cart page](Redirect to checkout/cart page)
On this table, if a customer adds a product to the cart then will atomically redirect to the cart/check out page. -
Restaurant Table
This table is made for a restaurant. Users will easily order products from the table. -
Mobile Wholesale
Create a table to sell mobile. Show products specifications using our description column. -
Audio Player Table
This is an audio table. User paly audio from the table. -
Online Music Sale
Create a table to sell your music. Users also can listen to demo audio. -
Books Table
Sell your books with the help of a table and increase user engagement. -
Course Booking Table
Create a table for selling online courses. Users can book any course to learn about their interests. -
Quotation Table
Users can send quotations using our plugin. Here is the demo table for that.
Please Visit our demo site to see all our demo tables. All Demo
Customization of Table Data
Using filter hook, User able to change any TD data, using filter hook.
Example Code:
add_filter('wpt_td_content', function($content, $Row, $column_key){
//$product_id = $Row->product_id;
//$product_id = $Row->td_keyword;
//var_dump($Row); //Checkout to get all others property of this $Row object.
if($column_key == '_price'){
$content = "BDT $content" . ' taka';
}
return $content;
}, 10, 3);
** 🏆Product Table Has Received 5 (⭐⭐⭐⭐⭐ ) Reviews. Let’s See What Our Users Said:**
Tagged as
Alternatives
Other plugins for displaying data.
Ninja Tables
86Best WordPress table builder plugin packed with versatile features to create fully responsive data tables of a...
wpDataTables
86The best WordPress table plugin. Create responsive, and searchable tables and charts from Excel (.xlsx, .xls o...
Display your WooCommerce products in a responsive Product Slider, Product Carousel, or Product Grid Gallery wi...
Create WooCommerce product tables that are searchable, sortable, filterable and mobile responsive. Help custom...
Statify
85This plugin evaluates the data collected with the privacy-friendly Statify Plugin (data tables and diagrams)....