-=[ Mr. Bumblebee ]=-
_Indonesia_
<!-- BEGIN OF FORM -->
<script type="text/javascript" src='$INFO[g_conf_js_url]'></script>
<script type="text/javascript">
/* Ç÷¯±×ÀÎ ¼³Ä¡(È®ÀÎ) */
StartSmartUpdate();
/* Payplus Plug-in ½ÇÇà */
function jsf__pay( form )
{
var RetVal = false;
/* Payplus Plugin ½ÇÇà */
if ( MakePayMessage( form ) == true )
{
openwin = window.open( "proc_win.html", "proc_win", "width=449, height=209, top=300, left=300" );
RetVal = true ;
}
else
{
/* res_cd¿Í res_msgº¯¼ö¿¡ ÇØ´ç ¿À·ùÄÚµå¿Í ¿À·ù¸Þ½ÃÁö°¡ ¼³Á¤µË´Ï´Ù.
ex) °í°´ÀÌ Payplus Plugin¿¡¼ Ãë¼Ò ¹öư Ŭ¸¯½Ã res_cd=3001, res_msg=»ç¿ëÀÚ Ãë¼Ò
°ªÀÌ ¼³Á¤µË´Ï´Ù.
*/
res_cd = document.order_info.res_cd.value ;
res_msg = document.order_info.res_msg.value ;
}
return RetVal ;
}
// Payplus Plug-in ¼³Ä¡ ¾È³»
function init_pay_button()
{
if( GetPluginObject() == null ){
document.getElementById("display_setup_message").style.display = "block" ;
}
else{
document.getElementById("display_pay_button").style.display = "block" ;
}
}
</script>
<form name="order_info" method="post" action="./_kcppay/pp_ax_hub.php" >
<!-- 1. ÁÖ¹® Á¤º¸ ÀÔ·Â -->
<!--ÁöºÒ¹æ¹ý -->
<input type="hidden" name="pay_method" value="$INFO[pay_method]" />
<!-- ÁÖ¹®¹øÈ£ -->
<input type="hidden" name="ordr_idxx" value="$INFO[ordr_idxx]" />
<!-- »óǰ¸í -->
<input type="hidden" name="good_name" value="$INFO[good_name]" />
<!-- °áÁ¦±Ý¾×(good_mny) - ¡Ø Çʼö : °ª ¼³Á¤½Ã ,(ÄÞ¸¶)¸¦ Á¦¿ÜÇÑ ¼ýÀÚ¸¸ ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ. -->
<input type="hidden" name="good_mny" value="$INFO[good_mny]" />
<!-- ÁÖ¹®ÀÚ¸í(buyr_name) -->
<input type="hidden" name="buyr_name" value="$INFO[buyr_name]" />
<!-- ÁÖ¹®ÀÚ E-mail(buyr_mail) -->
<input type="hidden" name="buyr_mail" value="$INFO[buyr_mail]" />
<!-- ÁÖ¹®ÀÚ ¿¬¶ôó1(buyr_tel1) -->
<input type="hidden" name="buyr_tel1" value="$INFO[buyr_tel1]" />
<!-- ÈÞ´ëÆù¹øÈ£(buyr_tel2) -->
<input type="hidden" name="buyr_tel2" value="$INFO[buyr_tel2]" />
<!-- 2. °¡¸ÍÁ¡ Çʼö Á¤º¸ ¼³Á¤ -->
<!-- ¡Ø Çʼö - °áÁ¦¿¡ ¹Ýµå½Ã ÇÊ¿äÇÑ Á¤º¸ÀÔ´Ï´Ù. -->
<!-- ¿äûÁ¾·ù(req_tx) : ½ÂÀÎ(pay)/Ãë¼Ò,¸ÅÀÔ(mod) ¿äû½Ã »ç¿ë -->
<input type="hidden" name="req_tx" value="pay" />
<input type="hidden" name="site_cd" value="$INFO[g_conf_site_cd]" />
<input type="hidden" name="site_key" value="$INFO[g_conf_site_key]" />
<input type="hidden" name="site_name" value="$INFO[g_conf_site_name]" />
<!--
ÇÒºÎ¿É¼Ç : Payplus Plug-in¿¡¼ Ä«µå°áÁ¦½Ã ÃÖ´ë·Î Ç¥½ÃÇÒ ÇҺΰ³¿ù ¼ö¸¦ ¼³Á¤ÇÕ´Ï´Ù.(0 ~ 18 ±îÁö ¼³Á¤ °¡´É)
¡Ø ÁÖÀÇ - ÇҺΠ¼±ÅÃÀº °áÁ¦±Ý¾×ÀÌ 50,000¿ø ÀÌ»óÀÏ °æ¿ì¿¡¸¸ °¡´É, 50000¿ø ¹Ì¸¸ÀÇ ±Ý¾×Àº ÀϽúҷθ¸ Ç¥±âµË´Ï´Ù
¿¹) value °ªÀ» "5" ·Î ¼³Á¤ÇßÀ» °æ¿ì => Ä«µå°áÁ¦½Ã °áÁ¦Ã¢¿¡ ÀϽúҺÎÅÍ 5°³¿ù±îÁö ¼±Åð¡´É
-->
<input type="hidden" name="quotaopt" value="12"/>
<!-- Çʼö Ç׸ñ : °áÁ¦ ±Ý¾×/ÈÆó´ÜÀ§ -->
<input type="hidden" name="currency" value="WON"/>
<!-- 3. Payplus Plugin Çʼö Á¤º¸(º¯°æ ºÒ°¡) -->
<!-- PLUGIN ¼³Á¤ Á¤º¸ÀÔ´Ï´Ù(º¯°æ ºÒ°¡) -->
<input type="hidden" name="module_type" value="01"/>
<!-- º¹ÇÕ Æ÷ÀÎÆ® °áÁ¦½Ã ³Ñ¾î¿À´Â Æ÷ÀÎÆ®»ç ÄÚµå : OKij½¬¹é(SCSK), º£³×ÇÇ¾Æ º¹ÁöÆ÷ÀÎÆ®(SCWB) -->
<input type="hidden" name="epnt_issu" value="" />
<!--
¡Ø ÇÊ ¼ö
Çʼö Ç׸ñ : Payplus Plugin¿¡¼ °ªÀ» ¼³Á¤ÇÏ´Â ºÎºÐÀ¸·Î ¹Ýµå½Ã Æ÷ÇԵǾî¾ß ÇÕ´Ï´Ù
°ªÀ» ¼³Á¤ÇÏÁö ¸¶½Ê½Ã¿À
-->
<!-- 3-1. Payplus Plugin ¿¡½ºÅ©·Î°áÁ¦ »ç¿ë½Ã Çʼö Á¤º¸ END -->
<input type="hidden" name="res_cd" value=""/>
<input type="hidden" name="res_msg" value=""/>
<input type="hidden" name="tno" value=""/>
<input type="hidden" name="trace_no" value=""/>
<input type="hidden" name="enc_info" value=""/>
<input type="hidden" name="enc_data" value=""/>
<input type="hidden" name="ret_pay_method" value=""/>
<input type="hidden" name="tran_cd" value=""/>
<input type="hidden" name="bank_name" value=""/>
<input type="hidden" name="bank_issu" value=""/>
<input type="hidden" name="use_pay_method" value=""/>
<!-- Çö±Ý¿µ¼öÁõ °ü·Ã Á¤º¸ : Payplus Plugin ¿¡¼ ¼³Á¤ÇÏ´Â Á¤º¸ÀÔ´Ï´Ù -->
<input type="hidden" name="cash_tsdtime" value=""/>
<input type="hidden" name="cash_yn" value=""/>
<input type="hidden" name="cash_authno" value=""/>
<input type="hidden" name="cash_tr_code" value=""/>
<input type="hidden" name="cash_id_info" value=""/>
<!-- 2012³â 8¿ù 18ÀÏ Á¤ÀÚ»ó°Å·¡¹ý °³Á¤ °ü·Ã ¼³Á¤ ºÎºÐ -->
<!-- Á¦°ø ±â°£ ¼³Á¤ 0:ÀÏȸ¼º 1:±â°£¼³Á¤(ex 1:2012010120120131) -->
<input type="hidden" name="good_expr" value="0">
<!-- 4. ¿É¼Ç Á¤º¸(»ý·«) -->
<!-- ÁÖ¹®ÀÚÁ¤º¸ -->
<table width="100%">
<tr>
<td style="background-image:url(/img/green_l.gif);background-repeat:repeat-y;"></td>
<td width="100%" class="pd8" style="line-height:150%;">
<!-- ÁÖ¹®ÀÚÁ¤º¸ -->
<h4>ÁÖ¹®ÀÎ Á¤º¸</h4>
<table width="100%" bgcolor="#FFFFFF" cellSpacing=0 cellPadding=3 border=1 borderColor=#cde5dc style="BORDER-COLLAPSE: collapse" frame=hsides>
<col width="90">
<col>
<col width="90">
<col>
<tr>
<td class="pd_l8" height="25" bgcolor="#e9e9e9">ÁÖ¹®ÇϽô ºÐ</td>
<td class="pd_l8" colspan="3">$INFO[buyr_name]</td>
</tr>
<tr>
<td class="pd_l8" height="25" bgcolor="#e9e9e9">ÀüȹøÈ£</td>
<td class="pd_l8">$INFO[buyr_tel1]</td>
<td class="pd_l8" height="25" bgcolor="#e9e9e9">ÈÞ´ëÆù¹øÈ£</td>
<td class="pd_l8">$INFO[buyr_tel2]</td>
</tr>
<tr>
<td height="25" class="pd_l8" bgcolor="#e9e9e9">À̸ÞÀÏ</td>
<td colspan="3" class="pd_l8" align="left">$INFO[buyr_mail]</td>
</tr>
</table>
<!-- ÁÖ¹®ÀÚÁ¤º¸ ³¡-->
</td>
</tr>
</table>
<!-- ÁÖ¹®ÀÚÁ¤º¸ ³¡ -->
<!-- ¹è¼ÛÁöÁ¤º¸ -->
<table width="100%" style="margin-top:15px;">
<tr>
<td width="100%" class="pd8" style="line-height:150%;">
<!-- ¹è¼ÛÁöÁ¤º¸ -->
<h4>¹è¼ÛÁö Á¤º¸</h4>
<table width="100%" bgcolor="#FFFFFF" cellSpacing=0 cellPadding=3 border=1 borderColor=#cde5dc style="BORDER-COLLAPSE: collapse" frame=hsides>
<col width="90">
<col>
<col width="90">
<col>
<tr>
<td height="25" class="pd_l8" bgcolor="#e9e9e9">¹ÞÀ¸½Ã´Â ºÐ</td>
<td colspan="3" class="pd_l8" align="left">$INFO[rcvr_name]</td>
</tr>
<tr>
<td height="25" class="pd_l8" bgcolor="#e9e9e9">ÁÖ¼Ò</td>
<td colspan="3" class="pd8" align="left">¿ìÆí¹øÈ£ $INFO[rcvr_zipx]<br>$INFO[rcvr_add1] $INFO[rcvr_add2]</td>
</tr>
<tr>
<td height="25" class="pd_l8" bgcolor="#e9e9e9">ÀüȹøÈ£</td>
<td class="pd_l8" align="left">$INFO[rcvr_tel1]</td>
<td height="25" class="pd_l8" bgcolor="#e9e9e9">ÈÞ´ëÆù¹øÈ£</td>
<td class="pd_l8" align="left">$INFO[rcvr_tel2]</td>
</tr>
<tr>
<td height="25" class="pd_l8" bgcolor="#e9e9e9">À̸ÞÀÏ</td>
<td colspan="3" class="pd_l8" align="left">$INFO[rcvr_mail]</td>
</tr>
<tr>
<td height="25" class="pd_l8" bgcolor="#e9e9e9">¹è¼Û½Ã<br />¿ä±¸»çÇ×</td>
<td colspan="3" class="pd8" align="left">$INFO[rcontents]</td>
</tr>
</table>
<!-- ¹è¼ÛÁöÁ¤º¸ ³¡-->
</td>
</tr>
</table>
<!-- ¹è¼ÛÁöÁ¤º¸ ³¡ -->
<!-- ÃѼö·® ¹× ÇÕ°è -->
<table width="100%" style="margin-top:20px;margin-bottom:20px;">
<tr>
<td width="100%" class="pd8">
<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_price2]¿ø</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- ÃѼö·® ¹× ÇÕ°è ³¡-->
<!-- °áÁ¦¹æ¹ý¼±Åà -->
<table width="100%" style="margin-top:15px;margin-bottom:15px;">
<tr>
<td width="100%" class="pd8" style="line-height:150%;">
<table width="100%" bgcolor="#FFFFFF" cellSpacing=0 cellPadding=3 border=1 borderColor=#cde5dc style="BORDER-COLLAPSE: collapse" frame=hsides style="margin-top:10px;">
<col width="90">
<col>
<col width="90">
<col>
<tr>
<td height="25" class="pd_l8" bgcolor="e9e9e9">$INFO[pay_type]</td>
<td> </td>
</tr>
<td colspan="2" align="right" style="padding:10 0 10 0;line-height:150%;">$INFO[pay_message]</td>
</tr>
</table>
</td>
</tr>
</table>
<center><input type="image" src="/img/bt/bt_pay.gif" alt="°áÁ¦Çϱâ" style="margin-right:5px;" onclick=" return jsf__pay(this.form); "></center>
</form>
<!-- END OF FORM -->
Copyright © 2017 || Recoded By Mr.Bumblebee