Διαθεσιμότητα: Άμεση Παραλαβη
Κωδικός Προϊόντος: VN-8016
Βάρος: 1.90kg
Προϊόντα που πουλήθηκαν: 0
Προβολές: 4294
249,00€
Χωρίς ΦΠΑ:200,81€
$(‘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’]);
}
}
});
}); $(‘#button-cart, [data-quick-buy]’).on(‘click’, function () {
var $btn = $(this);
$.ajax({
url: ‘index.php?route=checkout/cart/add’,
type: ‘post’,
data: $(
‘#product .button-group-page input[type=’text’], #product .button-group-page input[type=’hidden’], #product .button-group-page input[type=’radio’]:checked, #product .button-group-page input[type=’checkbox’]:checked, #product .button-group-page select, #product .button-group-page textarea, ‘ +
‘#product .product-options input[type=’text’], #product .product-options input[type=’hidden’], #product .product-options input[type=’radio’]:checked, #product .product-options input[type=’checkbox’]:checked, #product .product-options select, #product .product-options textarea, ‘ +
‘#product select[name=”recurring_id”]’
),
dataType: ‘json’,
beforeSend: function () {
$(‘#button-cart’).button(‘loading’);
},
complete: function () {
$(‘#button-cart’).button(‘reset’);
},
success: function (json) {
$(‘.alert-dismissible, .text-danger’).remove();
$(‘.form-group’).removeClass(‘has-error’);
if (json[‘error’]) {
if (json[‘error’][‘option’]) {
for (i in json[‘error’][‘option’]) {
var element = $(‘#input-option’ + i.replace(‘_’, ‘-‘));
if (element.parent().hasClass(‘input-group’)) {
element.parent().after(‘
‘ + json[‘error’][‘option’][i] + ‘
‘);
} 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’);
try {
$(‘html, body’).animate({ scrollTop: $(‘.form-group.has-error’).offset().top – 50 }, ‘slow’);
} catch (e) {
}
}
if (json[‘success’]) {
if ($(‘html’).hasClass(‘popup-options’)) {
parent.$(“.popup-options .popup-close”).trigger(‘click’);
}
if (json[‘notification’]) {
parent.show_notification(json[‘notification’]);
} else {
parent.$(‘#content’).parent().before(‘
‘ + json[‘success’] + ‘ ×
‘);
}
parent.$(‘#cart-total’).html(json[‘total’]);
parent.$(‘#cart-items,.cart-badge’).html(json[‘items_count’]);
if (json[‘items_count’]) {
parent.$(‘#cart-items,.cart-badge’).removeClass(‘count-zero’);
} else {
parent.$(‘#cart-items,.cart-badge’).addClass(‘count-zero’);
}
if (Journal[‘scrollToTop’]) {
parent.$(‘html, body’).animate({ scrollTop: 0 }, ‘slow’);
}
parent.$(‘.cart-content ul’).load(‘index.php?route=common/cart/info ul li’);
if (window.location.href.indexOf(‘quick_buy=true’) !== -1) {
parent.location.href = Journal[‘checkoutUrl’];
}
if ($btn.data(‘quick-buy’) !== undefined) {
location = Journal[‘checkoutUrl’];
}
if (parent.window[‘_QuickCheckout’]) {
parent.window[‘_QuickCheckout’].save();
}
if (json[‘redirect’]) {
parent.location.href = json[‘redirect’];
}
}
},
error: function (xhr, ajaxOptions, thrownError) {
alert(thrownError + ‘rn’ + xhr.statusText + ‘rn’ + xhr.responseText);
}
});
}); $(‘.date’).datetimepicker({
language: ‘el’,
pickTime: false
});
$(‘.datetime’).datetimepicker({
language: ‘el’,
pickDate: true,
pickTime: true
});
$(‘.time’).datetimepicker({
language: ‘el’,
pickDate: false
});
$(‘button[id^=’button-upload’]’).on(‘click’, function() {
var node = this;
$(‘#form-upload’).remove();
$(‘body’).prepend(”);
$(‘#form-upload input[name=’file’]’).trigger(‘click’);
if (typeof timer != ‘undefined’) {
clearInterval(timer);
}
timer = setInterval(function() {
if ($(‘#form-upload input[name=’file’]’).val() != ”) {
clearInterval(timer);
$.ajax({
url: ‘index.php?route=tool/upload’,
type: ‘post’,
dataType: ‘json’,
data: new FormData($(‘#form-upload’)[0]),
cache: false,
contentType: false,
processData: false,
beforeSend: function() {
$(node).button(‘loading’);
},
complete: function() {
$(node).button(‘reset’);
},
success: function(json) {
$(‘.text-danger’).remove();
if (json[‘error’]) {
$(node).parent().find(‘input’).after(‘
‘ + json[‘error’] + ‘
‘);
}
if (json[‘success’]) {
alert(json[‘success’]);
$(node).parent().find(‘input’).val(json[‘code’]);
}
},
error: function(xhr, ajaxOptions, thrownError) {
alert(thrownError + “rn” + xhr.statusText + “rn” + xhr.responseText);
}
});
}
}, 500);
}); $(function () {
$(‘#review’).delegate(‘.pagination a’, ‘click’, function(e) {
e.preventDefault();
$(‘#review’).fadeOut(‘slow’);
$(‘#review’).load(this.href);
$(‘#review’).fadeIn(‘slow’);
});
$(‘#review’).load(‘index.php?route=product/product/review&product_id=1357’);
$(‘#button-review’).on(‘click’, function() {
$.ajax({
url: ‘index.php?route=product/product/write&product_id=1357’,
type: ‘post’,
dataType: ‘json’,
data: $(“#form-review”).serialize(),
beforeSend: function() {
$(‘#button-review’).button(‘loading’);
},
complete: function() {
$(‘#button-review’).button(‘reset’);
},
success: function(json) {
$(‘.alert-dismissible’).remove();
if (json[‘error’]) {
$(‘#review’).after(‘
‘ + json[‘error’] + ‘
‘);
}
if (json[‘success’]) {
$(‘#review’).after(‘
‘ + json[‘success’] + ‘
‘);
$(‘input[name=’name’]’).val(”);
$(‘textarea[name=’text’]’).val(”);
$(‘input[name=’rating’]:checked’).prop(‘checked’, false);
}
}
});
});
});
$(document).ready(function() {
$(‘.thumbnails’).magnificPopup({
type:’image’,
delegate: ‘a’,
gallery: {
enabled: true
}
});
});
$(document).ready(function () {
$(‘.review-links a’).on(‘click’, function () {
var $review = $(‘#review’);
if ($review.length) {
$(‘a[href=”#’ + $review.closest(‘.module-item’).attr(‘id’) + ‘”]’).trigger(‘click’);
$(‘a[href=”#’ + $review.closest(‘.tab-pane’).attr(‘id’) + ‘”]’).trigger(‘click’);
$(‘a[href=”#’ + $review.closest(‘.panel-collapse’).attr(‘id’) + ‘”]’).trigger(‘click’);
$review.closest(‘.expand-block’).find(‘.block-expand.btn’).trigger(‘click’);
$([document.documentElement, document.body]).animate({
scrollTop: $review.offset().top – 100
}, 200);
}
});
}); {“@context”:”http://schema.org”,”@type”:”WebSite”,”url”:”https://onlien.gr/”,”name”:”ONLIEN”,”description”:”u03a3u03c4u03bf u03b7u03bbu03b5u03bau03c4u03c1u03bfu03bdu03b9u03bau03cc u03bcu03b1u03c2 u03bau03b1u03c4u03acu03c3u03c4u03b7u03bcu03b1 u03b8u03b1 u03b2u03c1u03b5u03afu03c4u03b5 u03a3u03c5u03c3u03c4u03aeu03bcu03b1u03c4u03b1 u0391u03c3u03c6u03b1u03bbu03b5u03afu03b1u03c2, u0391u03beu03b5u03c3u03bfu03c5u03acu03c1 Ku03b9u03bdu03b7u03c4u03aeu03c2 u03a4u03b7u03bbu03b5u03c6u03c9u03bdu03afu03b1u03c2 u03bau03b1u03b9 Gadget u03c3u03b5 u03c4u03b5u03c1u03acu03c3u03c4u03b9u03b1 u03c0u03bfu03b9u03bau03b9u03bbu03afu03b1 u03bcu03b5 u03c7u03b1u03bcu03b7u03bbu03cc u03bau03ccu03c3u03c4u03bfu03c2. u03a4u03b7u03bb. u03b5u03c0u03b9u03bau03bfu03b9u03bdu03c9u03bdu03afu03b1u03c2 2105248377, 2105221128″,”potentialAction”:{“@type”:”SearchAction”,”target”:”https://onlien.gr/index.php?route=product/search&search={search}”,”query-input”:”required name=search”}} {“@context”:”http://schema.org”,”@type”:”Organization”,”url”:”https://onlien.gr/”,”logo”:”https://onlien.gr/image/cache/catalog/logo-240×78.png”} {“@context”:”http://schema.org”,”@type”:”BreadcrumbList”,”itemListElement”:[{“@type”:”ListItem”,”position”:1,”item”:{“@id”:”https://onlien.gr/index.php?route=common/home”,”name”:”u0391u03c1u03c7u03b9u03bau03ae”}},{“@type”:”ListItem”,”position”:2,”item”:{“@id”:”https://onlien.gr/u03a3u03c5u03c3u03c4u03aeu03bcu03b1u03c4u03b1-u0391u03c3u03c6u03b1u03bbu03b5u03afu03b1u03c2″,”name”:”u03a3u03c5u03c3u03c4u03aeu03bcu03b1u03c4u03b1 u0391u03c3u03c6u03b1u03bbu03b5u03afu03b1u03c2″}},{“@type”:”ListItem”,”position”:3,”item”:{“@id”:”https://onlien.gr/u03a3u03c5u03c3u03c4u03aeu03bcu03b1u03c4u03b1-u0391u03c3u03c6u03b1u03bbu03b5u03afu03b1u03c2/u039au03b1u03c4u03b1u03b3u03c1u03b1u03c6u03b9u03bau03ac”,”name”:”u039au03b1u03c4u03b1u03b3u03c1u03b1u03c6u03b9u03bau03ac”}},{“@type”:”ListItem”,”position”:4,”item”:{“@id”:”https://onlien.gr/u03a3u03c5u03c3u03c4u03aeu03bcu03b1u03c4u03b1-u0391u03c3u03c6u03b1u03bbu03b5u03afu03b1u03c2/u039au03b1u03c4u03b1u03b3u03c1u03b1u03c6u03b9u03bau03ac?product_id=1357″,”name”:”Visionnet VN-8016 u039au03b1u03c4u03b1u03b3u03c1u03b1u03c6u03b9u03bau03cc 16 u039au03b1u03bdu03b1u03bbu03b9u03ceu03bd”}}]} {“@context”:”http://schema.org/”,”@type”:”Product”,”name”:”Visionnet VN-8016 u039au03b1u03c4u03b1u03b3u03c1u03b1u03c6u03b9u03bau03cc 16 u039au03b1u03bdu03b1u03bbu03b9u03ceu03bd”,”image”:”https://onlien.gr/image/cache/catalog/product/DVR/VN-8016/HTB1jM.dQVXXXXbcXVXXq6xXFXXXg-1000×1000.jpg”,”description”:”u03a7u03b1u03c1u03b1u03bau03c4u03b7u03c1u03b9u03c3u03c4u03b9u03bau03ac: u03a4u03cdu03c0u03bfu03c2 u03bcu03bfu03bdu03c4u03adu03bbu03bfu03c5: DVR AHD u0391u03c1u03b9u03b8u03bcu03ccu03c2 u039cu03bfu03bdu03c4u03adu03bbu03bfu03c5. LS-H4 LS-H8 LS-H16 u039bu03b5u03b9u03c4u03bfu03c5u03c1u03b3u03b9u03bau03cc u03c3u03cdu03c3u03c4u03b7u03bcu03b1 u0395u03bdu03c3u03c9u03bcu03b1u03c4u03c9u03bcu03adu03bdu03bf Linux u0395u03b9u03bau03ccu03bdu03b1 1/4 1/4/8 1/4/8/16 u0395u03afu03c3u03bfu03b4u03bfu03c2 u03b2u03afu03bdu03c4u03b5u03bf 4 u03bau03b1u03bdu03acu03bbu03b9u03b1 * 720P / 960P / 1080P 8 u03bau03b1u03bdu03b1u03bbu03b9u03ceu03bd * 720P / 960P / 1080P 16 u03bau03b1u03bdu03b1u03bbu03b9u03ceu03bd * 720P / 960P / 1080P u03a3u03c5u03bcu03c0u03afu03b5u03c3u03b7 u03b2″,”sku”:”VN-8016″,”mpn”:”VN-8016″,”model”:”VN-8016″,”offers”:{“@type”:”Offer”,”priceCurrency”:”EUR”,”price”:”249.00″,”itemCondition”:”http://schema.org/NewCondition”,”availability”:”http://schema.org/InStock”,”seller”:{“@type”:”Organization”,”name”:”ONLIEN”},”priceValidUntil”:”2026-04-05″,”url”:”https://onlien.gr/index.php?route=product/product&product_id=1357″},”brand”:{“@type”:”Thing”,”name”:”VisionNet”}} ciactive_theme = ‘journal3’;
ΣΩΚΡΑΤΟΥΣ 40, 10431 ΑΘΗΝΑ
e-mail: info@onlien.gr
Δεν θες να χάνεις ευκαιρία;
Λάβετε τις πιο πρόσφατες ενημερώσεις και ειδικές προσφορές απευθείας στα εισερχόμενά σας.
Αν έμεινες ικανοποιημένος απο την εξυπηρέτησή μας, τότε μια αξιολόγηση στα μέσα κοινωνικής δυκτύωσης θα μας βοηθήσει πολύ στο να γινόμαστε ολοένα και καλύτεροι κάθε φορά!
(function($) {
var option_map = {“groups”:{“1357-99bc896854db5c0904c441e401a1c7ac”:{“color”:””,”size”:””}},”colors”:null,”sizes”:null};
var submitGtag = function(ecomm_prodid) {
console.log(“[GTAG] Submit product view: ” + ecomm_prodid);
gtag(‘event’, ‘view_item’, {
‘send_to’: ‘AW-10874244378’,
‘ecomm_prodid’: [ecomm_prodid],
‘items’: [
{
‘brand’: ‘VisionNet’,
‘category’: ‘Συστήματα Ασφαλείας > Καταγραφικά’,
‘id’: ecomm_prodid,
‘name’: ‘Visionnet VN-8016 Καταγραφικό 16 Καναλιών’,
‘quantity’: 1
}
]
});
};
var submitGtagByColorAndSize = function(color, size) {
$.each(option_map.groups, function(ecomm_prodid, group) {
if (group.color == color && group.size == size) {
submitGtag(ecomm_prodid);
}
});
};
if (option_map.colors === null && option_map.sizes === null) {
submitGtagByColorAndSize(“”, “”);
} else {
$(‘[name^=”option[“]’).change(function() {
var color, size = “”;
$(‘select[name^=”option[“], [type=”radio”][name^=”option[“]:checked’).each(function(index, option) {
var product_option_value_id = $(option).val();
if (option_map.colors !== null && typeof option_map.colors[product_option_value_id] != ‘undefined’) {
color = option_map.colors[product_option_value_id];
}
if (option_map.sizes !== null && typeof option_map.sizes[product_option_value_id] != ‘undefined’) {
size = option_map.sizes[product_option_value_id];
}
});
submitGtagByColorAndSize(color, size);
}).trigger(‘change’);
}
})(jQuery);