1

Show sku in search results preview

  • Done

Avatar
SoulMan77

In search option I selected to search also in product’s sku. Could be useful to show sku in the preview of search results here: prnt.sc/140qdb0

A

Activity Newest / Oldest

Avatar

Jack Richardson

Status changed to: Done

Avatar

Jack Richardson

Hello, @SoulMan77
It was implemented in latest update v.8.0.4 and core 4.0.4 !
All changes and improves you may find on -> xstore.8theme.com/update-history
Regards, Jack Richardson


Avatar

SoulMan77

Hi Jack, when will be released the new version?
Thank you for your support.


Avatar

Jack Richardson

Hello, @SoulMan77
Approximately this week but follow our changelog to be up2date with knowing current released version of theme !
Changelog -> xstore.8theme.com/update-history
Regards, Jack Richardson


Avatar

SoulMan77

Thank you Jack. Which version of xstore I need?


Avatar

Jack Richardson

Hi SoulMan77
Versions 8.0.4 of theme and 4.0.4 of core plugin
Regards, Jack Richardson


Avatar

Jack Richardson

Hello @SoulMan77,
In next update we will add filter 'etheme_ajax_search_products_sku' filter to show sku for products in search results
You will be able to add next code in your child-theme/functions.php
add_filter('etheme_ajax_search_products_sku', function() {
return true;
});
And your products will be shown with sku as on next screenshot -> prntscr.com/1lnws0x as you have for products on shop page -> prntscr.com/1lnx3mi.
Regards, Jack Richardson


Avatar

Jack Richardson

Status changed to: In progress

Avatar

Jack Richardson

Status changed to: Under review