• Resolved math1991

    (@math1991)


    Hi,

    Since the latest update, the product search is no longer finding composite products.

    I am using the YITH composite products plugin.

    Thanks

    Mat

Viewing 15 replies - 1 through 15 (of 22 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hi,

    Looks like I understand what cause this problem.
    From version 1.86 plugin use wc_get_products method to get products for search results.
    And this method returns only specific product types. To force it to show yith composite products please add following code

    add_filter( 'product_type_selector', 'my_product_type_selector', 0 );
    function my_product_type_selector( $types ) {
        $types[ 'yith-composite' ] = _x( 'Composite product', 'dropdown admin edit title product type', 'yith-composite-products-for-woocommerce' );
        return $types;
    }

    Спасибо! обновление помогло!

    Теперь в индексе товары есть , а в самом поисковике не ищут(((

    Plugin Author ILLID

    (@mihail-barinov)

    Please tell me – are you using some custom product types?

    не понял что за пользовательские продукты?

    Plugin Author ILLID

    (@mihail-barinov)

    There is some default product types – Simple product, Grouped product, External/Affiliate product and Variable product. Maybe you are using some additional ones.

    могу отправить доступ на почту! посмотрите?

    Plugin Author ILLID

    (@mihail-barinov)

    yes, I can do this

    на эту почту отправить noreply@wordpress.org?

    Plugin Author ILLID

    (@mihail-barinov)

    отправил

    Plugin Author ILLID

    (@mihail-barinov)

    Sorry, not receive anything yet.

    еще раз отправил

    Plugin Author ILLID

    (@mihail-barinov)

    Ok. I receive it. Please tell me with what products you have problem?

    Advanced Woo Search проиндексировал все продукты, но не ищет в поисковой строке по артикулу и коду производителя, ранее такой проблемы не было

Viewing 15 replies - 1 through 15 (of 22 total)

The topic ‘Not searching composite products’ is closed to new replies.