コード例 #1
0
 public function init_form_fields()
 {
     parent::init_form_fields();
     $this->form_fields = array_merge($this->form_fields, array('title' => array('title' => __('Title', 'wc_korea_pack'), 'type' => 'text', 'description' => __('This controls the title which the user sees during checkout.', 'wc_korea_pack'), 'default' => __('실시간 계좌이체 [ActiveX]', 'wc_korea_pack'), 'desc_tip' => true)));
 }
コード例 #2
0
 public function init_form_fields()
 {
     parent::init_form_fields();
     $this->form_fields = array_merge($this->form_fields, array('title' => array('title' => __('Title', 'wc_korea_pack'), 'type' => 'text', 'description' => __('This controls the title which the user sees during checkout.', 'wc_korea_pack'), 'default' => __('Card Payment', 'wc_korea_pack'), 'desc_tip' => true), 'openpay_card_list' => array('title' => __('오픈결제 카드', 'wc_korea_pack'), 'description' => __('ie를 제외한 브라우져에서 결제 가능한 카드 설정(paygate 공지사항 참조)', 'wc_korea_pack'), 'options' => $this->card_list, 'default' => '', 'desc_tip' => __('', 'wc_korea_pack'), 'type' => 'multiselect')));
 }