jQuery( function( $ ) { $( '#my_custom_checkout_field' ).change( function() { $( document.body ).trigger( 'update_checkout' ); } ); } );
Review Us