Read the related blog post https://www.findkit.com/adding-instant-search-for-woocommerce/
An example how to add Findkit Search for WooCommerce. See the findkit-woo.php and findkit-woo.js files.
Download the
zip to
your theme root and extract it to findkit-woo directory or clone it using
git:
git clone https://github.com/findkit/findkit-woo.git
Require findkit-woo.php from your functions.php file
require_once __DIR__ . '/findkit-woo/findkit-woo.php';Configure your publicToken to the FindkitUI constructor in findkit-woo.js.