주문완료 페이지 - 영카트 > 공책

본문 바로가기
010.6356.7610
  • design1001@naver.com
  • @design1001
작업물 전체보기

PHP with GNU

PHP with GNU 주문완료 페이지 - 영카트

페이지 정보

  • 작성자후야
  • 조회 : 211
  • 작성일 : 2021-05-04 01:57

본문

/shop/orderformupdate.php

goto_url(G5_SHOP_URL.'/orderinquiryview.php?od_id='.$od_id.'&uid='.$uid); //919번째줄 수정

goto_url(G5_SHOP_URL.'/orderinquiryview_end.php?od_id='.$od_id.'&uid='.$uid.'&order_chk='.$completion); //completion 변수 넘김



/shop/orderformupdate_end.php

<?

include_once('./_common.php');


if(!$order_chk) {

alert('에러 메세지', G5_SHOP_URL);

}


$g5['title'] = '주문완료';

include_once('./_head.php');

?>


주문완료 내용


<?php

include_once('./_tail.php');

?>

<?
//shop/orderformupdate.php
goto_url(G5_SHOP_URL.'/orderinquiryview_end.php?od_id='.$od_id.'&uid='.$uid.'&order_chk='.$completion); //919번째 줄 completion 변수 넘김


//shop/orderformupdate_end.php
include_once('./_common.php');

if(!$order_chk) {
	alert('에러 메세지', G5_SHOP_URL);
}

$g5['title'] = '주문완료';
include_once('./_head.php');
?>

<!--주문완료 내용-->

<?php
include_once('./_tail.php');
?>

첨부파일