회원의 바로구매 상품이 장바구니 리스트에 노출되는 문제 수정
This commit is contained in:
@ -1302,6 +1302,7 @@ function set_cart_id($direct)
|
||||
$sql = " update {$g4['shop_cart_table']}
|
||||
set od_id = '$tmp_cart_id'
|
||||
where mb_id = '{$member['mb_id']}'
|
||||
and ct_direct = '0'
|
||||
and ct_status = '쇼핑' ";
|
||||
if($default['de_cart_keep_term']) {
|
||||
$ctime = date('Y-m-d H:i:s', G4_SERVER_TIME - ($default['de_cart_keep_term'] * 86400));
|
||||
|
||||
Reference in New Issue
Block a user