#267 cartupdate 에서 가격 포인트는 레코드의 값을 읽어서 저장하도록 수정

This commit is contained in:
chicpro
2013-07-31 15:28:28 +09:00
parent 7ad707090b
commit fc914c0a88
6 changed files with 61 additions and 113 deletions

View File

@ -65,9 +65,6 @@ include_once('./_head.php');
<?php } else { //품절이 아니면 체크할수 있도록한다 ?>
<input type="checkbox" name="it_id[<?php echo $i; ?>]" value="<?php echo $row['it_id']; ?>" onclick="out_cd_check(this, '<?php echo $out_cd; ?>');">
<?php } ?>
<input type="hidden" name="it_name[<?php echo $i; ?>]" value="<?php echo $row['it_name']; ?>">
<input type="hidden" name="it_price[<?php echo $i; ?>]" value="<?php echo $it_price; ?>">
<input type="hidden" name="it_point[<?php echo $i; ?>]" value="<?php echo $it_point; ?>">
<input type="hidden" name="ct_qty[<?php echo $i; ?>]" value="1">
</td>
<td class="sod_ws_img"><?php echo $image; ?></td>