For pagination we use ajax in our product table, but you can stop ajax for pagination. There is a section “Ajax for Pagination (Enable/Disable)” in “Basic” tab.
If you want to hide one or more specific categories products you can do that. There is a section “Categories Exclude” in “Basic” tab. From there add those categories which you don’t want to show in your product table.
If you want to hide one or more specific products you can do that. There is a section "Product Exclude" in "Basic" tab. From there add those products which you don't want to show in your product table.
Create a custom field using ACF plugin and assign it with your products. I hope you already have done this step. If you need any help on this step please read this.
Now create a table with audio type new column
Add new column with audio type column. The column keyword will be the custom field name which you have create by ACF. See this screenshot.
You can show products by type . Click on "Basic" tab, here from "Product type Include" option select which type product you want to show in our product table.
Also you show product by visibility. From "Product visibility Include" option choose which kind products you want to show.
You can show multiple inner items inside one column like Price, Quantity, Category and many more. Just check which items you want to show from "Select multiple inner items".
WooCommerce Product table support any kind of shortcode in the table's column. Many shortcode needs some attributes. Here we have added few possible attributes for your desired shortcode.
First, you need to create at least one custom taxonomy.
I am using the CPT UI plugin to create custom taxonomy, which is absolutely free plugin. Also, some people won’t suggest you use any plugin for creating custom taxonomies. I suggest because we can use this plugin to create custom taxonomies and then get the code from this plugin and paste it wherever you need and finally we can remove this plugin.
That’s why I’m using this plugin. You can download it from WordPress.org.
After installing the Custom Post Type UI plugin you can find the option Add/Edit Taxonomies. Click on it you can see another screen like below. Fill the required information and click on Add Taxonomy. I’ll discuss more on this topic later.
After successfully added our new custom taxonomy go to the Edit Taxonomy tab and click on Populate missing labels based on chosen labels. That’s all for now. We have created our first taxonomy for the WooCommerce Products.
Add new column with custom taxonomy
You can add custom fields or custom taxonomy from under the column table.
To enable any column just just check the column from right edge of the specific column. And to hide any enabled column just unchecked that column. All setting will remain stored until you remove the column.
Generally almost in every online shop we can see product variations showing as dropdown. But these dropdown could be shown as table.
Before create variations table you should know that
If select Variation product, you have to confirm, your all Variation is configured properly. Such: there will not support "any attribute" option for variation. eg: no support "Any Size" type variation. And if enable Variation product, Some column and feature will be disable. such: Attribute, category, tag Column, Advance Search box.
To create a product variation like above screenshot. Lets follow below this steps:
Click on "Basics" tab. Spelldown and you will see "Product Type (Product/Variation Product)" . From there select "Only Variation Product".