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

Upgraded to Pro but not seeing Stock filters or Meta filters

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 love how your plugin works, but I need to filter by stock levels as well. This is on your demo site, but I don't have the option on my site when I've installed the plugin.

Hello

Please  raed  this - https://products-filter.com/extencion/woocommerce-filter-by-meta-fields/

Thanks. I found that eventually yesterday, but it doesn't allow me to add stock_status as a meta checkbox set.

I want to have a set of checkboxes like the"Product categories" checkboxes but on Stock Status.

I'm happy to add code if I need to in order to achieve this, I just need to know what to hook into and how to do it without editing the plugin code.

Hello

Please  try  to watch a  video - https://currency-switcher.com/video-tutorials/#video_1

To  filter  by"In  stock" -  https://share.pluginus.net/image/i20210730130048.png

I know where to find the settings. I don't want the currency switcher. I don't want to have just a checkbox for"In Stock"

I want a set of checkboxes for
"In Stock"
"Out of Stock"
etc.

See screenshot below:

https://drive.google.com/file/d/1KgCOoEVsmmHVf6CwDdLmyWbdGYrDNRRR/view?usp=sharing

So I want it to look like this:

https://drive.google.com/file/d/14uu0YpurWq2lqzYS1bzJ90j9mq_OCsu5/view?usp=sharing

I want the meta data stored like this:

<?php echo get_post_meta( get_the_ID(), '_stock_status', true ); ?>

Hello

Ok!  Use  key _stock_status

But use dropdown or multi dropdown

Options: onbackorder,instock,outofstock

Thanks - but I want checkboxes not a drop down.

I need each filter to look the same.

Hello

The checkbox does not work like this for field meta. Docs( https://share.pluginus.net/image/i20210804113542.png ) -  https://products-filter.com/extencion/woocommerce-filter-by-meta-fields/

Is there a way to add a unique ID to the individual filters?

Hello

Unfortunately the plugin does not have this feature.

 

Ok - I'll see if I can figure something out.

Is there a way to override the multi-select layout?

Hello

In this case, you need to customize the plugin code.

You  can  override template - \wp-content\plugins\woocommerce-products-filter\ext\meta_filter\html_types\mselect\views\woof.php

Read  this  please - https://products-filter.com/can-i-override-any-extension-view-file-for-my-site-needs/

Thanks. I'll try that method to change the multi-select to a checkbox set instead.

Hello

Welcome;)