

















ستاند ابريق ذهبي قاعدة خشب
سينتهي هذا العرض في
يوم
ساعة
دقيقة
ثانية
₪19.99
₪30.00
السعر بدون ضريبة : ₪19.99
قاعدة تسخين شمعة معدن مع قاعدة خشب
$('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']);
}
}
});
});