Купить шкаф-купе шириной 2100 мм (210 см) с доставкой
Найденно товаров: 376
];
$(function() {
$('.ms2_form button').each(function(i,o){
if($(o).text() == 'В корзину'){
if(in_cart.includes(parseInt($(o).parent().find('[name=id]').val())))
$(o).html($(o).html().replace('корзину','корзине'));
}
});
$('body').on('click','.ms2_form button',function(e){
$(this).html($(this).html().replace('корзину','корзине'));
});
});