t

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

· 2015-12-24 (목) 13:56:44 · 6653
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 팁자료실

455건
+
제목 글쓴이 날짜 조회
15-12-30 조회 9,539
15-12-29 조회 7,397
15-12-24 조회 6,654
15-12-18 조회 6,591
15-12-16 조회 7,403
15-12-15 조회 8,512
15-12-07 조회 6,838
15-11-27 조회 6,962
15-11-18 조회 7,209
15-11-14 조회 8,782
15-11-12 조회 6,432
15-11-10 조회 6,075
15-10-30 조회 9,280
15-10-21 조회 1.1만
15-10-20 조회 8,006
15-10-11 조회 1.4만
15-10-06 조회 1.3만
15-10-02 조회 7,748
15-09-26 조회 5,125
15-09-26 조회 6,409
15-09-24 조회 6,983
15-09-14 조회 7,227
15-09-11 조회 5,952
15-09-11 조회 6,384
15-09-09 조회 5,932
15-09-04 조회 5,833
15-09-03 조회 6,109
15-08-29 조회 7,458
15-08-26 조회 6,100
15-08-25 조회 3,917