Server IP : 162.213.251.212 / Your IP : 18.190.176.187 [ Web Server : LiteSpeed System : Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : allssztx ( 535) PHP Version : 8.1.31 Disable Function : NONE Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/allssztx/./www/jollyprecast/wp-content/themes/woodmart/js/scripts/elements/ |
Upload File : |
(function($) { $.each([ 'frontend/element_ready/wd_single_product_stock_status.default', ], function(index, value) { woodmartThemeModule.wdElementorAddAction(value, function() { woodmartThemeModule.stockStatus(); }); }); woodmartThemeModule.stockStatus = function() { $( '.variations_form' ) .on('show_variation', '.woocommerce-variation',function( event, variation ) { $('.wd-single-stock-status').each(function() { let $wrapper = $(this); if ( 0 !== $wrapper.find('.elementor-widget-container').length ) { $wrapper = $wrapper.find('.elementor-widget-container'); } if ( variation.hasOwnProperty( 'availability_html' ) ) { $wrapper.html( variation.availability_html ); } }); }) .on('click', '.reset_variations', function() { $('.wd-single-stock-status').each(function() { let $wrapper = $(this); if ( 0 !== $wrapper.find('.elementor-widget-container').length ) { $wrapper = $wrapper.find('.elementor-widget-container'); } $wrapper.html(''); }); }); }; $(document).ready(function() { woodmartThemeModule.stockStatus(); }); })(jQuery);