We found it easy to install, use and configure and no one here is a programmer (as with most things, it helps to read the documentation). This free plugin has been a lifesaver. Recommend.
]]>No attack succeeded since I started using it and my (X00) sites suffer attacks daily…
One of my Must have plugins in every WP site or Application
]]>The issue I am having is that we want to display our out of stock variations but we want them to be grey and un-selectable in the dropdown menu. If you check this on phone it looks fine but on desktop it is all the same colour.
I am using this code to display and make inactive. Is there a way to make them look obviously out of stock on the desktop version?
add_filter( ‘woocommerce_variation_is_active’, ‘ts_variation_gray_out’, 10, 2 );
function ts_variation_gray_out( $active, $variation ) {
// check if the variation is in stock
if( ! $variation->is_in_stock() ) {
// set the active variable to false
$active = false;
}
// return the active variable
return $active;
}
]]>First, the great support team because they did not stop until they found the solution to an issue, what is very important for who purchase a plugin.
The second reason is because is the only filter plugin that works on variations showing products with or without stock in their variations. I can tell that is the only that works on variations between the 8 most popular in the internet in this 2023 august.
The third reason is that is the second filter plugin faster on filtering of all of them.
The fourth reason is that is the most configurable of all of them. You have to read the docs for understanding, because has meny options but in the end it′s worth it.
So, thanks a lot and keep doing this way and just only a note: try to be the first on filtering speed, that you are very very near to it.
Jorge
]]>