Files
fod/mypage/payment-history-list2.php
2024-10-29 10:56:43 +09:00

242 lines
12 KiB
PHP

<?php $bland_code = "kia"; ?>
<!--
//메타의 각 브랜드 별 코드는 hyundai,genesis 입니다.
//브랜드 별 경로에 따라 해당 코드를 변경해주세요.
-->
<?php $gnbStyleCode = "hBoder"; ?>
<?php $mypage_code = "payment"; ?>
<!--
페이지 별 붙박이 코드입니다. 해당 변수는 JSP로만 변경해주시고, 값은 그대로 유지만 시켜주시면 됩니다.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>제품상세명 &gt; 제품리스트 &gt; 회사명</title>
<!--
//위에 순서대로 title 이 변경되어야 합니다.
-->
<?php
include($_SERVER['DOCUMENT_ROOT']."/kr/include/meta.php");
?>
<!--사양상세 페이지 css 분리-->
<link rel="stylesheet" charset="UTF-8" href="../assets/css/mypage.css?v1" type="text/css" />
<?php
include($_SERVER['DOCUMENT_ROOT']."/kr/include/style.php");
?>
</head>
<body>
<!--//header-->
<?php
include($_SERVER['DOCUMENT_ROOT']."/kr/include/header.php");
?>
<!--//header-->
<!--//content-warp-->
<div class="contentWarp">
<div class="mypageWarp">
<div class="leftLnbWarp">
<div class="title">
<h1>마이페이지</h1>
<p><span>일반회원 홍길동님</span></p>
</div>
<div class="couponArea">
<dl class="lnbCoupon">
<dt><span>사용 가능한</span> 쿠폰</dt>
<dd>3</dd>
</dl>
<dl class="lnbPoint">
<dt><span>멤버스</span> 포인트</dt>
<dd>32,000 P</dd>
</dl>
</div>
<div class="swiper lnbList">
<ul class="swiper-wrapper">
<!--//lnb-->
<?php
include($_SERVER['DOCUMENT_ROOT']."/kr/include/mylnb.php");
?>
<!--//lnb-->
</ul>
</div>
</div>
<div class="rightConWarp">
<div class="conTitle">
<h2>결제내역</h2>
</div>
<div class="tabWarp">
<a href="">
<p>
<span>디지털 사양</span>
</p>
</a>
<a href="" class="tabActive">
<p>
<span>스트리밍 프리미엄</span>
</p>
</a>
</div>
<div class="myItemWarp type2">
<div class="infoWarp">* 스트리밍 사양의 결제 내역은 Kia Connect 앱에서 확인 가능합니다.</div>
<div class="myPayList">
<ul>
<li>
<a href="payment-history-view.html">
<div class="paySummary">
<dl>
<dt>차량용 webOS 콘텐츠 플랫폼</dt>
<dd>2024-10-15</dd>
</dl>
<div class="totalPay">
<dl class="status">
<dt>미납금</dt>
<dd>결제완료</dd>
</dl>
<dl class="quotedInfo">
<dt>사양 금액 :</dt>
<dd class="amount">6,000원</dd>
</dl>
<dl class="totalInfo">
<dt>결제 금액 :</dt>
<dd class="amount">6,000원</dd>
</dl>
</div>
</div>
</a>
</li>
<li>
<a href="">
<div class="paySummary">
<dl>
<dt>스트리밍 프리미엄 데이터 요금제</dt>
<dd>2024-10-15</dd>
</dl>
<div class="totalPay">
<dl class="status">
<dt>중도해지 계산금액</dt>
<dd>결제실패</dd>
</dl>
<dl class="quotedInfo">
<dt>사양 금액 :</dt>
<dd class="amount">5,000원</dd>
</dl>
<dl class="totalInfo">
<dt>결제 금액 :</dt>
<dd class="amount">0원</dd>
</dl>
</div>
</div>
</a>
</li>
<li>
<a href="">
<div class="paySummary">
<dl>
<dt>차량용 webOS 콘텐츠 플랫폼</dt>
<dd>2024-10-15</dd>
</dl>
<div class="totalPay">
<dl class="status">
<dt>월 구독 2회차</dt>
<dd>결제실패</dd>
</dl>
<dl class="quotedInfo">
<dt>사양 금액 :</dt>
<dd class="amount">5,000원</dd>
</dl>
<dl class="totalInfo">
<dt>결제 금액 :</dt>
<dd class="amount">0원</dd>
</dl>
</div>
</div>
</a>
</li>
<li>
<a href="">
<div class="paySummary">
<dl>
<dt>스트리밍 프리미엄 데이터 요금제</dt>
<dd>2024-10-15</dd>
</dl>
<div class="totalPay">
<dl class="status">
<dt>결제완료</dt>
</dl>
<dl class="quotedInfo">
<dt>사양 금액 :</dt>
<dd class="amount">5,000원</dd>
</dl>
<dl class="totalInfo">
<dt>결제 금액 :</dt>
<dd class="amount">5,000원</dd>
</dl>
</div>
</div>
</a>
</li>
<li>
<a href="">
<div class="paySummary">
<dl>
<dt>차량용 webOS 콘텐츠 플랫폼</dt>
<dd>2024-10-15</dd>
</dl>
<div class="totalPay">
<dl class="status">
<dt>월 구독 1회차</dt>
<dd>결제완료</dd>
</dl>
<dl class="quotedInfo">
<dt>사양 금액 :</dt>
<dd class="amount">5,000원</dd>
</dl>
<dl class="totalInfo">
<dt>결제 금액 :</dt>
<dd class="amount">6,000원</dd>
<!-- 20241029 cost 취소선 추가 -->
<dd class="cost">₩ 5,000</dd>
</dl>
</div>
</div>
</a>
</li>
<!-- <li class="listNone">
<p>결재이력이 없습니다. </p>
</li> -->
</ul>
<!-- <%-- 활성화 페이지에 active 클래스 부여해 주시면 됩니다. --%> -->
<!-- <div class="paging">
<div class="pagingInner">
<a href=""><i class="pre"></i></a>
<a href="">1</a>
<a href="" class="active">2</a>
<a href="">3</a>
<a href="">4</a>
<a href="">5</a>
<a href=""><i class="next"></i></a>
</div>
</div> -->
</div>
</div>
</div>
</div>
</div>
<!--//content-warp-->
<!--//footer-->
<?php
include($_SERVER['DOCUMENT_ROOT']."/kr/include/footer.php");
?>
<!--//footer-->
</body>
</html>