Quick search - duplicated products
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page pleaseIf you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.
Quote from Miroslav on September 7, 2019, 15:34Hello. Why in quick filter I see duplicated products? https://mravec.sk/vyhladavac-produktov/ How to correct it ? thank you
where can I pass licence number and admin passwords? I dont see anywhere Hidden private data and etc... thank you
Hello. Why in quick filter I see duplicated products? https://mravec.sk/vyhladavac-produktov/ How to correct it ? thank you
where can I pass licence number and admin passwords? I dont see anywhere Hidden private data and etc... thank you
Quote from Pablo Borysenco on September 9, 2019, 13:09Hello
I dont see anywhere Hidden private data and etc - https://c2n.me/43uCmjN.png
Please delete file \woocommerce-products-filter\ext\quick_search\data\data_0000_xxx.json via FTP and generate new file
Hello
I dont see anywhere Hidden private data and etc - https://c2n.me/43uCmjN.png
Please delete file \woocommerce-products-filter\ext\quick_search\data\data_0000_xxx.json via FTP and generate new file
Quote from Miroslav on September 9, 2019, 16:17I tried delete that file more times and generate and same result.
Another problem. Why this image from plugin is loaded at the end of loading page ? It is possible to speed up loading this file? thank you
I tried delete that file more times and generate and same result.
Another problem. Why this image from plugin is loaded at the end of loading page ? It is possible to speed up loading this file? thank you
Quote from Pablo Borysenco on September 10, 2019, 17:00Hello
Did you customize plugin code?
it looks like you are using code that changes per page to 20
Please do test !
.
Hello
Did you customize plugin code?
it looks like you are using code that changes per page to 20
Please do test !
.
Quote from Miroslav on September 10, 2019, 17:18thank you, perfect...
can you say me what to change, when I want to change products per page to 30? (sometimes we can try how much products in shop page is enough). thank you
thank you, perfect...
can you say me what to change, when I want to change products per page to 30? (sometimes we can try how much products in shop page is enough). thank you
Quote from Pablo Borysenco on September 11, 2019, 13:54Hello
can you say me what to change, when I want to change products per page to 30? - do it right! No need to change pagination in all WP_Query
Hello
can you say me what to change, when I want to change products per page to 30? - do it right! No need to change pagination in all WP_Query
Quote from Miroslav on September 24, 2019, 09:12ok. I will start from the bottom.
In my woocommerce shop I need have 30 products per page. (in quick search can be any number of products per page... )
I use DIVI template, that in settings page is option "Number of Products displayed on woocommerce archive page" set to 30.
in function.php is this code:
/* products per page with - this fixes it when using divi */
add_action( 'pre_get_posts', 'wppp_extra_filter', 30 );
function wppp_extra_filter( $query = false ) {
$query->set( 'posts_per_page', apply_filters( 'loop_shop_per_page', 30 ) );
}In Woocommerce -> Settings -> Products Filter -> Tab Advanced -> Options -> Products per page is value 30.
In quick search page https://mravec.sk/vyhladavac-produktov/ i see duplicated products...
Affects one of these settings above problem with duplicated products in this page?
What affects duplicated products in result of quick search?Thank you
ok. I will start from the bottom.
In my woocommerce shop I need have 30 products per page. (in quick search can be any number of products per page... )
I use DIVI template, that in settings page is option"Number of Products displayed on woocommerce archive page" set to 30.
in function.php is this code:
/* products per page with - this fixes it when using divi */
add_action( 'pre_get_posts', 'wppp_extra_filter', 30 );
function wppp_extra_filter( $query = false ) {
$query->set( 'posts_per_page', apply_filters( 'loop_shop_per_page', 30 ) );
}
In Woocommerce -> Settings -> Products Filter -> Tab Advanced -> Options -> Products per page is value 30.
In quick search page https://mravec.sk/vyhladavac-produktov/ i see duplicated products...
Affects one of these settings above problem with duplicated products in this page?
What affects duplicated products in result of quick search?
Thank you
Quote from Pablo Borysenco on September 24, 2019, 12:25Hello
https://c2n.me/43K3lfq.png - This code is causing a conflict.
My plugin forms a file with duplicate products.
To fix it - in file wp-content\plugins\woocommerce-products-filter\ext\quick_search\index.php - change 10 t0 30 - https://c2n.me/43K3X8o.png
Hello
https://c2n.me/43K3lfq.png - This code is causing a conflict.
My plugin forms a file with duplicate products.
To fix it - in file wp-content\plugins\woocommerce-products-filter\ext\quick_search\index.php - change 10 t0 30 - https://c2n.me/43K3X8o.png
Quote from Miroslav on October 1, 2019, 20:28thank you for help.
thank you for help.
Quote from Pablo Borysenco on October 2, 2019, 13:16Hello
Welcome;)
Hello
Welcome;)