In Woocommerce, is there any way trigger JS after applied coupon like this?
I would like to use it in something like this:
$( document.body ).on( 'updated_cart_totals', function(){
//do something
});
Any help is appreciated.