![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/store.cartinsight.co/wp-content/themes/woodmart/js/scripts/elements/ |
(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);