Home Forums WoodMart support forum Search product id not working on mobile bug show up again after theme update!

Search product id not working on mobile bug show up again after theme update!

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #422362

    itsterry0908
    Participant

    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.
    #422484

    itsterry0908
    Participant

    Anyone solve this issue?

    #422560

    Artem Temos
    Keymaster

    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

Viewing 3 posts - 1 through 3 (of 3 total)