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.
могу отправить доступ на почту! посмотрите?
на эту почту отправить 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 проиндексировал все продукты, но не ищет в поисковой строке по артикулу и коду производителя, ранее такой проблемы не было