#209 주문폼에서 쿠폰 적용버튼 관련 쿼리 수정
This commit is contained in:
@ -133,6 +133,7 @@ ob_start();
|
||||
and cp_used = '0'
|
||||
and cp_start <= '".G4_TIME_YMD."'
|
||||
and cp_end >= '".G4_TIME_YMD."'
|
||||
and cp_minimum <= '$sell_amount'
|
||||
and (
|
||||
( cp_method = '0' and cp_target = '{$row['it_id']}' )
|
||||
OR
|
||||
|
||||
@ -208,6 +208,7 @@ setTimeout("init_pay_button();",300);
|
||||
and cp_used = '0'
|
||||
and cp_start <= '".G4_TIME_YMD."'
|
||||
and cp_end >= '".G4_TIME_YMD."'
|
||||
and cp_minimum <= '$sell_amount'
|
||||
and (
|
||||
( cp_method = '0' and cp_target = '{$row['it_id']}' )
|
||||
OR
|
||||
|
||||
Reference in New Issue
Block a user