diff --git a/assets/js/woocommerce.js b/assets/js/woocommerce.js index 9d0625da1a3..d7d99a11023 100755 --- a/assets/js/woocommerce.js +++ b/assets/js/woocommerce.js @@ -366,6 +366,9 @@ jQuery(document).ready(function($) { } }); + + // Custom event for when variations have been updated + $(document).trigger('woocommerce_update_variation_values'); }