회원의 바로구매 상품이 장바구니 리스트에 노출되는 문제 수정

This commit is contained in:
chicpro
2013-08-29 16:01:24 +09:00
parent 93dbe57cb9
commit c0a0344e28

View File

@ -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));