X
');$('.frm_product').on('submit',function(){olay.appendTo(document.body);frm_id=$(this).attr('id');id=frm_id.replace('frm_product_','');var fd=new FormData($('#'+frm_id+'')[0]);$.ajax({type: 'POST',cache:false,url:'/admin/modules/custom/ecommerce/ecommerce_x.php',data: fd,dataType: 'json',contentType:false,processData:false}).done(function(data){$('#overlay_content').html(data.content);});$('#btn_close, #btn_cart_continue').on('click',function(){$('#overlay_content').html('');olay.remove();});return false;});});