jQuery(function($){ $('body').on('updated_checkout', function(){ $('body').trigger('update_checkout'); }); });