쇼핑몰관리자: #255 상품수량 변경 내역 출력 마크업 및 스타일 완료

This commit is contained in:
whitedot
2013-07-16 17:21:31 +09:00
parent fae2fe540c
commit 6fb5881cae
2 changed files with 10 additions and 7 deletions

View File

@ -259,13 +259,13 @@ $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 if ($od['od_mod_history']) { ?>
<section id="sodr_qty_log">
<h3>상품 수량변경 내역</h3>
<div>
<?php echo conv_content($od['od_mod_history'], 0); ?>
</div>
</section>
<?php } ?>
</section>