주문상품이 2개 이상일 경우 결제 상품명에 div 추가되는 문제 수정

This commit is contained in:
chicpro
2013-05-09 10:13:06 +09:00
parent 82ec500083
commit e770a74849
2 changed files with 2 additions and 2 deletions

View File

@ -189,7 +189,7 @@ if ($i == 0) echo '<tr><td colspan="'.$colspan.'" class="empty_table">장바구
</tbody>
</table>
<?php if ($goods_count) $goods .= '<div> 외 '.$goods_count.'건</div>'; ?>
<?php if ($goods_count) $goods .= ' 외 '.$goods_count.'건'; ?>
<?php
// 배송비가 0 보다 크다면 (있다면)

View File

@ -189,7 +189,7 @@ if ($i == 0) echo '<tr><td colspan="'.$colspan.'" class="empty_table">장바구
</tbody>
</table>
<?php if ($goods_count) $goods .= '<div> 외 '.$goods_count.'건</div>'; ?>
<?php if ($goods_count) $goods .= ' 외 '.$goods_count.'건'; ?>
<?php
// 배송비가 0 보다 크다면 (있다면)