영카트 상품의 짧은주소에 사용되는 it_seo_title이 중복되는 문제 수정 #295

This commit is contained in:
thisgun
2023-12-18 11:29:37 +09:00
parent 5e1ab9c1e7
commit 1fc3a343c2

View File

@ -184,6 +184,8 @@ $sql = " update {$g5['g5_shop_item_table']}
where it_id = '$new_it_id' ";
sql_query($sql);
if( function_exists('shop_seo_title_update') ) shop_seo_title_update($new_it_id, true);
/**
* 아이템 복사 처리 후 Event Hook
* @var string $it_id 원본 아이템 ID