function OCTgeturlparam(param) { var urlParams = new URLSearchParams(window.location.search); return urlParams.get(param) !== null ? param+'='+urlParams.get(param) : ''; } var OCT4_GET_LANG = ''; var disevrywhr_ur1201 = 'index.php?route=module/disevrywhr/'; var disevrywhr_url230 = 'index.php?route=extension/module/disevrywhr/'; var disevrywhr_url401 = 'index.php?route=extension/disevrywhr/module/disevrywhr|'; var disevrywhr_url402 = 'index.php?route=extension/disevrywhr/module/disevrywhr.'; var disevrywhr = { 'atgrid': function() { var product_ids = []; $("[onclick*='wishlist.add'], [onclick*='addToCart'], .product-thumb form input[name='product_id']").each(function() { if($(this).closest('form').find("[name*='product_id']").length) { var target = $(this).closest('.product-thumb, .product-wrapper'); var product_id = $(this).val(); } else { var target = $(this).closest('.product-thumb, .product-wrapper'); var product_id = $(this).attr('onclick').match(/[0-9]+/).toString(); } if(target.length && target.hasClass('disevrywhr_atgrid') == false) { target.addClass('disevrywhr_atgrid').addClass('disevrywhr_atgrid'+product_id); product_ids.push(product_id); } }); if(product_ids.length) { //console.log(product_ids.length); $.ajax({ url: disevrywhr_url230 + 'getcache' + OCT4_GET_LANG, type: 'post', data: {product_ids:product_ids}, cache: true, complete: function() { }, success: function(json) { if(json) { //console.log(json); $("[onclick*='wishlist.add'], [onclick*='addToCart'], .product-thumb form input[name='product_id']").each(function() { if($(this).closest('form').find("[name*='product_id']").length) { var target = $(this).closest('.product-thumb, .product-wrapper'); var product_id = $(this).val(); } else { var target = $(this).closest('.product-thumb, .product-wrapper'); var product_id = $(this).attr('onclick').match(/[0-9]+/).toString(); } if(json[product_id] && target.length && target.find('.disevrywhr_qtytable').length <= 0) { target.find('.price').after(json[product_id]); } }); } } }); } }, 'prodpage': function() { var product_ids = []; var product_id = false; if($(".button-group-page input[name='product_id']").length) { product_id = $(".button-group-page input[name='product_id']").val(); product_ids.push(product_id); } else if($('#input-product-id').length) { product_id = $('#input-product-id').val(); product_ids.push(product_id); } else if($(".product-info input[name='product_id']").length) { product_id = $(".product-info input[name='product_id']").val(); product_ids.push(product_id); } else if($("#product input[name='product_id']").length) { product_id = $("#product input[name='product_id']").val(); product_ids.push(product_id); } if (product_ids.length) { $.ajax({ url: disevrywhr_url230 + 'getcache' + OCT4_GET_LANG, type: 'post', data: {product_ids:product_ids}, cache: true, complete: function() { }, success: function(json) { if(json) { if(json[product_id] && $('#product').length && $('#product').find('.disevrywhr_qtytable').length <= 0) { $('.product-price-group .price-wrapper').append('