채택완료
영카트 5 (이윰빌드) 상품관리에서 분류설정을 뜨게하고싶습니다.
이윰관리자모드에서는 상품 카테고리 분류 하는 부분이 안나와서
적용하고싶은데, (기본영카트5는 상품관리지 카테고리 설정하는 부분이 리스트에 나옴)

이처럼 분류가 리스트에 나오게 하고싶은데 소스 이부분에서 어떻게 수정하면 분류에 나올수있을까요?
아래 분류 항복에 카테고리 리스트 1,2,3 차 리스트를 넣고싶습니다. 기존에는 시중가격으로 표기되어있었습니다.
Copy
{
체크: "<input type='hidden' name='it_id[{.index_}]' value='{.it_id}' id='it_id_{.index_}'><label for='chk_{.index_}' class='checkbox'><input type='checkbox' name='chk[]' id='chk_{.index_}' value='{.index_}'><i></i></label>",
관리: "<a href='{C.EYOOM_ADMIN_URL}/?dir=shop&pid=itemform&it_id={.it_id}&w=u&ca_id={.ca_id}{? _qstr}&{_qstr}{/}'><u>수정</u></a><a href='{C.EYOOM_ADMIN_URL}/?dir=shop&pid=itemcopy&it_id={.it_id}&ca_id={.ca_id}&wmode=1' onclick='item_modal(this.href); return false;' class='itemcopy margin-left-10'><u>복사</u></a><a href='{.href}' target='_blank' class='margin-left-10'><u>보기</u></a>",
이미지: "<div style='width:80px;margin:0 auto'><a href='{.href}' target='_blank'>{.image}</a></div>",
상품코드_상품명: "<a href='{.href}' target='_blank' style='font-weight:bold;'><span style='color:#aaa;'>{.it_id}</span><br>{=get_text(.it_name)}</a>",
총판매수량: "{=number_format(.sales)}",
판매가격: "{=number_format(.it_price)}",
분류: "{=number_format(.it_cust_price)}",
},
------------------------------------------------------------------------
{ name: "체크", type: "text", width: 50 },
{ name: "관리", type: "text", align: "center", width: 110, headercss: "set-btn-header", css: "set-btn-field" },
{ name: "이미지", type: "image", width: 100 },
{ name: "상품코드_상품명", type: "text", width: 250 },
{ name: "총판매수량", type: "number", width: 30 },
{ name: "판매가격", type: "number", width: 50 },
{ name: "분류", type: "number", width: 200 },
]
답변 1개
채택된 답변
+20 포인트
돼지코구뇽
2018-10-31 (수) 08:40:44
답변으로 조금복잡한데 함수를 출력해야하는부분이라 제작의뢰에 문의해보세요
답변을 작성하려면 로그인이 필요합니다.