

Product table with search, filter, and sort toolbar
Tably – Smart Product Table for WooCommerce transforms your store into a fast, scannable product catalog — perfect for B2B buyers, wholesale customers, and anyone who wants to browse and order quickly.
No more clicking into individual product pages. Your customers can search, filter, sort, and add products to cart — all from a single table view.
[tably] with powerful attributes.pot file includedBasic — all products:
[tably]
Filter by category:
[tably category=”electronics” limit=”15″]
Custom columns:
[tably columns=”image,name,sku,price,stock,cart”]
Specific products:
[tably ids=”12,45,89″]
Sort by price:
[tably orderby=”price” order=”asc”]
Striped style, no toolbar:
[tably style=”striped” search=”no” filter=”no”]
image — Product thumbnailname — Product name + short descriptionsku — Product SKUprice — Current price (with sale price)stock — Stock status / quantitycart — Quantity input + Add to Cart buttonCopy /templates/table.php or /templates/table-row.php to /your-theme/tably/ to fully customize the output.