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

How i created two different types of search in same 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.

I am doing a wheel and tyre website, I need the plugin to work separately for a wheel search and tyre search. How do I get the plugin to work differently for both parameters

Search Tyres

<div class="search_home">
<?php echo do_shortcode('[woof sid="tyre_search" redirect="https://www.weblogix.com.au/tyreforce/tyre-search-result/" autohide="0" autosubmit="1" is_ajax="1" ajax_redraw="1" start_filtering_btn="0" btn_position="b" dynamic_recount="-1" hide_terms_count_txt="0" mobile_mode="0" tax_only="pa_width,pa_aspect-ratio,pa_diameter" ]'); ?>
</div>
Search Wheels
<div class="search_home">
<?php echo do_shortcode('[woof sid="search_wheels" redirect="https://www.weblogix.com.au/tyreforce/wheels-search-result/" autohide="0" autosubmit="1" is_ajax="1" ajax_redraw="1" start_filtering_btn="0" btn_position="b" dynamic_recount="-1" hide_terms_count_txt="0" mobile_mode="0" tax_only="car_make" ]'); ?>
 </div>

Hello

Unfortunately, only one filter can work on one page.

is it possible in future ?

Hello

Unfortunately no. But it can work if you don't use ajax

OR  -  Use one filter and separate it with CSS. And custom JS code for redirection

OR - You can try this filter - https://wordpress.org/plugins/avalon23-products-filter-for-woocommerce/  demo - https://cars.avalon23.dev/  - This plugin can work with multiple filters