테스트 사이트 - 개발 중인 베타 버전입니다

대신택배 조회 주소가 궁금합니다.

아빠는웹쟁이 4년 전 조회 2,351

대신 택배가 조회가 안되고 있는것을 발견했는데요. 

혹시  shop.extend.php 에 

대신택배 조회 주소 아시는 분이 있으실 런지요? 

 

댓글을 작성하려면 로그인이 필요합니다.

답변 1개

JYoung
4년 전

안녕하세요. 

대신택배의 경우 아래처럼 변경해 보세요~~

 

1. shop.extend.php 에서

 

 

  .'(대신택배^http://home.daesinlogistics.co.kr/daesin/jsp/d_freight_chase/d_general_process2.jsp?billno1=^043-222-4582)'

 

->

 

.'(대신택배^http://home.daesinlogistics.co.kr/daesin/jsp/d_freight_chase/d_general_process2.jsp?billno1=&billno2=&billno3=^043-222-4582)'

 

 

또는

 

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);

      }

        $str .= '

로그인 후 평가할 수 있습니다

답변을 작성하려면 로그인이 필요합니다.

로그인