js blockcart

This commit is contained in:
Marion Muszynski 2015-10-12 18:12:00 +02:00
parent 55d00ea560
commit 3a939975ee

View File

@ -763,8 +763,8 @@ var ajaxCart = {
$('.product-old-price').hide();
}
var n = parseInt($(window).scrollTop()) + 'px';
$('#layer_cart').css({'top': n});
/*var n = parseInt($(window).scrollTop()) + 'px';
$('#layer_cart').css({'top': n});*/
return true;
},