tooltips on variations not showing after using link all variations button Fixes #4366
This commit is contained in:
parent
3bd2d0d456
commit
6487bc1125
|
@ -87,6 +87,12 @@ jQuery( function($){
|
||||||
$('#variable_product_options').load( this_page + ' #variable_product_options_inner', function() {
|
$('#variable_product_options').load( this_page + ' #variable_product_options_inner', function() {
|
||||||
$('#variable_product_options').unblock();
|
$('#variable_product_options').unblock();
|
||||||
jQuery('#variable_product_options').trigger('woocommerce_variations_added');
|
jQuery('#variable_product_options').trigger('woocommerce_variations_added');
|
||||||
|
|
||||||
|
jQuery(".tips").tipTip({
|
||||||
|
'attribute' : 'data-tip',
|
||||||
|
'fadeIn' : 50,
|
||||||
|
'fadeOut' : 50
|
||||||
|
});
|
||||||
} );
|
} );
|
||||||
} else {
|
} else {
|
||||||
$('#variable_product_options').unblock();
|
$('#variable_product_options').unblock();
|
||||||
|
|
Loading…
Reference in New Issue