it doesn;t work on this https://theflagcorp.com/shop/product-category-country-flags/?product-category=car-bike,undefined,miniature
but work on https://theflagcorp.com/shop/
so the problem is with filtered products
any help is appreciated
Special Thanks to Rajiv Farwaha!
]]>I am using your plugin but i the cross on out of stock swatches are not visible.
Here are my settings:
Disabled attribute effect : Blur with cross
Disable out of stock: Enabled
Please check.
]]>I am looking to add a stock status next to our sizes variation.
When we werent using swatches using the woocommerce_dropdown_variation_attribute_options_html hook natively was working, however now that we are using swatches, this method no longer works.
add_filter( 'woocommerce_dropdown_variation_attribute_options_html', 'variations_options_html_callback', 30, 2);
function variations_options_html_callback( $html, $args ){
$args = wp_parse_args( apply_filters( 'woocommerce_dropdown_variation_attribute_options_args', $args ), array(
'options' => false,
'attribute' => false,
'product' => false,
'selected' => false,
'name' => '',
'id' => '',
'class' => '',
'show_option_none' => __( 'Choose an option', 'woocommerce' ),
));
.
.
.
}
Does anyone have any ideas on how I can add customisations to the drop-downs public function to achieve this.
]]>id like the tool tip to be fixed in mobile, at the moment it is somewhere outside the display. also in desktop, it is going out of the display.
also, where is the translation being changed? anywhere in the plugin? thank you!
Unable to display variation swatches for products in the product archive…
For variations, I use the YITH color and label plugin.
Using elementor’s loop, all variations are displayed properly…
But it is not possible to do the same using the woo product listing from the plus addons…
plzHelp
Actually, besides YITH, I tried many other options and none of them work with the plus addons product cards in the product archive…
We just swapped out our Variation Swatches plugin from the deprecated “WooSwatches” by Woomatrix to “Variation Swatches for WooCommerce” from CartFlows.
So far, we only used “Simple Product” when creating our products as we are redirecting customers to a designer plugin, where they are finalizing the design process, pricing and so on.
However, we just created our first “Variable Product” and added both colors and sizes to the very same.
However, when trying to display the color swatches under the product price and description next to the product, there are only 9 out of 25 color swatches (round circles) displayed while all our sizes which are text labels display as intended (although there are only six of those).
Clicking on the “Further product information” on the bottom of the page reveals all the information for both colors and sizes in text format.
We then tried to add a completely new product on an exact copy of our website on the staging site and found, that although this didn’t have any influence on the display of the colors, adding more sizes to the sizes options would enable the display of more of the color swatches. However, this would then still be capped to a total of 12 color swatches.
Our question now is…, why does the theme or WooCommerce exhibit this odd behavior and how can we display all of the color swatches next to the product?
]]>