#397 테스트주문 표시 추가

This commit is contained in:
chicpro
2016-04-22 14:56:11 +09:00
parent 95b60db165
commit 4c9ac8b6b0
5 changed files with 22 additions and 22 deletions

View File

@ -124,7 +124,6 @@ add_javascript(G5_POSTCODE_JS, 0); //다음 주소 js
<input type="hidden" name="pg_cancel" value="0">
<div class="tbl_head01 tbl_wrap">
<table>
<caption>주문 상품 목록</caption>
<thead>
@ -241,7 +240,6 @@ add_javascript(G5_POSTCODE_JS, 0); //다음 주소 js
?>
</tbody>
</table>
</div>
<div class="btn_list02 btn_list">
@ -277,6 +275,10 @@ add_javascript(G5_POSTCODE_JS, 0); //다음 주소 js
</section>
<?php if($od['od_test']) { ?>
<div>주의) 이 주문은 테스트용으로 실제 결제가 이루어지지 않았으므로 절대 배송하시면 안됩니다.</div>
<?php } ?>
<section id="anc_sodr_pay">
<h2 class="h2_frm">주문결제 내역</h2>
<?php echo $pg_anchor; ?>