May 11
Add Product SKU to Ajax Drop-down Search
Have the product SKU added to the Ajax search drop-down, Would be very handy for Product Variations.
Solution of @Jack Richardson answer :
You may add next filter to your child-theme/functions.php or via any Code Snippets plugin.
add_filter('etheme_ajax_search_products_sku', '__return_true');
before: https://prnt.sc/7TP_sNr7OgBM
after: prnt.sc/C7tLrFBmjbx-
Completed
Hello @indigoross You may add next filter to your child-theme/functions.php or via any Code Snippets plugin. add_filter('etheme_ajax_search_products_sku', '__return_true'); before: https://prnt.sc/7TP_sNr7OgBM after: https://prnt.sc/C7tLrFBmjbx- Waiting for your feedback :) Regards, Jack Richardson