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

Problems with comma

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 Pablo,

When my attributes have have comma, they are considered as two values. I have searched the forum as well something similar like this is required:

 

Can you please suggest what is the best way to implement the same in the plugin?

 

Thanks

Hello

As I understood this problem with the slider

please paste your license key here - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130614.png

Drop me  exact  link to the  issue

Hi Pablo, I have ACF fields which have comma and when creating multi drop down filter this is a common problem. Thanks

Hello

Please  drop me  wp-admin+FTP access - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130637.png

I  will  fix  it

Hi Pablo,

that means I have to create a live copy for the same. it is not live yet. I Will try to get a demo online. I wanted the solution in general as well or which file needs to be edited (i.e. /views/html_types/mselect.php )

Just wanted to confirm the same for code quality & error possibilities.

Thanks

Hello

if you do not have a ready-made website and have experience in programming, I will simply provide you with instructions on how to fix it( when developers find a solution )

Thanks for the response, coding is not an issue. I would not like to put a short-term quick fix.

Could be helpful if you would share related documentation or any direction.

I have shared my observation in the previous response.

Hello

I passed it to the developer

Developer will make a hook that will override the separator in the meta options, but by default it's a comma (as before).

I will write as soon as we get a solution.

Hello

Try  to replace  a  folder - \wp-content\plugins\woocommerce-products-filter\ext\meta_filter\

Link  to download a new  folder  in  private  data

And  paste  this  code  in functions.php

add_filter('woof_meta_options_separator', function($separator){

$separator = '|';

return $separator;

});

And  do a  test