영카트5.3 버전 상품 일괄삭제는 어떻케 하는건가요 ? 채택완료
YoungCart Version 5.3.2.8 버전을 사용중입니다
상품이 개별적으로 체크하여 삭제되지않는 오류가잇어서
전체를 삭제 하려하는데 어찌 삭제해야하나요 ?
이 커뮤니티에서 찾아서 만들어서 실행하라는대로 파일을 만들어서 실행하면 "Access denied." 메세지만 나와요
아래는 현재 안되는 소스입니다 고수님들 답변부탁드려요 ㅠ
</strong></p>
<p><strong><?</strong></p>
<p><strong>include "_common.php";</strong></p>
<p>
<strong>// 장바구니 삭제
$sql = " delete from {$g5['g5_shop_cart_table']}";
sql_query($sql);</strong></p>
<p><strong>// 이벤트삭제
$sql = " delete from {$g5['g5_shop_event_item_table']}";
sql_query($sql);</strong></p>
<p><strong>// 사용후기삭제
$sql = " delete from {$g5['g5_shop_item_use_table']}";
sql_query($sql);</strong></p>
<p><strong>// 상품문의삭제
$sql = " delete from {$g5['g5_shop_item_qa_table']}";
sql_query($sql);</strong></p>
<p><strong>// 관련상품삭제
$sql = " delete from {$g5['g5_shop_item_relation_table']}";
sql_query($sql);</strong></p>
<p><strong>// 옵션삭제
sql_query(" delete from {$g5['g5_shop_item_option_table']}");</strong></p>
<p><strong>?></strong></p>
<p><strong>
답변을 작성하려면 로그인이 필요합니다.
로그인