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 to setup Product Search Notification by E-mail ?

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 Husky Team

Thanks for your powerful Woo Filter

On http://35.181.47.62/boutique   Under Development

I added the Products Messenger Plugin, I can save my search, but I don't receive any notification when a new product matching the search is online.

Have you more info about How the Email should be sent?
(all other Forms Woocomerce Order etc... are sent by WP Mail SMTP plugin)

Thank you for your support

 

Mic

I also have a new issue with the"Hide empty terms" Option, all was working well before, but now all the"Cabin Type"  terms stay visible, matching or not the Selected"Maker"

Maybe the Ajaxify option? I tried both options same result.

Please can you confirm if my settings are OK?

Thank you for your support

Mic

Front End Filter Issue
Husky Setting

Hello

wp_mail - we use this function to send emails. To avoid waiting for cron to work, use this link for testing - https://share.pluginus.net/image/i20240229121909.png

issue with the"Hide empty terms":  Please try to disable turbo mode  and do a test

Hello Pablo

Thank you for your quick reply

Turbo Off fixes the Hide Empty Terms, but it works only with Show Count Option YES, if I turn to NO Empty terms stay visible. I try to Hide Counter in Advanced Option, no effect.

it's possible to Hide Empty terms and Counters?

Sorry I don't understand the Cron setting and how to use the link, I created a new Cron Event wp_mail but I'm not sure about this, do you have a tutorial or step-by-step demo about that?
(sorry I'm not very experienced in this part)

Thank you for your support

Mic

Cron SETTING 

Filter NO TURBO 

Hello

 I try to Hide Counter in Advanced Option, no effect. - Yes, this is the correct behavior.  Please  try  in advanced->options- https://share.pluginus.net/image/i20240301134709.png

How to test this option:

1 filter products and subscribe to current search - https://share.pluginus.net/image/i20240301135737.png

2 For any product, add one of the search attributes (the search you subscribed to)

3 to start checking your subscription and sending the  email, just use this link - https://share.pluginus.net/image/i20240229121909.png

 

Hello Pablo

Thanks again for your clear answer and screenshots Alerte is working Now, perfect!

Finally, the counter Option was generated by the Smart Design settings,
Counter OFF

I turn ON the Slideout for Mobiles (on Desktop too for Dev time)
All is OK except for the"Multi Dropdown" Product category

Product List Slideout
The Menu list is opened behind the popup window, I tried to make some CSS to force it in front with Z attribute... but no results : (
That is the last point to fix to have the Perfect Filter.

Thank you for your help I appreciate it, best regards

Mic

Another view of the Categories List in the background

Slideout Categories 2

 

Thanks

Hello

Please try to enable another js library  - https://share.pluginus.net/image/i20240304131045.png

Hello

Thank you, but where is this Menu?

I cannot find it, I searched in Dropdown settings, Options, and Advanced Option I do not see this line.

 

Thank you

M

Hello

Sorry! It's Design tab - https://share.pluginus.net/image/i20240305123249.png

Hi

Thanks, Pablo That is the solution... but

"Native" is PERFECT for Mobile in Slideout mode, but very bad for the Desktop Filter version,

the "SelectWoo" skin menu is better and works well.

We are reaching the goal!

Please (if that is possible) can you help me to write a script or other trick to use SelectWoo design by default and force the Native Design for the Slideout version?
Or reverse of course.

Thank you very much for your filter, your support, and your help.

I hope we can fix this last point and offer a simple, easy, and powerful Filtering tool to our customers for the new shop.

Have a nice day

M.

Hello Mic

try redefining this JS variable woof_select_type / an  example:

woof_select_type = 'native';

You can  use this  filter - woof_wp_load_js

add_filter('woof_wp_load_js', function($js_string){

//Check if the current device is mobile, or add JS code to determine the device type

$js_string .=" woof_select_type = 'native';";

 

return $js_string;

}) ;