| Server IP : 62.60.133.156 / Your IP : 216.73.217.51 Web Server : LiteSpeed System : Linux linux24.centraldnserver.com 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64 User : mimradmin ( 1166) PHP Version : 7.4.33 Disable Function : show_source, system, shell_exec, passthru, exec, popen, proc_open MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/mimradmin/.trash/wp-content/themes/woodmart/js/scripts/wc/ |
Upload File : |
woodmartThemeModule.updateAjaxDeliveryDates=function(){var e=document.querySelector(".wd-est-del");e&&jQuery.ajax({url:woodmart_settings.ajaxurl,data:{action:"woodmart_update_delivery_dates",product_id:e.dataset.productId},dataType:"json",method:"GET",success:function(o){o.hasOwnProperty("fragments")&&Object.keys(o.fragments).forEach(function(e){var t=o.fragments[e];document.querySelectorAll(e).forEach(function(e){(e.innerHTML=t)?e.parentNode.classList.remove("wd-hide"):e.parentNode.classList.add("wd-hide")})})},error:function(){console.error("Something wrong with AJAX response. Probably some PHP conflict.")},complete:function(){e.classList.add("wd-loaded")}})},window.addEventListener("load",function(){woodmartThemeModule.updateAjaxDeliveryDates()});