'); $('.quickview_body').append(''); $('#friendframe').iFrameResize(); $('#reviewframe').iFrameResize(); var imagezoom_options = { zoomWidth: 280, zoomHeight: 270, xOffset: 17, yOffset: 0, title: false, position: "right", lens:true }; $(".IMGZOOM").jqzoom(imagezoom_options); //SUBMITTING THE FORM BY AJAX $('#User').submit(function(e){ e.preventDefault(); formdata = $('#User').serialize(); //show ajax load inside the modal $('.quickview_body .ajaxload').addClass('active'); //'800 - 2016.01.20 - Bug Fix: Quick View: not working properly with gift-type products if( gift_prod_quickview === false ){ //submit process $.ajax({ type: 'POST', url: $('#User').attr('action'), data: formdata, success: function(data){ var side_mini_cart = $(data).find('.minicart').closest('.contentcell').html(); //'800 - 2017.02.07 : Bug Fix: Quick View: Top right minicart is not updated if item added from quickview popup var square_mini_cart = $(data).find('.square_mini_cart_wrapper').html(); var stretch_mini_cart = $(data).find('.welcomeboxstretchminicart').closest('.cart_summary').html(); var horo_mini_cart = $(data).find('.horo_cart').closest('.horo_cart_wrapper').html(); if (quickview_minicart_html_horo == "yes"){ horo_mini_cart = '