فورسپس فک بالا
Upper Incisors and Canines Forceps N.2 –
مدل:2500/2
برند: Medesy
کشور تولید کننده: ایتالیا
(0 نظر)
var swiper = new Swiper(‘#swiper-container’, {
slidesPerView: 5.5,
spaceBetween: 0,
// init: false,
pagination: {
el: ‘.swiper-pagination’,
clickable: true,
}
});
فورسپس فک بالا
Upper Incisors and Canines Forceps N.2 –
مدل:2500/2
برند
Medesy
کشور تولید کننده
ایتالیا
(0 نظر)
فورسپس – Forceps 2500/ N.2:
– جهت کشیدن دندانهای فک بالا
– برای دندانهای اینسیزور و کانین فک بالا
– For Upper inisors and canines
– شماره 2
– جنس: استیل
<!–
–>
ناموجود
کاربر عزیز این کالا فعلا موجود نیست. شما میتوانید با زدن دکمه “موجود شد خبرم کن” از زمان موجود شدن کالا با خبر شوید.
$(document).on(‘click’, ‘.notify_me’, function () {
$.ajax({
url: ‘https://dandanet.com/index.php?route=product/product/notifyCustomer’,
type: ‘post’,
data: {action: ‘isAvailable’, product_id: ‘3556’},
success: function (json) {
$(‘.alert’).remove();
if (json.auth) {
location = json.auth;
}
if (json.error){
$(‘#options-details’).html(`
`);
setTimeout(function() {$(“.success”).fadeOut(1000);}, 2000);
}
if (json.success){
$(‘.notify_me’).css({‘background’: ‘none’, ‘border’: ‘1px solid red’, ‘color’: ‘red’});
$(‘.notify-know’).html(‘دیگر لازم نیست خبرم کنید’);
$(‘.notify_me’).removeClass(“notify_me”).addClass(“no_need_to_notify”);
$(‘#options-details’).html(`
`);
setTimeout(function() {$(“.success”).fadeOut(1000);}, 2000);
}
}
});
});
$(document).on(‘click’, ‘.no_need_to_notify’, function () {
$.ajax({
url: ‘https://dandanet.com/index.php?route=product/product/notifyCustomer’,
type: ‘post’,
data: {product_id:’3556′},
success: function (json) {
$(‘.alert’).remove();
if (json.auth) {
location = json.auth;
}
if (json.error){
$(‘#options-details’).html(`
`);
setTimeout(function() {$(“.success”).fadeOut(1000);}, 2000);
}
if (json.success){
$(‘.no_need_to_notify’).css({‘font-size’: ’13px’, ‘background’: ‘#c93535’, ‘color’: ‘#fff’});
$(‘.notify-know’).html(‘ موجود شد خبرم کن ‘);
$(‘.no_need_to_notify’).removeClass(“no_need_to_notify”).addClass(“notify_me”);
$(‘#options-details’).html(`
`);
setTimeout(function() {$(“.success”).fadeOut(1000);}, 2000);
}
}
});
});













