공통: #363 배송비 지불방법 마크업 및 내용관리/FAQ관리 스타일 제거
This commit is contained in:
@ -195,7 +195,7 @@ ob_start();
|
||||
<div class="li_prqty">
|
||||
<span class="prqty_price"><span>판매가 </span><?php echo number_format($row['ct_price']); ?></span>
|
||||
<span class="prqty_qty"><span>수량 </span><?php echo number_format($sum['qty']); ?></span>
|
||||
<span class="prqty_qty"><span>배송비 </span><?php echo $ct_send_cost; ?></span>
|
||||
<span class="prqty_sc"><span>배송비 </span><?php echo $ct_send_cost; ?></span>
|
||||
</div>
|
||||
<div class="li_total" style="padding-left:<?php echo $image_width + 10; ?>px;height:auto !important;height:<?php echo $image_height; ?>px;min-height:<?php echo $image_height; ?>px">
|
||||
<span class="total_img"><?php echo $image; ?></span>
|
||||
|
||||
Reference in New Issue
Block a user