Added a custom event for when the variation select lists are updated.

This commit is contained in:
Geert De Deckere 2012-03-21 11:28:05 +01:00
parent 68f7a61100
commit 49fe619ee0
1 changed files with 3 additions and 0 deletions

View File

@ -366,6 +366,9 @@ jQuery(document).ready(function($) {
}
});
// Custom event for when variations have been updated
$(document).trigger('woocommerce_update_variation_values');
}