- 정보공유
[씨아이보드팁] [씨아이보드] 모바일에서 ptype 필드 추가.
사이트가 반응형일경우는 상관이 없지만
pc, mobile 로 분리되어있을경우
mobile 단에서 정상적으로 예치금 결제 처리가 되어야 한다면
아래 와 같이 필드를 하나 추가.
/view/cmall/mobile/order.php
<input type="hidden" name="ptype" value="<?php echo element('ptype', $view); ?>" />
<input type="hidden" name="unique_id" value="<?php echo element('unique_id', $view); ?>" />