답변 1개
4년 전
안녕하세요.
대신택배의 경우 아래처럼 변경해 보세요~~
1. shop.extend.php 에서
->
또는
2. /lib/shop.lib.php 파일에서
function get_delivery_inquiry($company, $invoice, $class='') 함수를 수정
$str = ''; if(isset($com) && $com && isset($url) && $url) {
if($com=="대신택배") {
$invoice = substr($invoice,0,4)."&billno2=".substr($invoice,4,3)."&billno3=".substr($invoice,7,6);
}
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인