8THEME8
8THEME
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-
CompletedCompleted

May 11, 2026

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

May 11, 2026

Oh wow! that's awesome! Thanks so much, that is exactly what i needed :D Thanks again so much!!

May 11, 2026

Hello @indigoross May I mark this request as 'Done' and modify the main message with the solution I provided for you ? Regards, Jack Richardson

May 11, 2026

Hi jack Yes please that be great! worked perfectly. Many thanks again Scott