Giày bảo hộ

Thương hiệu
VND -
jQuery(function($) { $(document).on('mouseenter', '.cfvsw-swatches-option.cfvsw-image-option', function() { if (!$(this).hasClass('cfvsw-selected-swatch')) { $(this).trigger('click'); } }); $('.button.product_type_simple').each(function() { const text = $(this).text().trim(); if (text.includes('Đọc tiếp')) { $(this).html('Tạm hết hàng').css('display', 'block').attr('style', 'display: block !important;'); } else { $(this).hide(); } }); });