I find this code but it does not work to:
// Display variation's price even if min and max prices are the same
add_filter('woocommerce_available_variation', function ($value, $object = null, $variation = null) {
if ($value['price_html'] == '') {
$value['price_html'] = '<span class="price">' . $variation->get_price_html() . '</span>';
}
return $value;
}, 10, 3);
Muito obrigado pela ajuda!
Grande abraço e sucesso!
i do this and dont work…
i solve the ploblem with this in custon css:
div .widget_layered_nav ul li {
overflow: hidden;
padding: 0px;
width: auto;
}
.yith-wcan-label li, .yith-wcan-color li {
display: inline-block;
}
.yith-wcan-label li, .yith-wcan-color li{
display: inline-block;
}