
Шпулетримач Janome 350E
$15.00
Без ПДВ: $15.00
Човникова вставка з механізмом обрізання нижньої нитки до швейних машинок Janome для виготовлення вишивки.
Горизонтальний шпульний ковпачок 846652009 на Джаномі MC 350 E
$('select[name=\'recurring_id\'], input[name="quantity"]').change(function(){
$.ajax({
url: 'index.php?route=product/product/getRecurringDescription',
type: 'post',
data: $('input[name=\'product_id\'], input[name=\'quantity\'], select[name=\'recurring_id\']'),
dataType: 'json',
beforeSend: function() {
$('#recurring-description').html('');
},
success: function(json) {
$('.alert-dismissible, .text-danger').remove();
if (json['success']) {
$('#recurring-description').html(json['success']);
}
}
});
});