영카트 [YC4] 다음 쇼핑하우 입점 DB 생성하기
페이지 정보
본문
영카트 / shop / price / daum.php 파일이 xml 생성해주는 파일입니다.
다음 쇼핑하우에 입점신청한후
쇼핑하우 담당자에게 아래사항을 알려준후 DB 입점 오픈요청을 합니다.
기본 양식은 다음과 같으며
- DB URL
- DB 생 성 시간 및 주기(ex, 주 기:하 루 2번 갱신, 시 간: 05시30분/14시30분)
아래의 내용으로 보내주세요.
- DB URL http://www.홈페이지주소/shop/price/daum.php
- DB 생성 시간 및 주기(주 기: 하루 1번 갱신, 시 간: 05시30분)
영카트 / shop / price / daum.php 에서 아래 내용 보강
1.
header("Content-Type: text/html; charset=$g4[charset]");
를 아래와 같이 변경
header("Content-Type: text/html; charset=$g4[charset]");
ob_start(); // utf-8 영카트 --> euc-kr 다음 쇼핑하우 (2013-12-24 해피정닷컴)
2.
HEREDOC;
}
를 아래와 같이 변경
HEREDOC;
}
// ↓↓↓↓ utf-8 영카트 --> euc-kr 다음 쇼핑하우 (2013-12-24 해피정닷컴)
$content = ob_get_contents();
ob_end_clean();
if (strtolower($g4[charset]) == 'utf-8') {
$content = iconv('utf-8', 'euc-kr', $content);
}
echo $content;
관련자료
http://sir.co.kr/bbs/board.php?bo_table=yc4_qa&wr_id=51481
다음 쇼핑하우에 입점신청한후
쇼핑하우 담당자에게 아래사항을 알려준후 DB 입점 오픈요청을 합니다.
기본 양식은 다음과 같으며
- DB URL
- DB 생 성 시간 및 주기(ex, 주 기:하 루 2번 갱신, 시 간: 05시30분/14시30분)
아래의 내용으로 보내주세요.
- DB URL http://www.홈페이지주소/shop/price/daum.php
- DB 생성 시간 및 주기(주 기: 하루 1번 갱신, 시 간: 05시30분)
영카트 / shop / price / daum.php 에서 아래 내용 보강
1.
header("Content-Type: text/html; charset=$g4[charset]");
를 아래와 같이 변경
header("Content-Type: text/html; charset=$g4[charset]");
ob_start(); // utf-8 영카트 --> euc-kr 다음 쇼핑하우 (2013-12-24 해피정닷컴)
2.
HEREDOC;
}
를 아래와 같이 변경
HEREDOC;
}
// ↓↓↓↓ utf-8 영카트 --> euc-kr 다음 쇼핑하우 (2013-12-24 해피정닷컴)
$content = ob_get_contents();
ob_end_clean();
if (strtolower($g4[charset]) == 'utf-8') {
$content = iconv('utf-8', 'euc-kr', $content);
}
echo $content;
관련자료
http://sir.co.kr/bbs/board.php?bo_table=yc4_qa&wr_id=51481
댓글목록
등록된 댓글이 없습니다.