sourcecode

우커머스 체크아웃 ax 콜백

codebag 2023. 11. 4. 10:39
반응형

우커머스 체크아웃 ax 콜백

우커머스 체크아웃에서 (배송변경시) ajax 액션에 대한 javascript 콜백이 있나요?그 콜백은 어떻게 연결하죠?

jQuery( document ).on( 'updated_checkout', function() {

    console.log( 'here goes a action' );

} );

언급URL : https://stackoverflow.com/questions/33172630/woocommerce-checkout-ajax-callback

반응형