사용후기 설정이 즉시 출력인 경우 사용후기 카운트가 바로 올라가도록 수정
This commit is contained in:
@ -121,6 +121,11 @@ else if ($w == "d")
|
|||||||
|
|
||||||
update_use_avg($it_id);
|
update_use_avg($it_id);
|
||||||
|
|
||||||
|
//쇼핑몰 설정에서 사용후기가 즉시 출력일 경우
|
||||||
|
if( ! $default['de_item_use_use'] ){
|
||||||
|
update_use_cnt($it_id);
|
||||||
|
}
|
||||||
|
|
||||||
if($w == 'd')
|
if($w == 'd')
|
||||||
alert($alert_msg, $url);
|
alert($alert_msg, $url);
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user