Searching in filter results in 404 page
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 joelb95 on January 29, 2024, 17:33Hi there,
Since updating from version 1.3.4.5 to 1.3.5.1, I'm running into a problem with the product filter. I added the filter to my page using a shortcode which always worked great. Problem: when entering a search term in the filter I end up on the 404 page. I tried disabling all other plugins and removing my custom javascript but the problem still persists. For now I downgraded to 1.3.4.5 but would prefer using the newest version. Do you have any idea what could cause this problem?
Is there any way to send a private link to my staging store so you can check out the catalogue page?
Thanks in advance!
Kind regards,
Joël
Hi there,
Since updating from version 1.3.4.5 to 1.3.5.1, I'm running into a problem with the product filter. I added the filter to my page using a shortcode which always worked great. Problem: when entering a search term in the filter I end up on the 404 page. I tried disabling all other plugins and removing my custom javascript but the problem still persists. For now I downgraded to 1.3.4.5 but would prefer using the newest version. Do you have any idea what could cause this problem?
Is there any way to send a private link to my staging store so you can check out the catalogue page?
Thanks in advance!
Kind regards,
Joël
Quote from Pablo Borysenco on January 30, 2024, 11:52Hello Joël
You can add any private data here - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png
Hello Joël
You can add any private data here - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png
Quote from joelb95 on January 30, 2024, 12:28Hi Pablo, Thank you for your reply. I already found out and added the URL.
I'm currently still developing, testing and debugging the store before buying the premium version so I can't add a license yet.
Hi Pablo, Thank you for your reply. I already found out and added the URL.
I'm currently still developing, testing and debugging the store before buying the premium version so I can't add a license yet.
Quote from Pablo Borysenco on January 30, 2024, 13:21Hello
Ok! Please add wp-admin + ftp access - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png
Hello
Ok! Please add wp-admin + ftp access - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png
Quote from joelb95 on January 30, 2024, 14:47Hi Pablo, done, I added the login details to the private data
Hi Pablo, done, I added the login details to the private data
Quote from joelb95 on January 31, 2024, 13:33I have an update; I tested some more locally with a clean wp install only using divi (the theme i'm using), woocommerce + husky and almost the same problem persists when adding the filter with the [woof] shortcode and then submitting a search term. But instead of redirecting to a 404, it just reloads the /shop page without showing filtered results and url search params. When using the default, unedited shop page, with the 'set filter automatically' function, searching seems to work fine.
When manually adding the param '?swoof=1&woof_text=test' to the URL, I also land on a 404.
I have an update; I tested some more locally with a clean wp install only using divi (the theme i'm using), woocommerce + husky and almost the same problem persists when adding the filter with the [woof] shortcode and then submitting a search term. But instead of redirecting to a 404, it just reloads the /shop page without showing filtered results and url search params. When using the default, unedited shop page, with the 'set filter automatically' function, searching seems to work fine.
When manually adding the param '?swoof=1&woof_text=test' to the URL, I also land on a 404.
Quote from Pablo Borysenco on January 31, 2024, 17:23Hello
Please do a test
Hello
Please do a test
Quote from joelb95 on January 31, 2024, 17:33Hi, it works! Could you let me know what you did to fix it? Would love to know. Thanks so far for your support
Hi, it works! Could you let me know what you did to fix it? Would love to know. Thanks so far for your support
Quote from Pablo Borysenco on February 1, 2024, 10:12Hello
in file - \wp-content\plugins\woocommerce-products-filter\ext\by_text\index.php I added this code - https://share.pluginus.net/image/i20240201101214.png
if ('product' != $wp_query->query_vars['post_type']) {
return $where;
}
Hello
in file - \wp-content\plugins\woocommerce-products-filter\ext\by_text\index.php I added this code - https://share.pluginus.net/image/i20240201101214.png
if ('product' != $wp_query->query_vars['post_type']) {
return $where;
}
Quote from joelb95 on February 1, 2024, 10:32Okay, good to know. Will this be added to the next update or should I add it manually each time after updating the plugin?
Thank you for your time and support.
Okay, good to know. Will this be added to the next update or should I add it manually each time after updating the plugin?
Thank you for your time and support.
Quote from Pablo Borysenco on February 1, 2024, 12:05Yes it will be in the next version of the plugin
Yes it will be in the next version of the plugin