2

Add Product SKU to Ajax Drop-down Search

  • Done

Avatar
indigoross

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: prnt.sc/7TP_sNr7OgBM
after: prnt.sc/C7tLrFBmjbx-

A

Activity Newest / Oldest

Avatar

Jack Richardson

Status changed to: Done

Avatar

Jack Richardson

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: prnt.sc/7TP_sNr7OgBM
after: prnt.sc/C7tLrFBmjbx-

Waiting for your feedback :)

Regards, Jack Richardson


Avatar

indigoross

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

Thanks again so much!!


Avatar

Jack Richardson

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


Avatar

indigoross

Hi jack

Yes please that be great! worked perfectly.

Many thanks again

Scott


  • Avatar