Thread Starter
jvj
(@jvj)
Спасибо за ответ и указание направления.
Проблема заключается в совместной работе с плагином ajax-поиска Advanced Woo Search, который ищет значение в SKU и отображает товары, стандартный поиск их просто не находит.
Буду смотреть/думать/копаться, благодарю за помощь.
Thread Starter
jvj
(@jvj)
add_filter( ‘aws_page_results’, ‘aws_page_results’ );
function aws_page_results( $num ) {
return 9999;
}
Yes, it helped, thank you so much.
Thread Starter
jvj
(@jvj)
Hello, ILLID.
I am talking about search results page.
‘Maximum number of displayed search results’ option value is 10 and in ajax block displayed 10 results.
If searching product > 100, search results page displayed only 100 products, others search plugins displayed all products.
Thanks for answer.
p.s. Увидел @mihail-barinov, т.к. не особо силен в английском, мне было бы проще объяснять на русском, если есть возможность )