1. 장바구니 주소 : wc_get_cart_url() / woocommerce_get_cart_page_permalink
2. 결제 페이지 주소 : wc_get_checkout_url() / woocommerce_get_checkout_page_permalink
[ + ] 앤드포인트 주소 : wc_get_endpoint_url( ‘add-payment-method’, ”, wc_get_checkout_url() );
3. 내 계정 (My Account) 주소 : wc_get_page_permalink( ‘myaccount’ ) / woocommerce_get_myaccount_page_permalink
[ + ] 앤드포인트 주소 : wc_get_account_endpoint_url( ‘orders’ ) / 비번 찾기는 wc_lostpassword_url() 도 있음
4. 상점 페이지 : wc_get_page_permalink( ‘shop’ )