상품수량 변경 내역 노출 추가
This commit is contained in:
@ -259,6 +259,15 @@ $pg_anchor .='<li><a href="#anc_sodr_chk">결제상세정보 확인</a></li>
|
||||
|
||||
</form>
|
||||
|
||||
<?php if($od['od_mod_history']) { ?>
|
||||
<div>
|
||||
<p>
|
||||
상품 수량변경 내역
|
||||
</p>
|
||||
<?php echo conv_content($od['od_mod_history'], 0); ?>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
</section>
|
||||
|
||||
<section id="anc_sodr_pay" class="cbox">
|
||||
|
||||
Reference in New Issue
Block a user