Search product id not working on mobile bug show up again after theme update!
-
Hello,
After theme upgrade to v.7.0.4, search product id not working on mobile bug show up again, please fix this as soon as possible!
This bug shows up again after each update, is there any way to fix this permanently?
Attachments:
You must be
logged in to view attached files.
Hello,
Sorry for the inconvenience. To fix this, edit the file inc/modules/search.php and change the code
if ( is_admin() && is_numeric( $term ) ) {
to this one
if ( apply_filters( 'woodmart_search_by_id', true ) && is_numeric( $term ) ) {
Kind Regards