팝업에서 우커머스 체크아웃 체크아웃 기능(+stripe with wooCommerce Stripe Payment Gateway plugin)을 modal window에 구현하려고 하고 있으며, 이를 위해 ajax를 사용하고 있습니다.계산대를 새로 고치기 위한 백엔드 코드는 다음과 같습니다. add_action('wp_ajax_refresh_checkout', 'getCheckoutPageContentCallBack'); add_action('wp_ajax_nopriv_refresh_checkout', 'getCheckoutPageContentCallBack'); function getCheckoutPageContentCallBack() { define('WOOCOMMERCE_CHECKOUT', true)..