جای پلاک 5 عددی
Case Box
برند: Polydent
کشور تولید کننده: ایران
(0 نظر)
var swiper = new Swiper(‘#swiper-container’, {
slidesPerView: 5.5,
spaceBetween: 0,
// init: false,
pagination: {
el: ‘.swiper-pagination’,
clickable: true,
}
});
جای پلاک 5 عددی
Case Box
برند
Polydent
کشور تولید کننده
ایران
(0 نظر)
ویژگیهای جای پلاک – Case Box:
– ذخیره و نگهداری ایمن از پلاک های ارتودنسی
– جلوگیری از تماس پلاک با محیط های آلوده و عفونی
– ابعاد متناسب با هر سایزی از پلاک
– رنگبندی متنوع
– تعداد در بستهبندی: 5 عدد
– جنس: پلاستیک
<!–
–>
ناموجود
کاربر عزیز این کالا فعلا موجود نیست. شما میتوانید با زدن دکمه “موجود شد خبرم کن” از زمان موجود شدن کالا با خبر شوید.
$(document).on(‘click’, ‘.notify_me’, function () {
$.ajax({
url: ‘https://dandanet.com/index.php?route=product/product/notifyCustomer’,
type: ‘post’,
data: {action: ‘isAvailable’, product_id: ‘3760’},
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:’3760′},
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);
}
}
});
});













