[쇼핑몰] 고객주문상세 페이지에서 취소시 설정
본문
shop/cartsub.inc.php 에서
//$tot_point += $point;
//$tot_sell_amount += $sell_amount;
if ($row[ct_status] == '취소' || $row[ct_status] == '반품' || $row[ct_status] == '품절') {
$tot_cancel_amount += $sell_amount;
}
else {
$tot_point += $point;
$tot_sell_amount += $sell_amount;
}
//$tot_point += $point;
//$tot_sell_amount += $sell_amount;
if ($row[ct_status] == '취소' || $row[ct_status] == '반품' || $row[ct_status] == '품절') {
$tot_cancel_amount += $sell_amount;
}
else {
$tot_point += $point;
$tot_sell_amount += $sell_amount;
}
추천0
댓글목록 0
등록된 댓글이 없습니다.