Update view_orderform.widget.php
This commit is contained in:
parent
50fada7e6d
commit
733a053bfa
|
@ -19,6 +19,7 @@
|
|||
<option value="PHO"<?php if($pay_method_alias == "PHO") echo " selected=\"selected\""; ?>>휴대폰</option>
|
||||
<option value="GIF"<?php if($pay_method_alias == "GIF") echo " selected=\"selected\""; ?>>상품권</option>
|
||||
<option value="ARS"<?php if($pay_method_alias == "ARS") echo " selected=\"selected\""; ?>>ARS</option>
|
||||
<option value="NOP"<?php if($pay_method_alias == "NOP") echo " selected=\"selected\""; ?>>수기결제</option>
|
||||
</select>
|
||||
<span>필수 선택입니다.</span>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user