Warning: include(/design/html/path.htm) [function.include]: failed to open stream: No such file or directory in /home/digia/asapro/board/bn/solutionmall_bugpatch/begin.htm on line 4

Warning: include() [function.include]: Failed opening '/design/html/path.htm' for inclusion (include_path='.:/usr/local/lib/php:/home/AsaProgram') in /home/digia/asapro/board/bn/solutionmall_bugpatch/begin.htm on line 4
2025. 01. 06.  
LIST  MODIFY  DELETE  WRITE  
 분류: 굿모닝샵네오 관심물품보기 페이지 품절상품이 존재할 때 체크박스 선택오류
* 릴리즈정보
프로그램명 : 굿모닝샵 네오, 맥스, 프로
발견사이트 : 자체발견, woo***.net
패치담당자 : 곽희원
패치중요도 :
총패치시간 : 10분
릴리즈코드 : 090406-0001
릴리즈제목 : 관심물품보기 페이지 품절상품이 존재할 때 체크박스 선택오류
릴리즈내용 : 관심물품 목록에 품절상품이 함께 있는 경우 판매상품 체크 후 "장바구니담기", "바로구매하기" 를 할 때 다른 상품이 선택되는 오류 수정.

* 수동패치방법

./mypage_interest.php

패치 방법 : 아래 소스를 찾아 붉은 색 부분을 추가해 줍니다.
패치 방법 : 아래 소스를 찾아 파란 색 부분을 수정해 줍니다.

::: 315 ~ 364 Line :::

          if ( ($goods_row[bLimit] == 2) || ($goods_row[bLimit] == 1 && $goods_row[limitCnt] == 0) )
          { //품절
           $strOption = "<font color='red'><b>(품절)</b></font> $bHit $bNew $bEtc";
           $chkActErr = "onClick="interestChkErr();"" ;
           $chkBoxName = "chekErr";
           $intIdxName = "intIdxErr";
          }
          else if($goods_row[bLimit] > 2)
          {
           $strOption = "<font color='red'><b>(판매중지)</b></font> $bHit $bNew $bEtc";
           $chkActErr = "onClick="interestChkErr();"" ;
           $chkBoxName = "chekErr";
           $intIdxName = "intIdxErr";
          }
          else
          {
           $strOption = "$bHit $bNew $bEtc";
           $chkActErr = "";
           $chkBoxName = "chek";
           $intIdxName = "intIdx";
          }
          // 관심물품의 옵션명
          $str = explode("/",$int_row[option4]);
          $total_name_str = $str[1];
          $total_name_str_arr = explode("」「",$total_name_str);
          $total_name_str_arr2 = explode("|",$total_name_str);

          $optName = "";
          $optLimitName = "";
          // 가격연동 및 재고 옵션 점검
          if ($goods_row[total_option_str])
          {
           $optLimitName = $goods_row[total_option_name];
           $total_str_arr = explode("」「",$goods_row[total_option_str]);
           for ($j=0; $j<count($total_str_arr)-1; $j++)
           {
            $total_str_arr2 = explode("|",$total_str_arr[$j]);
            if($total_str_arr2[0] == $total_name_str_arr2[0])
            {
             if($total_str_arr2[2] == 0)
             {
              $strOption = "$bHit $bNew $bEtc";
              $chkActErr = "onClick="interestChkErr();"" ;
              $chkBoxName = "chekErr";
              $intIdxName = "intIdxErr";
             }
            }
           }
          }
          ?>
          <tr>
           <td width="30" height="25" align="center"> <input type="checkbox" name="<?=$intIdxName?>" value="checkbox" <?=$chkActErr?>><input type="hidden" name="<?=$intIdxName?>" value="<?=$int_row[idx]?>"></td>

LIST  MODIFY  DELETE  WRITE  





ü
 우편번호DB 우편번호DB 우편번호DB [굿모닝샵 우편번호] 2015년 03월 우정국에 고시된 업데이트 내용  
 우편번호DB 우편번호DB [굿모닝샵 우편번호] 2015년 02월 13일 우정국에 고시된 업데이트 내용  
 아사달테스트 
 우편번호DB [굿모닝샵 우편번호] 2013년 10월 우정국에 고시된 업데이트 내용  
 88952634 
 аренда самосвала 
 88952634 
 [굿모닝샵 우편번호] 2011년 3월 우정국에 고시된 업데이트 내용  
 [쇼핑몰계열 우편번호] 2010년 07월 우정국에 고시된 업데이트 내용  
 [쇼핑몰 외 우편번호 타입] 2010년 02월 우정국에 고시된 업데이트 내용  
 관심물품보기 페이지 품절상품이 존재할 때 체크박스 선택오류 
 관심물품보기 페이지 품절상품이 존재할 때 체크박스 선택오류 
 관심물품보기 페이지 품절상품이 존재할 때 체크박스 선택오류 
 비회원 장바구니에서 회원 전환 시 옵션가격에 의한 상품가격 변동 
 비회원 장바구니에서 회원 전환 시 옵션가격에 의한 상품가격 변동 
 비회원 장바구니에서 회원 전환 시 옵션가격에 의한 상품가격 변동 
 [회원관리]검색된 회원 엑셀다운 오류 교정 
 [회원관리]검색된 회원 엑셀다운 오류 교정 
 [회원관리]검색된 회원 엑셀다운 오류 교정 
 [전자결제]데이콤 PG 함수와 function.php 함수명 중복 오류 
 [전자결제]데이콤 PG 함수와 function.php 함수명 중복 오류 
 [전자결제]데이콤 PG 함수와 function.php 함수명 중복 오류 
 보안강화 패치후 회원탈퇴가 안되는 현상 
 보안강화 패치후 회원탈퇴가 안되는 현상 
 보안강화 패치후 회원탈퇴가 안되는 현상 
RELOAD WRITE
1 [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] 32     페이지로