Out of the box Product Importer Deluxe detects the WooCommerce Brands Addon, WooCommerce Brands Plugin or ‘product_brand‘ Term Taxonomy slug and unlocks the Brands import type and Brand filters.
Where we get stuck is detecting the Brands import type within WordPress Theme’s that do not make use of the WordPress standard ‘product_brand‘ Term Taxonomy slug.
You can override the default Term Taxonomy that we check for Product Brands by adding the following PHP snippet to your current WordPress Theme’s functions.php file:
View Code