Skip to content
Advertisement

Extend WooCommerce product search to custom taxonomies and custom fields

I am creating advance woocommerce search and I want to add sku and product_tag and product_category in search query. Below I am using Enable custom taxonomies in WooCommerce product search answer code, that enable search for multiple taxonomies:

I want to add product sku too in search query, how to add it ?

Advertisement

Answer

The following will extend Product search to multiple taxonomies (Product Category and Product tag) and multiple custom fields (as SKU here):

Code goes in functions.php file of your active child theme (or active theme). Tested and works.

Related: Enable custom taxonomies in WooCommerce product search

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement