PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]
Botoscope is currently in early access

Support Forum

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

Filter button does not update.

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.

Due to compatibility issues between Husky and Astra, I use the ‘Filter’ button to activate the dynamic capabilities of the filters on the following page. I can live with that, however, the ‘Price’ range Button retains prior values, which are reflected in the Slider, and does not update to reflect the dollar values on the page when products are changed. How do I fix the button not updating? Is there a place I can manually enter the values for the ‘Filter’ Button? https://www.alphaantenna.com/official-home/alpha-antenna-shop/modular-antenna-radio-array/

I have the pro version and the entry 0-1000 is in the field “Drop-down OR radio price filter ranges”, after which the Cache is cleared everywhere.

Place please actual purchase code of the plugin into the private area of this ticket:
https://share.pluginus.net/image/i20230222134241.png
https://share.pluginus.net/image/i20230222134615.png
https://share.pluginus.net/image/i20230222134511.png

 

I have given you Admin access. Here are some other things that don't work with the Husky Plugin and Astra, which I would also request that you fix. 1) The [woof_front_builder], which I have placed at the bottom of that same page, does not work. 2) The 'ion range-slider' does not work on the option 'Search by Price'.

View Page Source on the reference page shows those values for the button that are not being updated:

<form method="get" action="https://www.alphaantenna.com/official-home/alpha-antenna-shop/modular-antenna-radio-array/">
<div class="price_slider_wrapper">
<div class="price_slider" style="display:none;"></div>
<div class="price_slider_amount">
<input type="text" id="min_price" name="min_price" value="0" data-min="0" placeholder="Min price" /><input type="text" id="max_price" name="max_price" value="2300" data-max="2300" placeholder="Max price" /><button type="submit" class="button">Filter</button>
<div class="price_label" style="display:none;">
Price: <span class="from"></span> &mdash; <span class="to"></span>
</div>

I found another work-around to enabling the filters to work. Rather than having to select the 'Filter' button on Husky the Filter every time I visit the page. The alternate method is to use a page URL like this, which by 'de facto standards' activates the Husky Filter. I look forward to you fixing the three issues I have provided. https://www.alphaantenna.com/official-home/alpha-antenna-shop/modular-antenna-radio-array/?min_price=0&max_price=1000

Hello

Purchse code you can get here:

I checked wp-admin access to the site: works

https://www.alphaantenna.com/official-home/alpha-antenna-shop/modular-antenna-radio-array - I changed in WOOF settings price slider to ion range (skin square) and it works fine

The license has been uploaded and you still have Admin access. Please complete the fix for:

1) The [woof_front_builder], which I have placed at the bottom of that same page here, and

2) The code not updating to reflect the price range from 0-1000 on the Price slider, which is stuck at 0-2300.

Hello

Sure!

Just checked the code: it is not there https://clip2net.com/s/4nM9ADX

 

Oops. The license is now there.

  • price range -

works only for radion and drop-down view, in your case you need to apply hooks:

add_filter('woof_get_min_price', function($min) { return 0; });
add_filter('woof_get_max_price', function($max) { return 1000; });

I placed them into file functions.php of the current wp theme - but questions to you, how you placed products filter, where I can see that shortocode, give me please bacjkend link or/and screen, because I see here https://www.alphaantenna.com/tester/?currency=usd - 1000 as should be, but here https://www.alphaantenna.com/official-home/alpha-antenna-shop/modular-antenna-radio-array/ still 2300

Second questions: what is wrong with [woof_front_builder] - I see filter and its works. For me configuration button is hidden

 

 

When logged in as the Admin I hover over the [woof_front_builder] at the bottom of This Page, but the configuration option does not appear. Can you fix this?

I was using the [woof autosubmit=1] shortcode and letting the settings of the Husky plug-in control the results for the Price range. The Husky plugin was not pulling the Price range on This Page. The Husky plug-in seemed to pull the values (0-2300) from The Store page, where there is indeed a $2300 product. The placement of your 0-1000 settings in the functions.php did resolve that issue. Thank you!

I have Copy and Pasted the shortcode [woof autosubmit=1] to The Home Page. When the Slider for the Search by Price is changed/slid one way or the other, then the Shop page is displayed instead of results being displayed on the Home page. Alternatively, when any of the filters are selected other than price, the products do not update on the Home Page. Can you fix this?

Finally, when the Slider for the Search by Price is removed, none of the filters work on any of the pages. Can you fix this?

NOTE - Updates to pages takes time because of the Caching that happens at Cloudflare. So, if you want to see the results to Any changes you make, just make sure you Purge All under Caching to start that clock.

Hello

Cloudflare - this is problem for dev tasks, its take time for simple tests, do next please - create please clone of the site by https://wordpress.org/plugins/duplicator/ on test subdomain and cloudflare there must be disabled, share in the private area of this ticket wp-admin access + ftp access - I will make hard tests which better not do on production site. Clone site should work normally, if it will be slow by self I will not be able to help you

Also from my experiense part of issues can be if cloudflare make agressive caching, it will be good to test as under cachisng so without

Thank you ...

 

I disabled Caching on Cloudflare and updates are now happening right away! You were so right that causing problems for dev tasks. Please continue to work on the pages I provided.

Can you fix these three things now?

  1. When logged in as the Admin, hover over the [woof_front_builder] at the bottom of This Page, but the configuration option does not appear. Can you fix this?
  2. I have Copy and Pasted the shortcode [woof autosubmit=1] to The Home Page. When the Slider for the Search by Price is changed/slid one way or the other, then the Shop page is displayed instead of results being displayed on the Home page. Alternatively, when any of the filters are selected other than price, the products do not update on the Home Page. Can you fix this?
  3. Finally, when the Slider for the Search by Price is removed, none of the filters work on any of the pages or the Price slider reappears. Can you fix this?