Website : phonehp.ir
backdoor
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Home
Console
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
nehpir
/
public_html
/
wp-content
/
themes
/
woodmart
/
js
/
scripts
/
elements
/
Filename :
stockStatus.js
back
Warning
: Undefined variable $file in
/home/nehpir/public_html/goods.php
on line
545
Copy
(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);