영카트 상품설명부분 업데이트가 안됩니다. ㅠㅠ
본문
뭘 잘못 만졌는지 영카트 상품등록, 수정시
상품설명(에디터)부분에 내용을 입력을 해도 반영이 안되고 아무것도 나타나지 않습니다.
어느 부분이 문제가 있을까요? ㅠㅠ
고수님들의 고견을 간절히 바랍니다. ㅠㅠ
현제 제 shop_admin/itemform.php 의 상품설명부분 소스코드
<tr>
<th scope="row">제품설명</th>
<td colspan="2"> <?php echo editor_html('it_explan', get_text(html_purifier($it['it_explan']), 0)); ?></td>
</tr>
<tr>
<th scope="row">모바일 제품설명</th>
<td colspan="2"> <?php echo editor_html('it_mobile_explan', get_text(html_purifier($it['it_mobile_explan']), 0)); ?></td>
</tr>
답변을 작성하시기 전에 로그인 해주세요.