Table of Contents
핵심 요약: 비회원을 로그인 후에만 결제할 수 있도록 STEP 위젯을 구성하는 방법을 안내합니다.
본 매뉴얼은 엠샵 멤버스 플러그인을 함께 사용하실 경우 설정이 가능합니다. 샘플 페이지 : 샘플1 / 샘플2
엘리멘터 빌더 이용 #
숏코드 이용 #
숏코드 이용 시, 공통 파라미터 매뉴얼의 step, skip_next_step_indicator 파라미터를 이용하여 숏코드를 추가하실 수 있습니다. 예시 숏코드는 아래와 같습니다.
[pafw_dc_login template="type-b" theme="default" display="step" step="0" skip_next_step_indicator="yes"] [pafw_dc_cart template="type-a" theme="default" display="step" step="1" skip_next_step_indicator="yes"] [pafw_dc_billing_fields template="type-a" theme="default" display="step" step="1" skip_next_step_indicator="yes"] [pafw_dc_order_total template="type-a" theme="default" display="step" step="1" skip_next_step_indicator="yes"] [pafw_dc_payment_methods template="type-a" theme="default" display="step" step="1" skip_next_step_indicator="yes"]
자주 묻는 질문 #
이 기능은 어떤 플러그인이 필요한가요?
엠샵 멤버스 플러그인을 함께 사용해야 이 설정이 가능합니다.
빌더 외에 숏코드로도 설정할 수 있나요?
네, 공통 파라미터의 step, skip_next_step_indicator 파라미터를 이용해 숏코드로도 설정할 수 있습니다.


