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

Multiple Size Selection Errors & Pre-Order Items

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.

GREAT PLUGIN. But I am having issues with two things:

When selecting more than 1 size eg. Size 6 & 8 it displays some products that have 6 in stock but not 8 and vice versa - I want this to only show items where BOTH size 6 & 8 are both in stock.

Secondly it also shows pre-order items even thought 'exclude pre-orders' is selected. (see screenshot snipboard.io/qKRZDf.jpg)

https://www.staging10.esteleslondon.com/shop/?swoof=1&pa_sizes=size-6,size-8&paged=1&backorder=onbackorder&stock=instock

If we take the top 3 products being shown:

ADINA - Only has size 8 available so should NOT show
ALICIA - Pre-Order Item (Only size 8 is in stock - Size 6 is in pre-order and therefore should not show as pre-orders are excluded)
AMANI - Correct to be showing

Would really appreciate your help on this. Staging site: https://www.staging10.esteleslondon.com/shop/

I have the paid version of the plugin.

Thanks in advance, Ritchie

Hello Ritchie

Please paste your license key here - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130614.png and  wp-admin access - https://share.pluginus.net/image/i20210618130637.png

The plugin displays products if at least one variation is in stock, otherwise, you need code customization

exclude pre-orders  - This does not work for variable products.

 

Thanks for your response Pablo,

I have since added the credentials in the pop up.

When you say code customisation, is this something you can provide or help with?

It's quite an important function we need.

Will the exclusion of pre-order variations be a feature possibly coming soon?

Thanks for your help so far!

Hello

When you say code customisation, is this something you can provide or help with? - Yes. If you have programming experience I can help you with your custom code

Will the exclusion of pre-order variations be a feature possibly coming soon? - I forwarded this to the developers, maybe they will add it in the new version of the plugin

 

Yes that's fine, I have a developer who can effectively implement the code if you can help us with the snippet itself?

That would be great!

Ok!  in  file - wp-content\plugins\woocommerce-products-filter\ext\by_instock\index.php - there are two checks (search) of variations. One in stock the second out of  stock - https://share.pluginus.net/image/i20230221122022.png

Remove instock search and array comparison

Can I ask you for a simpler solution. To ONLY allow users to select ONE size at a time.

ie. If I have size 6 selected and I select size 8 - It will only show size 8 products and deselect size 6 automatically.

I think this will be a simpler solution for the time being.

Hello

oK!  Check  Radio  for  size - https://c2n.me/4hTYmEi.png