The best WooCommerce product display plugin and how to use it

In need of a WooCommerce product display plugin? You're in the right place! In this post, I'm going to introduce you to the best such plugin in the market, plus show you how to use it, step by step.

Here's what you can expect from the plugin in action:

table filter

But first:

Why do you need a WooCommerce product display plugin anyway?

WooCommerce is a great tool, it truly is. But like with most products, there are some chinks in its armor.

For instance, one area where WooCommerce falls a bit short are the available options when it comes to displaying your product catalog in full. Well, when I say "options" ... there actually aren't any.

What you do get is just one default view that you can customize only slightly via WordPress Customizer. Doing more in-depth modifications is basically a nightmare if you don't have any coding or WordPress/HTML knowledge.

This is that default view:WooCommerce default grid

In itself, it's a nice presentation for a standard retail store where each product should get a small portion of the spotlight. But it's not optimal for all business scenarios imaginable.

This is where the WooCommerce Product Table plugin comes into the picture.

What WooCommerce Product Table does better than default WooCommerce

Simply speaking, WooCommerce Product Table allows you to display products inside a searchable and sortable table view. Like this:

WooCommerce Product Display plugin

A couple of important notes about this WooCommerce product display plugin:

  • The plugin gives you an additional way of displaying your product catalog - it doesn't replace the default one. You can still use the old catalog view on your website as well.
  • The plugin doesn't alter the individual (single) product pages. However, you can add product tables to the single product pages if you wish to. Read here for more info.
  • You can put a product table on any post or page, and you can use multiple such tables.
  • It comes with a search field (which works as you type) and a filtering mechanism. You can also sort by any column.
  • It inherits the styling from your current theme, matching the rest of the website.
  • It's fully responsive and mobile-friendly.
  • It works on multilingual WordPress sites.
  • You can include/exclude certain products or product categories.

See the full feature list here.

Being able to display your product catalog this way opens up a handful of interesting possibilities:

When to use this alternative WooCommerce product display plugin

First off, the more products you have in your store, the more you'll enjoy WooCommerce Product Table.

Additionally, the plugin helps you handle all the product variations that you might have in your store.

For instance, you can display those variations as individual rows in the table. Tables are much better at showcasing similar products since they're much easier to scan through than a grid view. Not to mention that the buyer can filter through the variations with a couple of clicks (see the animated GIF above).

Here are some interesting ways in which the WooCommerce product display plugin can be used:

Use case #1: A wholesale catalog

Wholesale customers usually expect different things than retail customers. Most importantly, they don't want to be forced to have to scroll through pages upon pages of product listings. They also probably already know what they want to get, and how much of it. And finally, they want to get as quickly through the process as possible.

A product table works great for that. Everything is in one place, and the customer can buy multiple items at once.

We have a separate guide on how to build a WooCommerce wholesale store.

Use case #2: Use it to market to returning customers

A WooCommerce product display plugin is great when your customers are already familiar with your products and just want to get their hands on them as soon as possible.

This can happen when you're marketing to returning customers through an email campaign or social media ads.

With a customizable product table, you can pick the exact product category to display, put it on a certain page on your site, and then send people directly to that page.

Use case #3: Use it when products come back in stock

If you have certain products in your offer that often go out of stock (due to popularity), you can put all those products in a separate category and then display that category on a separate page inside a product table.

Since the products are already popular, your customers will probably not need any additional convincing why they should get them.

As an added bonus, the WooCommerce product display plugin lets you show stock as a separate column, which should help the cause as well.

in stock

Use case #4: Use it to sell supplies

Office supplies, workshop supplies, construction supplies, etc. If you're in a business like that, displaying all your products as a table can be much more efficient than using a grid display.

Let's face it, no one under the sun is particularly interested in looking at an individual sales/product page for some sticky notes or a pair of scissors.

The table display also makes things easier when buying multiple products - which usually does happen when we're talking supplies.

Use case #5: A configurator

Build Your Own Product Website WooCommerce

A table-based WooCommerce product display plugin can be an interesting alternative when selling anything that's made up of a number of individual elements that the customer can adjust/select.

We're basically turning that product table into a functional product configurator.

Think things like custom PC computer builds, or handmade furniture, or "make your pizza."

A pizzeria, for example, could use a separate webpage for online orders. On it, they can put a product table that lists pizza toppings (like pepperoni, tomato, olives, chicken, etc.). This lets the customer get their ideal tailor-made pizza.

Interested in building a configurator? Here's our step by step guide.

How to use WooCommerce Product Table

This WooCommerce product display plugin works much like any other WordPress plugin. Here's how to get started:

1. Get and install WooCommerce Product Table

Click this to get the plugin:

You will be able to download the plugin from your order confirmation page.

  • Save the ZIP file with the plugin to your desktop.
  • Take note of your license key.

Log in to your WordPress dashboard, go to Plugins → Add New, and click the Upload Plugin button that's at the top of the page.

Select the ZIP file of the plugin from your desktop, and click on Install Now. Then click on Activate to finalize the process.

2. Configure WooCommerce Product Table

To configure the plugin, go to WooCommerce → Settings → Products → Product tables:

WooCommerce product display plugins

The first thing you need to do is enter the license key in the very first field (see above).

Click on Save changes to enable the plugin fully.

At this stage, you can begin configuring how exactly this WooCommerce product display plugin is going to go about displaying your products.

Most of the options on the page are pretty self-explanatory, plus you can click on the Read more links next to each one.

Visit the complete list of plugin options here.

3. Add a product table to any post or page

This really couldn't be easier. The exact method depends on whether you're using the Classic Editor or Gutenberg:

  • Classic Editor - Click the 'Insert Product Table' toolbar button. This adds a [product_table] shortcode to the page.
    toolbar button
  • Gutenberg - Add the [product_table] shortcode to a 'Shortcode' block.
    WooCommerce Product Table Gutenberg Block

This shortcode is going to be turned into an actual table once you save/publish your post/page.

Best part, you can customize this shortcode by adding parameters to it. And there is a lot of those! Let me give you just a couple of examples:

  • Display only products from certain categories: [product_table category="courses,books"]
  • Limit the number of columns to just the product name and price: [product_table columns="name,price"]
  • Use a checkbox instead of an "add to cart" button - useful for product configurators: [product_table cart_button="checkbox"]

Here's a complete list of all the ways in which you can modify the main shortcode.

Important note. Modifying this shortcode is purely optional. If you don't do anything to it and just stick with the default version ([product_table]), the plugin will take all its settings from the main settings page (WooCommerce → Settings → Products → Product tables). Modifying the shortcode is a good idea if you want to add multiple tables to your site, each one different. But if what you need is a single table, you best get it configured in the settings. There's a lot of options there:

woocommerce product display table settings

Bonus tip: Add quick view to your WooCommerce product display

WooCommerce Product Table Quick View Magnifying GlassWooCommerce Product Table displays products in a tabular list. You can build on this by using it with its companion plugin, WooCommerce Quick View Pro. This lets you add quick view buttons and/or links to the list of products. Customers can click on them to view more information, the full product image gallery, and even choose variations and add to the cart from a quick view lightbox.

It's a big improvement if:

  • You want to display extra product information that doesn't fit within the table layout.
  • There are too many variations or options for each product to neatly fit into the product table.
  • You want to keep customers on the product list, instead of being taken to a separate page for each product. (This is a good way to increase the average value of each sale, as customers are likely to buy more products from you.)

Get Woo Quick View

Improve the display of your WooCommerce products

At the end of the day, WooCommerce Product Table presents a really interesting alternative to the default way in which WooCommerce handles the display of your product catalog. If you have enough products in your offer, you're very likely to enjoy it. Like these people do:

testimonials

Want to learn more about what this WooCommerce product display plugin can do? Check out our knowledge base.

Please share your thoughts...

Your email address will not be published. Required fields are marked *