Мультисенсор 3 в1 (движение, освещенность и температура) Zipato
- Производитель: Zipato
- Код товара: wt-ms3in1.ru
На складе
');
} else {
element.after('
' + json['error']['option'][i] + '
');
}
}
}
if (json['error']['recurring']) {
$('select[name=\'recurring_id\']').after('
' + json['error']['recurring'] + '
');
}
// Highlight any found errors
$('.text-danger').parent().addClass('has-error');
}
if (json['success']) {
showModalNotification();
ModalDialogResult(json['success']);
setTimeout(function () {
$('#cart .header__cart__indicator').html(json['total']);
}, 100);
$('#cart').load('index.php?route=common/cart/info');
}
},
error: function(xhr, ajaxOptions, thrownError) {
alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
}
});
});
//-->
');
}
if (json['success']) {
alert(json['success']);
$(node).parent().find('input').attr('value', json['code']);
}
},
error: function(xhr, ajaxOptions, thrownError) {
alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
}
});
}
}, 500);
});
//-->