-
חדש
15% הנחה
מחיר רגיל: 6,100.00 ₪
Special Price 5,185.00 ₪
-
חדש
15% הנחה
מחיר רגיל: 6,950.00 ₪
Special Price 5,900.00 ₪
-
חדש
6,500.00 ₪
-
חדש
15% הנחה

מחיר רגיל: 6,800.00 ₪
Special Price 5,780.00 ₪
-
');
}else{
if(data.sidebar && !iframe){
if(jQuery('.top-cart').length){
jQuery('.top-cart').replaceWith(data.sidebar);
}
if(jQuery('.sidebar .block.block-cart').length){
if(jQuery('#cart-sidebar').length){
jQuery('#cart-sidebar').html(jQuery(data.sidebar).find('#mini-cart'));
jQuery('.sidebar .block.block-cart .subtotal').html(jQuery(data.sidebar).find('.subtotal'));
}else{
jQuery('.sidebar .block.block-cart p.empty').remove();
content = jQuery('.sidebar .block.block-cart .block-content');
jQuery('').appendTo(content);
jQuery('
').appendTo(content);
content.find('#cart-sidebar').html(jQuery(data.sidebar).find('#mini-cart').html());
content.find('.actions').append(jQuery(data.sidebar).find('.subtotal'));
content.find('.actions').append(jQuery(data.sidebar).find('.actions button.button'));
}
cartProductRemove('#cart-sidebar li.item a.btn-remove', {
confirm: 'האם אתה בטוח שברצונך להסיר מוצר זה מסל הקניות שלך?',
submit: 'Ok',
calcel: 'בטל'
});
}
jQuery.fancybox.close();
jQuery('body').append('
');
}else{
jQuery.ajax({
url: "http://aribar.co.il/hebrew/meigeeactions/updatecart/",
cache: false
}).done(function(html){
jQuery('header#header .top-cart').replaceWith(html);
jQuery('.top-cart #mini-cart li.item a.btn-remove').on('click', function(event){
event.preventDefault();
jQuery('body').append('
האם אתה בטוח שברצונך להסיר מוצר זה מסל הקניות שלך?
Okבטל
');
jQuery('.cart-remove-box a').on('click', function(){
link = jQuery(this).attr('href');
jQuery.ajax({
url: link,
cache: false
});
jQuery('.cart-remove-box').remove();
setTimeout(function(){window.location.reload();}, 800);
});
});
jQuery.fancybox.close();
jQuery('body').append('
');
});
}
}
setTimeout(function () {jQuery('.add-to-cart-success').slideUp(500)}, 5000);
jQuery('.add-to-cart-success a.btn-remove').click(function(){
jQuery(this).parent().slideUp(500);
return false;
});
}
function setLocationAjax(url,id,name){
url += 'isAjax/1';
url = url.replace("checkout/cart","ajax/index").replace(/\?\_\_\_SID=U/ig, '');
jQuery('#ajax_loader'+id).show();
try {
jQuery.ajax({
url : url,
dataType : 'json',
success : function(data) {
jQuery('#ajax_loader'+id).hide();
jQuery('.products-grid li.item').removeClass('active');
setAjaxData(data,false,name);
}
});
} catch (e) {
}
}
gridLabels();
productHoverImages();