Added a custom event for when the variation select lists are updated.
This commit is contained in:
parent
68f7a61100
commit
49fe619ee0
|
@ -366,6 +366,9 @@ jQuery(document).ready(function($) {
|
|||
}
|
||||
|
||||
});
|
||||
|
||||
// Custom event for when variations have been updated
|
||||
$(document).trigger('woocommerce_update_variation_values');
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue