영카트5 상세페이지수정
본문
http://www.flower2015.mireene.com/shop/item.php?it_id=1445421388
제조사 원산지 뺄수 있을까요?
답변 1
/skin/shop/basic/item.form.skin.php 파일에서 아래 내용 삭제. 테마는 테마 폴더 내의 스킨 폴더
<?php if ($it['it_maker']) { ?>
<tr>
<th scope="row">제조사</th>
<td><?php echo $it['it_maker']; ?></td>
</tr>
<?php } ?>
<?php if ($it['it_origin']) { ?>
<tr>
<th scope="row">원산지</th>
<td><?php echo $it['it_origin']; ?></td>
</tr>
<?php } ?>
답변을 작성하시기 전에 로그인 해주세요.