home |
[2899]
제목 6.3.1 상품신규등록시 카테고리 오류 발생
등록일 2010.05.26 HIT 1921 작성자 이노이즈
상품을 신규로 등록하고자 할때, 대분류를 선택하면, 중분류의 선택 옵션이 하나로 뭉쳐서 나오는 경우 해결방법 입니다.

설치디렉토리/lib/class.xml.php 파일의

function printChannel()   함수를 아래와 같이 변경하시면 됩니다.

    function printChannel(){
        
        if($this->printheadenable == true) $this->printhead();
        foreach($this->items as $item){
            print("<channel>\n");
            while (list($name,$value) = each($item)) {
                $this->getnextdepth($name, $value);
            }            
            print("</channel>\n");
        }
    }

foreach 안에 <channel> ~ </channel> 태그가 위치해야 합니다.
댓글보기 엮인글보기
이노이즈 잘되시는 분은 수정하지 마세요~ 2010.05.26 X
  • 글쓴이
  • 비밀번호
  • 등록