#209 주문폼에서 쿠폰 적용버튼 관련 쿼리 수정

This commit is contained in:
chicpro
2013-06-12 10:15:13 +09:00
parent 5888069c04
commit 3d7f0e6888
2 changed files with 2 additions and 0 deletions

View File

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

View File

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