This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: WooCommerce Product Variations Shown #2385
    diego89diego89
    Participant

    I’ve got a permanent fix for you:

    In Includes -> search_content.class on line 210 there is the query $querystr = …

    change the WHERE statement to:

    WHERE
    $post_types
    AND $post_statuses
    AND $like_query
    AND $exclude_posts
    AND NOT $wpdb->posts.post_type = ‘product_variation’
    GROUP BY

    the AND NOT line is my change in this file, probably you have to change the search_content_fulltext.class aswell.

    It hope it works for you aswell.

    in reply to: WooCommerce Product Variations Shown #2194
    diego89diego89
    Participant

    Screenshots

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