쇼핑몰: #286 개인결제 마크업 작업
This commit is contained in:
@ -13,7 +13,7 @@ include_once(G4_MSHOP_PATH.'/_head.php');
|
||||
$list_file = G4_MSHOP_SKIN_PATH.'/personalpay.skin.php';
|
||||
if (file_exists($list_file)) {
|
||||
|
||||
$list_mod = 10;
|
||||
$list_mod = 10;
|
||||
$img_width = 230;
|
||||
$img_height = 230;
|
||||
|
||||
@ -51,7 +51,7 @@ include_once(G4_MSHOP_PATH.'/_head.php');
|
||||
|
||||
if ($i==0)
|
||||
{
|
||||
echo '<div><p class="sct_noitem">등록된 개인결제가 없습니다.</p></div>';
|
||||
echo '<p class="sct_noitem">등록된 개인결제가 없습니다.</p>';
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
@ -66,12 +66,12 @@ set_session('ss_personalpay_hash', $hash_data);
|
||||
<!-- 배송소요기간 -->
|
||||
<input type="hidden" name="deli_term" value="03">
|
||||
<!-- 기타 파라메터 추가 부분 - Start - -->
|
||||
<input type="hidden" name="param_opt_1" value="<?php echo $param_opt_1; ?>"/>
|
||||
<input type="hidden" name="param_opt_2" value="<?php echo $param_opt_2; ?>"/>
|
||||
<input type="hidden" name="param_opt_3" value="<?php echo $param_opt_3; ?>"/>
|
||||
<input type="hidden" name="param_opt_1" value="<?php echo $param_opt_1; ?>"/>
|
||||
<input type="hidden" name="param_opt_2" value="<?php echo $param_opt_2; ?>"/>
|
||||
<input type="hidden" name="param_opt_3" value="<?php echo $param_opt_3; ?>"/>
|
||||
<!-- 기타 파라메터 추가 부분 - End - -->
|
||||
<!-- 화면 크기조정 부분 - Start - -->
|
||||
<input type="hidden" name="tablet_size" value="<?php echo $tablet_size; ?>"/>
|
||||
<input type="hidden" name="tablet_size" value="<?php echo $tablet_size; ?>"/>
|
||||
<!-- 화면 크기조정 부분 - End - -->
|
||||
<!--
|
||||
사용 카드 설정
|
||||
@ -196,9 +196,9 @@ set_session('ss_personalpay_hash', $hash_data);
|
||||
<input type="hidden" name="rcvr_zipx" value=""> <!-- 수취인 우편번호 -->
|
||||
<input type="hidden" name="rcvr_add1" value=""> <!-- 수취인 주소 -->
|
||||
<input type="hidden" name="rcvr_add2" value=""> <!-- 수취인 상세 주소 -->
|
||||
<input type="hidden" name="param_opt_1" value="">
|
||||
<input type="hidden" name="param_opt_2" value="">
|
||||
<input type="hidden" name="param_opt_3" value="">
|
||||
<input type="hidden" name="param_opt_1" value="">
|
||||
<input type="hidden" name="param_opt_2" value="">
|
||||
<input type="hidden" name="param_opt_3" value="">
|
||||
|
||||
<p id="show_progress" style="display:none;">반드시 결제하기 버튼을 클릭 하셔야만 결제가 진행됩니다.</p>
|
||||
|
||||
|
||||
@ -18,7 +18,7 @@ include_once(G4_MSHOP_PATH.'/_head.php');
|
||||
|
||||
<p>개인결제번호 <strong><?php echo $pp_id; ?></strong></p>
|
||||
|
||||
<div id="sod_fin_view">
|
||||
<section id="sod_fin_view">
|
||||
<h2>결제 정보</h2>
|
||||
<?php
|
||||
$misu = true;
|
||||
@ -145,7 +145,7 @@ include_once(G4_MSHOP_PATH.'/_head.php');
|
||||
</tbody>
|
||||
</table>
|
||||
</section>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="sod_fin_tot">
|
||||
<h2>결제합계</h2>
|
||||
|
||||
Reference in New Issue
Block a user