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

Functional filters on custom page template

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.

Hello,

Is there a way for filters to function correclty in a custom template page, that is not a woocommerce page.

I have a template page that displays products with selected attribute terms. Is there a way to display the filters without loading an archive page?

For example, I have the page"domain/tiles-best-sellers/", where I call [woof tax_only="pa_tiles-color"] filter and after I choose a filter it redirects me to"domain/products/swoof/tiles-color-gray/".

Is there a way to stay at the same custom page, and filter with the specific products that are displayed on this page?

Hello

Yes. You should use a product template that is suitable for displaying results(selector  .woocommerce .products).

OR try to override js variable - woof_not_redirect  Just add in your JS file:

var woof_not_redirect = 1;