• Resolved ILLID

    (@mihail-barinov)


    Hi,

    I see that starting from some version you add integration for Advanced Woo Search plugin. I’m talking about the code inside modules/woofilters/mod.php file.

    The problem with this code is that with Advanced Woo Search PRO you can display product variations as well, but your code just stripped all such child products.

    I think the problem is in

    $filterLoop = new WP_Query( $args );
    $ids = $filterLoop->posts;

    $ids variable here just exclude all product variations.

    Can you please fix this?

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Compatibility issue with Advanced Woo Search’ is closed to new replies.