t

장바구니에서 배송비 선불/후불(착불) 선택 변경

· 10년 전 · 6221
shop/cartoption.php 파일을 수정하시면 됩니다.

<!--<input type="hidden" name="ct_send_cost" value="<?php echo $row2['ct_send_cost']; ?>">-->
<input type="hidden" name="sw_direct">
<?php
if($it['it_sc_type'] > '1' && $it['it_sc_method'] == '2') {
?>
<section class="tbl_wrap tbl_head02">
<h3>배송옵션</h3>
<table class="sit_ov_tbl">
<colgroup>
<col class="grid_3">
<col>
</colgroup>
<tbody>
<tr>
<th><label for="ct_send_cost">배송</label></th>
<td>
<select name="ct_send_cost" id="ct_send_cost">
<option value="0"<?php if($row2['ct_send_cost']=="0") echo " selected"; ?>>선불</option>
<option value="1"<?php if($row2['ct_send_cost']=="1") echo " selected"; ?>>착불</option>
</select>
<td>
</tr>
</tbody>
</table>
</section>
<?php
} else {
echo "<input type='hidden' name='ct_send_cost' value='".$row2['ct_send_cost']."'>";
}
?>
|
댓글을 작성하시려면 로그인이 필요합니다.

영카트5 팁자료실

+
제목 글쓴이 날짜 조회
9년 전 조회 4,906
9년 전 조회 9,579
9년 전 조회 5,240
9년 전 조회 9,423
10년 전 조회 4,782
10년 전 조회 5,405
10년 전 조회 6,180
10년 전 조회 7,682
10년 전 조회 6,613
10년 전 조회 5,123
10년 전 조회 5,946
10년 전 조회 1.1만
10년 전 조회 9,073
10년 전 조회 6,997
10년 전 조회 6,222
10년 전 조회 6,153
10년 전 조회 6,972
10년 전 조회 8,017
10년 전 조회 6,405
10년 전 조회 6,531
10년 전 조회 6,803
10년 전 조회 8,400
10년 전 조회 6,041
10년 전 조회 5,651
10년 전 조회 8,780
10년 전 조회 1.1만
10년 전 조회 7,608
10년 전 조회 1.4만
10년 전 조회 1.3만
10년 전 조회 7,314