Hp 250 G9 9V1N0AT i3-1215U 8GB 512GB SSD 15.6 FHD Freedos Notebook
Hp 250 G9 9V1N0AT i3-1215U 8GB 512GB SSD 15.6 FHD Freedos Notebook
Havale/EFT Siparişlerinizde %2 İndirim, Kredi Kartı ve Banka/Hesap Kartına Komisyonsuz Peşin Fiyatına Alışveriş İmkanı
12.998,25 TL
Eski Vergi:
10.831,88 TL
- Stok Durumu: Stokta Var
- ÜRÜN KODU: 198415386991
Ücretsiz Kargo
Tüm Siparişlerinizde Kargo Bedava
Hızlı Teslimat
Hızlı ve Güvenilir Teslimat!
Güvenli Alışveriş
Güvenli ödeme altyapısı
Orijinal Ürün
Adınıza faturalı Orijinal ürün
Müşteri Memnuniyeti
Sizlerin memnuniyeti ilk önceliğimizdir
HP 250 G9 i3-1215U 8GB 512GB SSD 15.6 FHD FreeDOS 9V1N0AT

Şık ve hafif
HP 250 Dizüstü Bilgisayar ince ve hafif tasarımı ve büyük ekran-gövde oranı ile mobil çalışma tarzlarına ayak uydurur.

İş için tasarlandı, eğlenceye hazır
Güçlü Intel® işlemci, hızlı bellek ve depolama ile projeleri tamamlayın.
Net görünmenizi ve duyulmanızı sağlar
HD kamera ve yapay zeka temelli gürültü azaltma özellikli çift dizi mikrofonlarla verimli çalışın.
Ürün Grubu
Kullanım Amacı | Günlük |
Laptop Türü | Laptop |
İşlemci Özellikleri
İşlemci | Intel Core i3 |
İşlemci Nesli | 12.Nesil |
İşlemci Modeli | i3-1215U |
Temel Frekans | 3.30GHz |
Turbo Frekans | 4.40GHz |
Önbellek | 10MB |
Çekirdek Sayısı | Altı Çekirdek |
Intel vPro Desteği | Yok |
İşlemci Grafik Serisi | Intel UHD |
İşlemci Grafik Modeli | Intel UHD |
Bellek Özellikleri
Sistem Belleği | 8GB |
Bellek Türü | DDR4 3200MHz |
Bellek Düzeni | 1 x 8GB |
Max.Bellek | 32GB |
Toplam Bellek Slotu | 2 |
Depolama Özellikleri
Sabit Disk | Yok |
SSD | 512GB |
SSD Slotu | PCIe NVMe |
Grafik Özellikleri
Ekran Kartı | Paylaşımlı |
Grafik Serisi | Intel UHD |
Ekran Özellikleri
Ekran Boyutu | 15.0 - 15.6 inc |
Dokunmatik Ekran | Yok |
Çözünürlük Biçimi | Full HD |
Çözünürlük | 1920 x 1080 |
Ekran Özelliği | WVA |
Yenileme Hızı | 60 Hz |
Bağlantılar
Wi-Fi | 802.11 b/g/n |
Bluetooth | Versiyon 5.0 |
Ethernet | Gigabit (1000 Mbps) |
Hdmı | Versiyon 1.4 |
Video Portu | Var |
TPM | Var |
Type-C | 1 |
Usb 2.0 | Yok |
Usb 3.0 | Yok |
Usb 3.1 | Yok |
Usb 3.2 | 2 |
Usb 4.0 | Yok |
Kart Okuyucu | Var |
Dahili Özellikler
İşletim Sistemi | Free Dos |
Webcam | HD 720p |
Ses | 2 hoparlör |
Optik Okuyucu | Yok |
Touchpad | Çoklu dokunmatik harekete duyarlı |
Klavye Düzeni | Numerik Q TR |
Klavye Özelliği | Chiclet Klavye |
Pil Teknolojisi | 3 hücreli pil |
Garanti Tipi | Resmi Yetkili Teknik Servis |
-
0%
-
0%
-
0%
-
0%
-
0%
Hp 250 G9 9V1N0AT i3-1215U 8GB 512GB SSD 15.6 FHD Freedos Notebook Üzerindeki Değerlendirmeler
-
Toplam Değerlendirme (0)
bu ürüne yorum eklemek için burayı tıklayın.
Bu incelemeyi bildirin.
//
return filters;
}
function clearFilters(defaults) {
$('input[name="cirating_filter"]').val(0);
$('input[name="cirating_filters"]').val('');
$('input[name="cirating_dofilters"]').val('');
$('#cireview_filters .cireview_filter').removeClass('active'); //
refreshReviews(defaults);
}
var ajaxCiReviewSearch = null;
function refreshReviews(defaults) {
defaults = $.extend({
before : function() {},
callback : function() {},
fadeInOut : true,
},defaults);
var filters = applyFilters();
var filter = '';
if(filters.length) {
filter += '&' + filters.join('&');
}
defaults.before();
// if(defaults.fadeInOut) { $('#cireview').fadeOut('slow'); }
// $('#cireview').load('index.php?route=cireviewpro/cireview/review&product_id=557&ajax=1'+filter, function() { addThisRefresh(); if(defaults.fadeInOut) { $('#cireview').fadeIn('slow'); } defaults.callback(); });
ajaxCiReviewSearch = $.ajax({
url: 'index.php?route=cireviewpro/cireview/review',
type: 'get',
data: 'product_id=557&ajax=1'+filter,
dataType: 'html',
beforeSend: function() {
if(defaults.fadeInOut) { $('#cireview').fadeOut('slow'); }
},
complete: function() {
},
success: function(html) {
$('#cireview').html(html);
addThisRefresh(); if(defaults.fadeInOut) { $('#cireview').fadeIn('slow'); } defaults.callback();
},
error: function(xhr, ajaxOptions, thrownError) {
alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
}
});
}
$('#cireview_filters').on('click', '.cireview_filter', function(e) {
var $this = $(this);
var value = $(this).attr('data-value');
$('input[name="cirating_filters"]').val(value);
$('#cireview_filters .cireview_filter').removeClass('active');
$this.addClass('active');
var oldClass = $(this).find('i').attr('data-class');
$(this).find('i').removeClass(oldClass).addClass('fa fa-spinner fa-spin');
refreshReviews({
before: function() {
abortCiReviewSearch();
},
callback: function() {
$this.find('i').removeClass('fa fa-spinner fa-spin').addClass(oldClass);
}
});
});
//
function abortCiReviewSearch() {
if (ajaxCiReviewSearch != null) {
ajaxCiReviewSearch.abort();
}
}
function ciReviewSearchResults() {
var oldClass = $('#cireviewsearch').find('i').attr('data-class');
$('#cireviewsearch').find('i').removeClass(oldClass).addClass('fa fa-spinner fa-spin');
refreshReviews({
before: function() {
abortCiReviewSearch();
},
callback: function() {
$('#cireviewsearch').find('i').removeClass('fa fa-spinner fa-spin').addClass(oldClass);
}
});
}
var keyTypeWatch = (function(){
var timer = 0;
return function(callback, ms){
clearTimeout (timer);
timer = setTimeout(callback, ms);
}
})();
//
$('.clearfilters').on('click', function() {
var $this = $(this);
var oldClass = $(this).find('i').attr('data-class');
$(this).find('i').removeClass(oldClass).addClass('fa fa-spinner fa-spin');
clearFilters({
before: function() {
abortCiReviewSearch();
},
callback: function() {
$this.find('i').removeClass('fa fa-spinner fa-spin').addClass(oldClass);
}
});
});
$('input.cirating-stars[type=number]').each(function() {
$(this).rating({
'min' : 1,
'max' : parseInt('5'),
'icon-lib' : "cifa fa",
'active-icon' : "fa-star",
'inactive-icon' : "fa-star-o",
'clearable' : false,
'divclass' : 'cirating-input'
});
});
if(typeof addthis == 'undefined') {
var addthis_config = {"data_track_clickback": true};
var script = document.createElement('script');
script.setAttribute('src','//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-515eeaf54693130e');
$('#cireview-abuse-557').before(script);
}
$('#cireview-posnegreviews').on('click', '.cirating-posnegfilter', function(e) {
var cirating = $(this).attr('data-cirating');
$('input[name="cirating_filter"]').val(cirating);
refreshReviews({
callback : function() {
var offset = $('#cireview').offset();
$('html, body').animate({ scrollTop: (offset.top - 80) }, 'slow');
}
});
});
$('#cireviewgraph').on('click', '.cirating-filter', function(e) {
var cirating = $(this).attr('data-cirating');
$('input[name="cirating_filter"]').val(cirating);
refreshReviews({
before: function() {
abortCiReviewSearch();
},
callback : function() {
var offset = $('#cireview').offset();
$('html, body').animate({ scrollTop: (offset.top - 80) }, 'slow');
}
});
});
var citabreview = 0;
$('a[href="#tab-review"]').on('click', function() {
if(citabreview==0) {
refreshReviews({
before: function() {
abortCiReviewSearch();
},
fadeInOut : false,
});
}
citabreview++;
});
$('#cireview').delegate('.pagination a', 'click', function(e) {
e.preventDefault();
$('#cireview').fadeOut('slow');
$('#cireview').load(this.href, function() { addThisRefresh(); $('#cireview').fadeIn('slow'); });
});
refreshReviews({
before: function() {
abortCiReviewSearch();
},
fadeInOut : false,
});
$('#button-cireview').on('click', function() {
$('.alert').remove();
$('.text-danger').remove();
var $this = $(this);
var data = $("#form-cireview").serialize();
if(data) {
data += '&';
}
data += $('.cireview-form input, .cireview-form textarea').serialize();
$.ajax({
url: 'index.php?route=cireviewpro/cireview/write&product_id=557',
type: 'post',
dataType: 'json',
data: data,
beforeSend: function() {
$('#button-cireview').button('loading');
},
complete: function() {
$('#button-cireview').button('reset');
},
success: function(json) {
$('.alert').remove();
$('.text-danger').remove();
$('.cireview-form .has-error').each(function() {
$(this).removeClass('has-error');
});
if (json['error']) {
$this.parent().after(' ' + json['error'] + ' ');
}
if (json['name']) {
$('input[name=\'ciname\']').after(' ' + json['name'] + '');
}
if (json['email']) {
$('input[name=\'ciemail\']').after(' ' + json['email'] + '');
}
if (json['text']) {
$('textarea[name=\'cireview\']').after(' ' + json['text'] + '');
}
if (json['title']) {
$('input[name=\'cititle\']').after(' ' + json['title'] + '');
}
if (json['rating']) {
for(var i in json['rating']) {
$('#cirating-'+i).append(' ' + json['rating'][i] + '');
}
}
if (json['captcha']) {
$('#cicaptcha').append(' ' + json['captcha'] + '');
}
$('.cireview-form .text-danger').parents('.form-group').addClass('has-error');
if (json['redirect'] && !json['error']) { location = json['redirect']; } if (json['success']) {
$('#cireview-modal').find('.modal-header').before(' ' + json['success'] + ' ');
$('#cireview-graph').before(' ' + json['success'] + ' ');
$('input[name=\'ciname\']').val('');
$('input[name=\'cireview_image\']').val('');
$('textarea[name=\'cireview\']').val('');
$('input[name=\'cititle\']').val('');
$('input[name=\'ciemail\']').val('');
$('.cirating:checked').prop('checked', false);
$('input.cirating-stars[type=number]').each(function() {
$(this).rating('clear');
});
$('#ciattach_images').html('');
$('#cicaptcha input').val('');
if (json['refresh']) {
refreshReviews({
before: function() {
abortCiReviewSearch();
},
callback: function() {
$('a[href="#tab-review"]').html(json['tab_review']);
if(json['cireviewgraph']) { $('#cireviewgraph').html(json['cireviewgraph']); }
if(json['aggeratereview']) { $('#cireview-aggerate').html(json['aggeratereview']); }
}
});
}
setTimeout(function(){
var offset = $('.cireview-form').offset()
var mypos = (Math.round(offset.top) - 10);
if($(window).scrollTop() > mypos) {
$('html, body').animate({ scrollTop: mypos }, 'slow');
}
$('#cireview-modal').find('.close').trigger('click');
},500);
}
}
});
});
$('.ciattach_images').each(function() {
$(this).magnificPopup({
type:'image',
delegate: 'a',
gallery: {
enabled:true
}
});
});
$('#cireview-aggerate').on('click', '.addrating', function() {
$('.cireview-write').trigger('click');
// $('#cireview-modal').modal('show');
});
$('#ciattach_images').on('click', '.attach_image_close', function() {
var $this = $(this);
var id = $this.attr('data-id');
if(id && confirm("Are you sure?")) {
$.ajax({
url: 'index.php?route=cireviewpro/cireview/delete',
type: 'post',
data: 'id=' + id,
dataType: 'json',
beforeSend: function() {
},
complete: function() {
},
success: function(json) {
if (json['redirect'] && !json['error']) { location = json['redirect']; } if (json['success']) {
$('input[name="cireview_image"]').val(json['code']);
if(json['attach_images']) {
var html = '';
for(var i in json['attach_images']) {
html += '
';
}
$('#ciattach_images').html(html);
}
}
},
error: function(xhr, ajaxOptions, thrownError) {
alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
}
});
}
});
$('#button-ciattachupload').on('click', function() {
var node = this;
$('.ciattachupload .alert').remove();
$('#form-ciattach-upload').remove();
$('body').prepend('');
$('#form-ciattach-upload input[name=\'ciattachfile\']').trigger('click');
if (typeof timer != 'undefined') {
clearInterval(timer);
}
timer = setInterval(function() {
if ($('#form-ciattach-upload input[name=\'ciattachfile\']').val() != '') {
clearInterval(timer);
$.ajax({
url: 'index.php?route=cireviewpro/cireview/upload',
type: 'post',
dataType: 'json',
data: new FormData($('#form-ciattach-upload')[0]),
cache: false,
contentType: false,
processData: false,
beforeSend: function() {
$(node).button('loading');
},
complete: function() {
$(node).button('reset');
},
success: function(json) {
$('.ciattachupload .alert').remove();
if (json['error']) {
$(node).parent().append(' ' + json['error'] + ' ');
}
if (json['redirect'] && !json['error']) { location = json['redirect']; } if (json['success']) {
$(node).parent().append(' ' + json['success'] + ' ');
$('input[name="cireview_image"]').val(json['code']);
if(json['attach_images']) {
var html = '';
for(var i in json['attach_images']) {
html += '
';
}
$('#ciattach_images').html(html);
}
}
},
error: function(xhr, ajaxOptions, thrownError) {
alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
}
});
}
}, 500);
});
$('.cireview-abuse').on('click', function() {
var $this = $(this);
var review_id = $this.attr('data-review_id');
var product_id = $this.attr('data-product_id');
var cireview_id = $this.attr('data-cireview_id');
var modaldiv = $('#cireview-abuse-'+product_id);
modaldiv.find('.alert').remove();
if(review_id && product_id && cireview_id) {
var data = $('#cireview-abuse-'+product_id+ ' input, #cireview-abuse-'+product_id+ ' textarea').serialize();
if(data) {
data += '&';
}
data += 'review_id='+review_id+'&product_id='+product_id+'&cireview_id='+cireview_id;
$.ajax({
url: 'index.php?route=cireviewpro/cireview/cireviewAbuse&product_id='+product_id,
type: 'post',
data: data,
dataType: 'json',
beforeSend: function() {
$this.button('loading');
},
complete: function() {
$this.button('reset');
},
success: function(json) {
modaldiv.find('.alert').remove();
if(json['error']) {
modaldiv.find('.modal-header').before(' ' + json['error'] + ' ')
}
if (json['redirect'] && !json['error']) { location = json['redirect']; } if (json['success']) {
// update particular div text
modaldiv.find('.modal-header').before(' ' + json['success'] + ' ');
setTimeout(function() {
modaldiv.find('.close').trigger('click');
}, 1000);
}
},
error: function(xhr, ajaxOptions, thrownError) {
alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
}
});
}
});
function ciDataModal(target, find_modal, el) {
$(target).find(find_modal).attr('data-back', target);
var ev = $(target).find(find_modal).attr('id');
$(find_modal).appendTo("body");
$(find_modal).modal('show');
$(find_modal).off('hidden.bs.modal.'+ev).on('hidden.bs.modal.'+ev, function(e) {
$(find_modal).appendTo($(find_modal).attr('data-back'));
$(find_modal).removeAttr('data-back');
});
}
$('.data-modal').on('click', function() {
var target = $(this).attr('data-target');
var find_modal = $(this).attr('data-find_modal');
ciDataModal(target, find_modal, $(this));
});
$('#cireview-policy-modal').on('shown.bs.modal', function (e) {
var num_modals = $('.modal-backdrop').length;
if(num_modals > 1) {
var calc_zindex = 10;
var use_nummodal = num_modals - 1;
var zindex = parseFloat($(this).css('z-index'));
$(this).css('z-index', (zindex+ (calc_zindex*use_nummodal) ));
// access modal variables
var $backdrop = $(this).data('bs.modal').$backdrop;
$backdrop.addClass("cireviewpro-policy-backdrop");
var zindex2 = parseFloat($('.modal-backdrop.cireviewpro-policy-backdrop').css('z-index'));
$('.modal-backdrop.cireviewpro-policy-backdrop').css('z-index', ( (zindex > zindex2) ? zindex + ((calc_zindex-1) *use_nummodal) : zindex2 + (calc_zindex*use_nummodal) ) );
}
});
$('#cireview-policy-modal').on('hidden.bs.modal', function (e) {
$(this).css('z-index', '');
// console.log("cireview-policy-modal hidden");
if($('.modal').hasClass('in')) {
$('body').addClass('modal-open');
}
});
$('#cireview-modal').on('hidden.bs.modal', function (e) {
// console.log("cireview-modal hidden");
var modal = $(this);
modal.find('.alert').remove();
$('.cireview-form .has-error').each(function() {
$(this).removeClass('has-error');
});
$('.cireview-successmsg').hide().html('');
$('.cireview-form').show();
$('.cireview-successmsg-title').hide().html('');
$('.cireview-form-title').show();
});
$('#cireview-abuse-557').on('hidden.bs.modal', function (e) {
// console.log("cireview-abuse- hidden");
var modal = $(this);
modal.find('input[name="ciabreason"]').prop("checked", false);
modal.find('.other_reason').addClass('hide');
modal.find('textarea').val('');
modal.find('.alert').remove();
modal.find('.cireview-abuse').attr({'data-product_id' : '','data-review_id' : '', 'data-cireview_id' : ''});
});
$('input[name="ciabreason"]').on('click', function() {
if($(this).val() == 'OTHER' || $(this).attr('data-details')==1) {
$('.other_reason').removeClass('hide');
} else {
$('.other_reason').addClass('hide');
$('.other_reason textarea').val('');
}
});
$('#cireview').off('click', '.abuse-button-action').on('click', '.abuse-button-action', function() {
var $this = $(this);
var review_id = $this.attr('data-review_id');
var product_id = $this.attr('data-product_id');
var cireview_id = $this.attr('data-cireview_id');
if(review_id && product_id && cireview_id) {
$('#cireview-abuse-'+product_id).find('.cireview-abuse').attr({'data-review_id' : review_id, 'data-product_id' : product_id, 'data-cireview_id' : cireview_id});
//abuse-button-action
var target = '#cimodal-cireview-abuse-'+product_id;
var find_modal = '#cireview-abuse-'+product_id;
ciDataModal(target, find_modal, $(this));
// $('#cireview-abuse-'+product_id).modal('show');
}
});
$('#cireview').off('click', '.vote-button-action').on('click', '.vote-button-action', function() {
var $this = $(this);
var review_id = $this.attr('data-review_id');
var action = $this.attr('data-action');
var product_id = $this.attr('data-product_id');
var cireview_id = $this.attr('data-cireview_id');
// $('.text-danger').remove();
var oldClass = $(this).find('i').attr('data-class');
if(review_id && product_id && cireview_id) {
$.ajax({
url: 'index.php?route=cireviewpro/cireview/cireviewVote',
type: 'post',
data: 'review_id=' + encodeURIComponent(review_id) + '&action=' + encodeURIComponent(action) + '&product_id=' + encodeURIComponent(product_id) + '&cireview_id=' + encodeURIComponent(cireview_id),
dataType: 'json',
beforeSend: function() {
$this.find('i').removeClass(oldClass).addClass('fa fa-spinner fa-spin');
},
complete: function() {
$this.find('i').removeClass('fa fa-spinner fa-spin').addClass(oldClass);
},
success: function(json) {
var $parent = $this.parents('.cireview-vote');
$('.text-danger').remove();
if(json['error']) {
$parent.append(''+ json['error'] +'')
}
if (json['redirect'] && !json['error']) { location = json['redirect']; } if (json['success']) {
// update particular div text
$parent.find('.vote-action').html(json['before_text']);
$parent.find('.vote-result').html(json['after_text']);
$parent.append(''+ json['success'] +'')
}
},
error: function(xhr, ajaxOptions, thrownError) {
alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
}
});
}
});
$(document).delegate('.ciopenreviewpopup', 'click', function() {
$('a[href="#tab-review"]').trigger('click');
$('.cireview-write').trigger('click');
});
});
function ciOpenReviewPopup() {
$('.cireview-write').trigger('click');
}
//-->-->
-
0%
-
0%
-
0%
-
0%
-
0%
Hp 250 G9 9V1N0AT i3-1215U 8GB 512GB SSD 15.6 FHD Freedos Notebook Üzerindeki Değerlendirmeler
Toplam Değerlendirme (0)
bu ürüne yorum eklemek için burayı tıklayın.
Bu incelemeyi bildirin.
' + json['error'] + '
');
}
if (json['name']) {
$('input[name=\'ciname\']').after(' ' + json['name'] + '
');
}
if (json['email']) {
$('input[name=\'ciemail\']').after(' ' + json['email'] + '
');
}
if (json['text']) {
$('textarea[name=\'cireview\']').after(' ' + json['text'] + '
');
}
if (json['title']) {
$('input[name=\'cititle\']').after(' ' + json['title'] + '
');
}
if (json['rating']) {
for(var i in json['rating']) {
$('#cirating-'+i).append(' ' + json['rating'][i] + '
');
}
}
if (json['captcha']) {
$('#cicaptcha').append(' ' + json['captcha'] + '
');
}
$('.cireview-form .text-danger').parents('.form-group').addClass('has-error');
if (json['redirect'] && !json['error']) { location = json['redirect']; } if (json['success']) {
$('#cireview-modal').find('.modal-header').before(' ' + json['success'] + '
');
$('#cireview-graph').before(' ' + json['success'] + '
');
$('input[name=\'ciname\']').val('');
$('input[name=\'cireview_image\']').val('');
$('textarea[name=\'cireview\']').val('');
$('input[name=\'cititle\']').val('');
$('input[name=\'ciemail\']').val('');
$('.cirating:checked').prop('checked', false);
$('input.cirating-stars[type=number]').each(function() {
$(this).rating('clear');
});
$('#ciattach_images').html('');
$('#cicaptcha input').val('');
if (json['refresh']) {
refreshReviews({
before: function() {
abortCiReviewSearch();
},
callback: function() {
$('a[href="#tab-review"]').html(json['tab_review']);
if(json['cireviewgraph']) { $('#cireviewgraph').html(json['cireviewgraph']); }
if(json['aggeratereview']) { $('#cireview-aggerate').html(json['aggeratereview']); }
}
});
}
setTimeout(function(){
var offset = $('.cireview-form').offset()
var mypos = (Math.round(offset.top) - 10);
if($(window).scrollTop() > mypos) {
$('html, body').animate({ scrollTop: mypos }, 'slow');
}
$('#cireview-modal').find('.close').trigger('click');
},500);
}
}
});
});
$('.ciattach_images').each(function() {
$(this).magnificPopup({
type:'image',
delegate: 'a',
gallery: {
enabled:true
}
});
});
$('#cireview-aggerate').on('click', '.addrating', function() {
$('.cireview-write').trigger('click');
// $('#cireview-modal').modal('show');
});
$('#ciattach_images').on('click', '.attach_image_close', function() {
var $this = $(this);
var id = $this.attr('data-id');
if(id && confirm("Are you sure?")) {
$.ajax({
url: 'index.php?route=cireviewpro/cireview/delete',
type: 'post',
data: 'id=' + id,
dataType: 'json',
beforeSend: function() {
},
complete: function() {
},
success: function(json) {
if (json['redirect'] && !json['error']) { location = json['redirect']; } if (json['success']) {
$('input[name="cireview_image"]').val(json['code']);
if(json['attach_images']) {
var html = '';
for(var i in json['attach_images']) {
html += ' ' + json['error'] + '
');
}
if (json['redirect'] && !json['error']) { location = json['redirect']; } if (json['success']) {
$(node).parent().append(' ' + json['success'] + '
');
$('input[name="cireview_image"]').val(json['code']);
if(json['attach_images']) {
var html = '';
for(var i in json['attach_images']) {
html += ' ' + json['error'] + '
')
}
if (json['redirect'] && !json['error']) { location = json['redirect']; } if (json['success']) {
// update particular div text
modaldiv.find('.modal-header').before(' ' + json['success'] + '
');
setTimeout(function() {
modaldiv.find('.close').trigger('click');
}, 1000);
}
},
error: function(xhr, ajaxOptions, thrownError) {
alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
}
});
}
});
function ciDataModal(target, find_modal, el) {
$(target).find(find_modal).attr('data-back', target);
var ev = $(target).find(find_modal).attr('id');
$(find_modal).appendTo("body");
$(find_modal).modal('show');
$(find_modal).off('hidden.bs.modal.'+ev).on('hidden.bs.modal.'+ev, function(e) {
$(find_modal).appendTo($(find_modal).attr('data-back'));
$(find_modal).removeAttr('data-back');
});
}
$('.data-modal').on('click', function() {
var target = $(this).attr('data-target');
var find_modal = $(this).attr('data-find_modal');
ciDataModal(target, find_modal, $(this));
});
$('#cireview-policy-modal').on('shown.bs.modal', function (e) {
var num_modals = $('.modal-backdrop').length;
if(num_modals > 1) {
var calc_zindex = 10;
var use_nummodal = num_modals - 1;
var zindex = parseFloat($(this).css('z-index'));
$(this).css('z-index', (zindex+ (calc_zindex*use_nummodal) ));
// access modal variables
var $backdrop = $(this).data('bs.modal').$backdrop;
$backdrop.addClass("cireviewpro-policy-backdrop");
var zindex2 = parseFloat($('.modal-backdrop.cireviewpro-policy-backdrop').css('z-index'));
$('.modal-backdrop.cireviewpro-policy-backdrop').css('z-index', ( (zindex > zindex2) ? zindex + ((calc_zindex-1) *use_nummodal) : zindex2 + (calc_zindex*use_nummodal) ) );
}
});
$('#cireview-policy-modal').on('hidden.bs.modal', function (e) {
$(this).css('z-index', '');
// console.log("cireview-policy-modal hidden");
if($('.modal').hasClass('in')) {
$('body').addClass('modal-open');
}
});
$('#cireview-modal').on('hidden.bs.modal', function (e) {
// console.log("cireview-modal hidden");
var modal = $(this);
modal.find('.alert').remove();
$('.cireview-form .has-error').each(function() {
$(this).removeClass('has-error');
});
$('.cireview-successmsg').hide().html('');
$('.cireview-form').show();
$('.cireview-successmsg-title').hide().html('');
$('.cireview-form-title').show();
});
$('#cireview-abuse-557').on('hidden.bs.modal', function (e) {
// console.log("cireview-abuse- hidden");
var modal = $(this);
modal.find('input[name="ciabreason"]').prop("checked", false);
modal.find('.other_reason').addClass('hide');
modal.find('textarea').val('');
modal.find('.alert').remove();
modal.find('.cireview-abuse').attr({'data-product_id' : '','data-review_id' : '', 'data-cireview_id' : ''});
});
$('input[name="ciabreason"]').on('click', function() {
if($(this).val() == 'OTHER' || $(this).attr('data-details')==1) {
$('.other_reason').removeClass('hide');
} else {
$('.other_reason').addClass('hide');
$('.other_reason textarea').val('');
}
});
$('#cireview').off('click', '.abuse-button-action').on('click', '.abuse-button-action', function() {
var $this = $(this);
var review_id = $this.attr('data-review_id');
var product_id = $this.attr('data-product_id');
var cireview_id = $this.attr('data-cireview_id');
if(review_id && product_id && cireview_id) {
$('#cireview-abuse-'+product_id).find('.cireview-abuse').attr({'data-review_id' : review_id, 'data-product_id' : product_id, 'data-cireview_id' : cireview_id});
//abuse-button-action
var target = '#cimodal-cireview-abuse-'+product_id;
var find_modal = '#cireview-abuse-'+product_id;
ciDataModal(target, find_modal, $(this));
// $('#cireview-abuse-'+product_id).modal('show');
}
});
$('#cireview').off('click', '.vote-button-action').on('click', '.vote-button-action', function() {
var $this = $(this);
var review_id = $this.attr('data-review_id');
var action = $this.attr('data-action');
var product_id = $this.attr('data-product_id');
var cireview_id = $this.attr('data-cireview_id');
// $('.text-danger').remove();
var oldClass = $(this).find('i').attr('data-class');
if(review_id && product_id && cireview_id) {
$.ajax({
url: 'index.php?route=cireviewpro/cireview/cireviewVote',
type: 'post',
data: 'review_id=' + encodeURIComponent(review_id) + '&action=' + encodeURIComponent(action) + '&product_id=' + encodeURIComponent(product_id) + '&cireview_id=' + encodeURIComponent(cireview_id),
dataType: 'json',
beforeSend: function() {
$this.find('i').removeClass(oldClass).addClass('fa fa-spinner fa-spin');
},
complete: function() {
$this.find('i').removeClass('fa fa-spinner fa-spin').addClass(oldClass);
},
success: function(json) {
var $parent = $this.parents('.cireview-vote');
$('.text-danger').remove();
if(json['error']) {
$parent.append(''+ json['error'] +'
')
}
if (json['redirect'] && !json['error']) { location = json['redirect']; } if (json['success']) {
// update particular div text
$parent.find('.vote-action').html(json['before_text']);
$parent.find('.vote-result').html(json['after_text']);
$parent.append(''+ json['success'] +'
')
}
},
error: function(xhr, ajaxOptions, thrownError) {
alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
}
});
}
});
$(document).delegate('.ciopenreviewpopup', 'click', function() {
$('a[href="#tab-review"]').trigger('click');
$('.cireview-write').trigger('click');
});
});
function ciOpenReviewPopup() {
$('.cireview-write').trigger('click');
}
//-->-->
Diğer Kartlar

HP 250 G10 B2NC5ES i5-1334U 16GB 512GB SSD 15.6" DOS Notebook
HP 250 G10 B2NC5ES, güçlü performansı ve şık tasarımı ile dikkat çeken bir dizüstü bilg..
17.529,75 TL
Vergiler Hariç:14.608,13 TL
HP 250 G8 854F4ES i5-1135G7 8 GB 256 GB 15.6" W11H FHD Dizüstü Bilgisayar
Günlük Kullanım İçin Kusursuz Performans
HP 250 G8 854F4ES, hem iş hem..
16.774,50 TL
Vergiler Hariç:13.978,75 TL
HP 255 G10 3C3Y9ES AMD Ryzen 5 7530U 8GB 512GB SSD 15.6" Full HD FreeDOS Notebook
İş, eğitim ve günlük kullanımda maksimum verimlilik ve güvenilirlik..
13.867,11 TL
Vergiler Hariç:11.555,92 TL
HP Laser MFP 137FNW Wifi Çok Fonksiyonlu Lazer Yazıcı
Üstün Lazer Yazdırma Teknolojisi
Her anlamda oldukça üstün şekilde tasarlanmış ürün..
10.054,88 TL
Vergiler Hariç:8.379,07 TL
HP LaserJet MFP M236SDW Lazer Yazıcı – Hız, Verimlilik ve Akıllı Baskı Deneyimi Bir Arada!
Ofisinizin veya evinizin verimliliğini bir üst seviyeye ta..
10.414,50 TL
Vergiler Hariç:8.678,75 TL
HP LaserJet Pro 4003n Yazıcı (2Z611A)
Yüksek hızlar ve güvenilir donanım ile maksimum üretkenliği hedefleyerek üretilmiş bu yazıcılar, daha fazla oda..
8.959,61 TL
Vergiler Hariç:7.466,34 TL
Stoklar tükendi!
Çerez Politikası
Alışveriş deneyiminizi iyileştirmek için yasal düzenlemelere uygun çerezler (cookies) kullanıyoruz. Detaylı bilgiye Gizlilik ve Çerez Politikası sayfamızdan erişebilirsiniz.