-=[ Mr. Bumblebee ]=-
_Indonesia_
<!-- BEGIN OF FORM -->
<script language="javascript">
var btnClickcheck = false ;
var member_hPoint = $INFO[userpoint];
var nresult_payprice = $INFO[nresult_payprice] ;
var point_use_min = $INFO[point_use_min] ;
function checking_usepoint() {
var inpoint = document.getElementsByName('usepoint')[0];
if(inpoint.value == '')
return;
if(isNaN(inpoint.value)) {
alert('¼ýÀÚ¸¸ ÀÔ·ÂÇÒ ¼ö ÀÖ½À´Ï´Ù.');
inpoint.value = '';
document.getElementById('resultPayprice').innerHTML = str_money(nresult_payprice) ;
return;
}
if(parseInt(inpoint.value, 10) > member_hPoint) {
alert('»ç¿ëÇÒ Àû¸³±ÝÀÌ ¼ÒÀ¯ÇϽŠÀû¸³±Ýº¸´Ù ¸¹½À´Ï´Ù. ');
inpoint.value = '';
document.getElementById('resultPayprice').innerHTML = str_money(nresult_payprice) ;
return;
}
if(parseInt(inpoint.value, 10) > nresult_payprice) {
alert('°áÁ¦±Ý¾× ÀÌ»ó Àû¸³±ÝÀ» »ç¿ëÇÒ ¼ö ¾ø½À´Ï´Ù. ');
inpoint.value = '';
document.getElementById('resultPayprice').innerHTML = str_money(nresult_payprice) ;
return;
}
if(parseInt(inpoint.value, 10) < point_use_min) {
alert( str_money(point_use_min) + ' ÀÌ»ó »ç¿ëÇÒ ¼ö ÀÖ½À´Ï´Ù. ');
inpoint.value = '';
document.getElementById('resultPayprice').innerHTML = str_money(nresult_payprice) ;
return;
}
document.getElementById('resultPayprice').innerHTML = str_money(nresult_payprice-parseInt(inpoint.value, 10)) ;
}
function checking_Allusepoint() {
var inpoint = document.getElementsByName('usepoint')[0];
var alpoint = document.getElementsByName('allUsepoint')[0];
if(alpoint.checked) {
if ( member_hPoint < point_use_min ) {
alert( str_money(point_use_min) + ' ÀÌ»ó »ç¿ëÇÒ ¼ö ÀÖ½À´Ï´Ù. ');
alpoint.checked = false;
return ;
}
if ( nresult_payprice < point_use_min ) {
alert( str_money(point_use_min) + ' ÀÌ»ó »ç¿ëÇÒ ¼ö ÀÖ½À´Ï´Ù. ');
alpoint.checked = false;
return ;
}
inpoint.value = member_hPoint > nresult_payprice ? nresult_payprice : member_hPoint ;
document.getElementById('resultPayprice').innerHTML = str_money(nresult_payprice-parseInt(inpoint.value,10)) ;
}
}
function change_pay_message() {
var obj = document.getElementsByName('userSpay');
var objlen = obj.length;
var dobj = document.getElementById('bank_option');
for(var i = 0; i < objlen; i++) {
if(obj[i].checked) {
if(obj[i].value == 'B') {
dobj.style.display = '';
obj[i].parentElement.parentElement.style.borderRight = '0';
} else
dobj.style.display = 'none';
} else
obj[i].parentElement.parentElement.style.borderRight = '1px solid #f0f0f0';
}
}
function goScript() {
var f = document.getElementsByName('frm_order')[0] ;
if ( _chkForm(f)) {
f.action = '?mode=orderchk' ;
f.submit() ;
}
}
function sameup() {
var f = document.getElementsByName('frm_order')[0] ;
var x = ['name' , 'tel1' , 'tel2' , 'tel3' , 'hp1' , 'hp2' , 'hp3' , 'zip1' , 'zip2' , 'addr1' , 'addr2' , 'email'] ;
var xlen = x.length ;
for ( var i = 0; i < xlen ; i++ ) {
f.elements['r_' + x[i]].value = f.elements['o_' + x[i]].value ;
}
}
</script>
<form name="frm_order" method="post" onsubmit=" return false ; ">
<input type="hidden" name="ordertype" value="$INFO[ordertype]" >
<input type="hidden" name="ordercode" value="$INFO[ordercode]" >
$INFO[n_member_privacy]
<h3 style="text-align: left;">ÁÖ¹®ÀÎ Á¤º¸</h3>
<table style="margin-top:15px; width: 1200px;">
<tr>
<td class="datalist-wrap a-left" style="line-height:200%; width: 761px;"><!-- ÁÖ¹®ÀÚÁ¤º¸ -->
<table width="100%" frame=hsides>
<col width="15%">
<col width="35%">
<col width="15%">
<col width="35%">
<tr>
<th>ÁÖ¹®ÇϽô ºÐ</th>
<td colspan="3">
<input type="text" name="o_name" style="width:100px;" class="form" value="$INFO[order_name]" dreq emsg=" ÁÖ¹®ÇϽô ºÐ ¼ºÇÔÀ» ÀÔ·ÂÇØÁÖ¼¼¿ä ">
</td>
</tr>
<tr>
<th>ÁÖ¼Ò</th>
<td colspan="3" class="pd8" align="left">
<input type="text" name="o_zip1" class="form" style="width:40px;" value="$INFO[order_zip1]" readonly dreq emsg=" ÁÖ¼Ò¸¦ °Ë»öÇØÁÖ¼¼¿ä ">
-
<input type="text" name="o_zip2" class="form" style="width:40px;" value="$INFO[order_zip2]" readonly>
<img src="/img/bt/bt_search.gif" align="absmiddle" alt="°Ë»ö" style="margin-left:5px;" style="cursor:hand" onclick=" popzip('o_zip1','o_zip2','o_addr1');">
<br>
<input type="text" name="o_addr1" class="form" style="width:270px;" value="$INFO[order_addr1]" readonly>
<input type="text" name="o_addr2" class="form" style="width:200px;" value="$INFO[order_addr2]" dreq emsg=" ÁÖ¼Ò¸¦ ÀÔ·ÂÇØÁÖ¼¼¿ä ">
</td>
</tr>
<tr>
<th>ÀüȹøÈ£</th>
<td>
<input type="text" name="o_tel1" style="width:50px;" class="form" value="$INFO[order_tel1]" dreq vtype="phone" group="o_tel" emsg=" ÁÖ¹®ÇϽô ºÐ ÀüȹøÈ£¸¦ ÀÔ·ÂÇØÁÖ¼¼¿ä " >
-
<input type="text" name="o_tel2" style="width:60px;" class="form" value="$INFO[order_tel2]">
-
<input type="text" name="o_tel3" style="width:60px;" class="form" value="$INFO[order_tel3]">
</td>
<th>ÈÞ´ëÆù¹øÈ£</th>
<td class="pd_l8">
<input type="text" name="o_hp1" style="width:50px;" class="form" value="$INFO[order_hp1]" dreq vtype="phone" group="o_hp" emsg=" ÁÖ¹®ÇϽô ºÐ ÈÞ´ëÆù¹øÈ£¸¦ ÀÔ·ÂÇØÁÖ¼¼¿ä " >
-
<input type="text" name="o_hp2" style="width:60px;" class="form" value="$INFO[order_hp2]">
-
<input type="text" name="o_hp3" style="width:60px;" class="form" value="$INFO[order_hp3]">
</td>
</tr>
<tr>
<th>À̸ÞÀÏ</th>
<td colspan="3">
<input type="text" name="o_email" style="width:300px;" class="form" value="$INFO[order_email]" dreq emsg=" ÁÖ¹®ÇϽô ºÐ À̸ÞÀÏÀ» ÀÔ·ÂÇØÁÖ¼¼¿ä ">
</td>
</tr>
</table><!-- ÁÖ¹®ÀÚÁ¤º¸ ³¡--></td>
</tr>
</table>
<!-- ÁÖ¹®ÀÚÁ¤º¸ ³¡ -->
<!-- ¹è¼ÛÁöÁ¤º¸ -->
<h3 style="text-align: left; margin-top: 15px;">¹è¼ÛÁö Á¤º¸</h3>
<table style="margin-top:15px;">
<tr>
<td class="datalist-wrap a-left" style="line-height:200%;"><!-- ¹è¼ÛÁöÁ¤º¸ -->
<table style="width: 1200px;" frame=hsides>
<col width="15%">
<col width="35%">
<col width="15%">
<col width="35%">
<tr>
<th>¹ÞÀ¸½Ã´Â ºÐ</th>
<td colspan="3">
<input type="text" name="r_name" class="form" value="$INFO[order_name]" dreq emsg=" ¹ÞÀ¸½Ã´Â ºÐ ¼ºÇÔÀ» ÀÔ·ÂÇØÁÖ¼¼¿ä ">
<input type="checkbox" name="same_info" value="Y" $INFO[same_info] onclick=" sameup();">
ÁÖ¹®ÇϽôºаú µ¿ÀÏ </td>
</tr>
<tr>
<th>ÁÖ¼Ò</th>
<td colspan="3">
<input type="text" name="r_zip1" class="form" style="width:40px;" value="$INFO[order_zip1]" readonly dreq emsg=" ÁÖ¼Ò¸¦ °Ë»öÇØÁÖ¼¼¿ä ">
-
<input type="text" name="r_zip2" class="form" style="width:40px;" value="$INFO[order_zip2]" readonly>
<img src="/img/bt/bt_search.gif" align="absmiddle" alt="°Ë»ö" style="margin-left:5px;" style="cursor:hand" onclick=" popzip('r_zip1','r_zip2','r_addr1');">
<br>
<input type="text" name="r_addr1" class="form" style="width:270px;" value="$INFO[order_addr1]" readonly>
<input type="text" name="r_addr2" class="form" style="width:200px;" value="$INFO[order_addr2]" dreq emsg=" ÁÖ¼Ò¸¦ ÀÔ·ÂÇØÁÖ¼¼¿ä ">
</td>
</tr>
<tr>
<th>ÀüȹøÈ£</th>
<td>
<input type="text" name="r_tel1" style="width:50px;" class="form" value="$INFO[order_tel1]" dreq vtype="phone" group="r_tel" emsg=" ¹ÞÀ¸½Ã´Â ºÐ ÀüȹøÈ£¸¦ ÀÔ·ÂÇØÁÖ¼¼¿ä ">
-
<input type="text" name="r_tel2" style="width:60px;" class="form" value="$INFO[order_tel2]">
-
<input type="text" name="r_tel3" style="width:60px;" class="form" value="$INFO[order_tel3]">
</td>
<th>ÈÞ´ëÆù¹øÈ£</th>
<td>
<input type="text" name="r_hp1" style="width:50px;" class="form" value="$INFO[order_hp1]" dreq vtype="phone" group="r_hp" emsg=" ¹ÞÀ¸½Ã´Â ºÐ ÈÞ´ëÆù¹øÈ£¸¦ ÀÔ·ÂÇØÁÖ¼¼¿ä ">
-
<input type="text" name="r_hp2" style="width:60px;" class="form" value="$INFO[order_hp2]">
-
<input type="text" name="r_hp3" style="width:60px;" class="form" value="$INFO[order_hp3]">
</td>
</tr>
<tr>
<th>À̸ÞÀÏ</th>
<td colspan="3">
<input type="text" name="r_email" class="form" value="$INFO[order_email]" style="width:300px" dreq emsg=" ¹ÞÀ¸½Ã´Â ºÐ À̸ÞÀÏÀ» ÀÔ·ÂÇØÁÖ¼¼¿ä ">
</td>
</tr>
<tr>
<th>¹è¼Û½Ã ¿ä±¸»çÇ×</th>
<td colspan="3">
<input type="text" name="r_contents" rows="" cols="" class="form" style="width:90%;" maxlength="50">
<br>
¿¹) ºÎÀç½Ã °æºñ½Ç¿¡ ¸Ã°ÜÁÖ¼¼¿ä.</td>
</tr>
</table><!-- ¹è¼ÛÁöÁ¤º¸ ³¡--></td>
</tr>
</table>
<!-- ¹è¼ÛÁöÁ¤º¸ ³¡ -->
<!-- ÃѼö·® ¹× ÇÕ°è -->
<table style="margin-top:15px; width: 761px; width: 761px;">
<tr>
<td width="100%">
<table width="100%" bgcolor="#FFFFFF" cellSpacing=0 cellPadding=3 border=1 borderColor=#bbd2ea style="BORDER-COLLAPSE: collapse;" frame=hsides>
<tr>
<td width="15%" align="center" bgcolor="#e9e9e9" height="25">ÃÑ ¼ö·®</td>
<td width="15%" align="center">$INFO[total_count]</td>
<td width="15%" align="center" bgcolor="#e9e9e9">¹è¼Û·á</td>
<td width="15%" align="center">$INFO[total_send_price]¿ø</td>
<td width="15%" align="center" bgcolor="#e9e9e9">ÃÑÇÕ°è</td>
<td align="center" class="b style2" style="font-size:15px;">$INFO[total_price]¿ø</td>
</tr>
</table></td>
</tr>
</table>
<!-- ÃѼö·® ¹× ÇÕ°è ³¡-->
<!-- °áÁ¦¹æ¹ý¼±Åà -->
<h3 style="margin-top: 15px; text-align: left;">°áÀç¹æ¹ý ¼±ÅÃ</h3>
<table style="margin-top:15px;margin-bottom:15px; width: 761px;">
<tr>
<td class="datalist-wrap a-left" style="line-height:200%; width: 761px;"><!-- °áÁ¦¹æ¹ý -->
<table width="100%" cellSpacing=0 cellPadding=3 border=0style="margin-top:10px;">
<!-- ¼ø¼°¡ º¯°æµÇ¸é ¾ÈµË´Ï´Ù. -->
<tbody>
<tr>
<td height="25" class="pd_l8" style="border-top:1px solid #f0f0f0;border-left:1px solid #f0f0f0;border-right:1px solid #f0f0f0;">
<div style="width:200px;">
<input type="radio" name="userSpay" value="B" dreq emsg="°áÁ¦¹æ¹ýÀ» ¼±ÅÃÇØÁÖ¼¼¿ä" onclick="change_pay_message();">
¹«ÅëÀåÀÔ±Ý
</div></td>
<td id="bank_option" class="pd_l8" rowspan="3" style="border-top:1px solid #f0f0f0;border-right:1px solid #f0f0f0;display:none;">
<select name="userSpayB" style="width:500px">
$INFO[bank_s_options]
</select>
<br>
<p style="font-size:11px;">
- ¼±ÅÃÇϽŠÀºÇàÀ¸·Î °áÀç±Ý¾×À» ÀÔ±ÝÇÏ½Ã¸é µË´Ï´Ù.
<br>
- ´Ü, ÁÖ¹®ÀÚ¿Í ÀÔ±ÝÀÚ°¡ ´Ù¸£½Ç °æ¿ì °í°´»ó´ã¼¾ÅÍ·Î º¯°æ »ç½ÇÀ» ¾Ë·ÁÁֽñ⠹ٶø´Ï´Ù.
<br>
- ÁÖ¹®³»¿ª,ÁøÇà»óȲÀº ¹è¼ÛÁ¶È¸¿¡¼ È®ÀÎ °¡´ÉÇÕ´Ï´Ù.
</p></td>
</tr>
<tr>
<td height="25" class="pd_l8" style="border-top:1px solid #f0f0f0;border-left:1px solid #f0f0f0;border-right:1px solid #f0f0f0;">
<div style="width:200px;">
<input type="radio" name="userSpay" value="C" onclick="change_pay_message();">
½Å¿ëÄ«µå(ºÎ°¡¼¼ Æ÷ÇÔ)</div></td>
</tr>
<tr>
<td height="25" class="pd_l8" style="border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;border-left:1px solid #f0f0f0;border-right:1px solid #f0f0f0;">
<div style="width:250px;">
<input type="radio" name="userSpay" value="E" onclick="change_pay_message();">
°¡»ó°èÁÂ(¿¡½ºÅ©·Î) (ºÎ°¡¼¼ Æ÷ÇÔ) </div></td>
</tr>
$INFO[skn_point]
<tr>
<td height="25" class="pd_l8" colspan="2" style="border-bottom:1px solid #f0f0f0;border-left:1px solid #f0f0f0;border-right:1px solid #f0f0f0;background-color:#eee;"><span style="font-weight:bold;margin-right:130px;">°áÁ¦±Ý¾×</span><span id="resultPayprice" style="font-size:14px;">$INFO[result_payprice]</span>¿ø </td>
</tr>
</tbody>
</table><!-- °áÁ¦¹æ¹ý ³¡--></td>
</tr>
</table>
<!-- °áÁ¦¹æ¹ý¼±Åà ³¡-->
<div style="text-align: left;">
<a href="javascript:goScript();"><img src="/img/bt/bt_bbuy.gif" alt="±¸¸ÅÇϱâ" style="margin-right:5px;" id="btnGo_orderpayform"></a><a href="$TOTAL[cmnall]"><img src="/img/bt/bt_shopping02.gif" alt="¼îÇΰè¼ÓÇϱâ" style="margin-right:5px;" id="btnGo_orderpayform2"></a>
</div>
</form>
<!-- END OF FORM -->
Copyright © 2017 || Recoded By Mr.Bumblebee