PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

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 please
If 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.

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

Hello Joël

You can add any private data here - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png

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.

Hello

Ok! Please add wp-admin + ftp access - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png

 

Hi Pablo, done, I added the login details to the private data

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.

Hello

Please  do a test

Hi, it works! Could you let me know what you did to fix it? Would love to know. Thanks so far for your support

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;
}

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.

Yes it will be in the next version of the plugin