주문내역 상태 처리시 문자 메일 에스크로 배송 처리 코드 추가

This commit is contained in:
chicpro
2013-11-06 17:06:35 +09:00
parent 310a1d285f
commit 18b7ae8d02
8 changed files with 143 additions and 167 deletions

View File

@ -123,7 +123,7 @@ $ft_a_st = 'display:block;padding:30px 0;background:#484848;color:#fff;text-alig
<tbody>
<tr>
<th scope="row" style="<?php echo $th_st; ?>">배송회사</th>
<td style="<?php echo $td_st; ?>"><a href="<?php echo $delivery_list['dl_url']; ?>" target="_blank" style="text-decoration:none"><?php echo $delivery_list['dl_company']; ?></a></td>
<td style="<?php echo $td_st; ?>"><?php echo $delivery_list['dl_company']; ?></td>
</tr>
<tr>
<th scope="row" style="<?php echo $th_st; ?>">운송장번호</th>
@ -133,10 +133,6 @@ $ft_a_st = 'display:block;padding:30px 0;background:#484848;color:#fff;text-alig
<th scope="row" style="<?php echo $th_st; ?>">배송일시</th>
<td style="<?php echo $td_st; ?>"><?php echo $delivery_list['od_invoice_time']; ?></td>
</tr>
<tr>
<th scope="row" style="<?php echo $th_st; ?>">대표전화</th>
<td style="<?php echo $td_st; ?>"><?php echo $delivery_list['dl_tel']; ?></td>
</tr>
</tbody>
</table>
<?php } ?>