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');
?>
첨부파일
- 이전글첨부파일 별도로 출력 2021.05.06
- 다음글목록 페이지에 특정 이미지 원본 선택해서 출력하기(by gnustudy) 2021.03.27