







Зуби оверлок Luxstyle
$20.00
Без ПДВ: $20.00
Комплект зубчастої рейки просування тканини (задня та передня) на побутовий оверлок Luxstyle 700, 720 D. Підходить на схожі моделі побутових чотирьох ниткових оверлок торгових марок Minerva, Soontex.
$('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']);
}
}
});
});