영카트 카테고리질문입니다
본문
설정 변경중 약간...게을러지는 현상때문에..ㅋ
생각한건데요...상품 등록또는 수정시에는 분류적용과 전체적용...이라는게있는데요
카테고리에는 없더라고요 그래서 요렇게 해봤는데요
안먹히는군요..ㅠㅠ
어떻게 해야 다른 카테고리도 먹히게 할수있을까요..ㅠㅠ
소스는...
<tr>
<th scope="row"><label for="ca_skin_dir">PC용 스킨명</label></th>
<td colspan="3">
<?php echo get_skin_select('shop', 'ca_skin_dir', 'ca_skin_dir', $ca['ca_skin_dir']); ?>
</td>
<td class="td_grpset">
<input type="checkbox" name="chk_all_ca_stock_qty" value="1" id="chk_all_ca_stock_qty">
<label for="chk_all_ca_stock_qty">전체적용</label>
</td>
</tr>
<tr>
<th scope="row"><label for="ca_mobile_skin_dir">모바일용 스킨명</label></th>
<td colspan="3">
<?php echo get_mobile_skin_select('shop', 'ca_mobile_skin_dir', 'ca_mobile_skin_dir', $ca['ca_mobile_skin_dir']); ?>
</td>
</tr>
이렇게 넣엇습니다