mirror of
https://gitlab.com/nekoya/web.git
synced 2025-03-20 22:08:59 +01:00
modif checkout and payment
This commit is contained in:
parent
27c7c4f330
commit
0db09c38b3
7 changed files with 194 additions and 625 deletions
|
@ -229,9 +229,20 @@
|
|||
</select>
|
||||
</div>
|
||||
</form>
|
||||
<a href="payment.html">
|
||||
<button class="button" style="background-color: green; color: white">Pay</button>
|
||||
</a>
|
||||
<div style="display: flex; color: black;">
|
||||
<button class="button" id="myBtn">Pay</button>
|
||||
<div class="modal" id="myModal">
|
||||
<div class="modal-content">
|
||||
<span class="close">×</span>
|
||||
<div class="konten">
|
||||
<h4><b>YOUR ORDER SUCCESSFULLY</b></h4>
|
||||
<a href="payment.html">
|
||||
<button class="button" style="background-color: yellow; color: black;">How to Pay</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -243,6 +254,26 @@
|
|||
<script crossorigin="anonymous"
|
||||
integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns"
|
||||
src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"></script>
|
||||
|
||||
<script>
|
||||
var modal = document.getElementById("myModal");
|
||||
|
||||
var btn = document.getElementById("myBtn");
|
||||
|
||||
var span = document.getElementsByClassName("close")[0];
|
||||
|
||||
btn.onclick = function () {
|
||||
modal.style.display = "block";
|
||||
}
|
||||
|
||||
span.onclick = function () {
|
||||
modal.style.display = "none";
|
||||
}
|
||||
|
||||
window.onclick = function (event) {
|
||||
if (event.target == modal) {
|
||||
modal.style.display = "none";
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
210
payment.html
210
payment.html
|
@ -17,124 +17,138 @@
|
|||
</head>
|
||||
|
||||
<body class="bg-color">
|
||||
<nav class="navbar navbar-expand-lg navbar-dark comp-color ml-5 mr-5 nav-radius">
|
||||
<a class="navbar-brand" href="#">Payments</a>
|
||||
<button aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation" class="navbar-toggler"
|
||||
data-target="#navbarTogglerDemo01" data-toggle="collapse" type="button">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navbarTogglerDemo01">
|
||||
<ul class="navbar-nav mx-auto">
|
||||
<li class="nav-item active">
|
||||
<a class="nav-link" href="/">Home</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a aria-disabled="true" class="nav-link disabled" href="/products-page.html">Products</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/aboutus.html">About Us</a>
|
||||
</li>
|
||||
</ul>
|
||||
<span class="navbar-nav my-2 my-lg-0 text-white">
|
||||
<div class="my-4">
|
||||
<a href="login.html"><button class="btn btn-outline-success mt-auto mb-auto mr-3" type="button">Login</button></a>
|
||||
</div>
|
||||
<i class="fas fa-shopping-cart mt-auto mb-auto"><span class="ml-2 mt-auto mb-auto">$999</span></i>
|
||||
</span>
|
||||
</div>
|
||||
</nav>
|
||||
<nav class="navbar navbar-expand-lg navbar-dark comp-color ml-5 mr-5 nav-radius">
|
||||
<a class="navbar-brand" href="#">Payments</a>
|
||||
<button aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation" class="navbar-toggler"
|
||||
data-target="#navbarTogglerDemo01" data-toggle="collapse" type="button">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navbarTogglerDemo01">
|
||||
<ul class="navbar-nav mx-auto">
|
||||
<li class="nav-item active">
|
||||
<a class="nav-link" href="/">Home</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a aria-disabled="true" class="nav-link disabled" href="/products-page.html">Products</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/aboutus.html">About Us</a>
|
||||
</li>
|
||||
</ul>
|
||||
<span class="navbar-nav my-2 my-lg-0 text-white">
|
||||
<div class="my-4">
|
||||
<a href="login.html"><button class="btn btn-outline-success mt-auto mb-auto mr-3" type="button">Login</button></a>
|
||||
</div>
|
||||
<i class="fas fa-shopping-cart mt-auto mb-auto"><span class="ml-2 mt-auto mb-auto">$999</span></i>
|
||||
</span>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<div class="full-body">
|
||||
<div class="body-left">
|
||||
<form class="formpayment" style="border-top: 1px solid white ; color: white;">
|
||||
|
||||
|
||||
<div class="full-body">
|
||||
<div class="card" style="background-color: #212226; color: white;">
|
||||
<h3><b>PAYMENTS METHODS</b></h3>
|
||||
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" id="defaultCheck1" name="payment" type="radio" value="">
|
||||
<label class="form-check-label" for="defaultCheck1">
|
||||
VIRTUAL ACCOUNT
|
||||
</label>
|
||||
<div>
|
||||
<a href="payment1.html"><img alt="placeholder image" class="img-fluid" src="assets/bca.png"
|
||||
style="width: 100px; margin-right: 10px;"/></a>
|
||||
<a href="payment2.html"><img alt="placeholder image" class="img-fluid" src="assets/bni.png"
|
||||
style="width: 100px; margin-right: 10px;"/></a>
|
||||
<a href="payment3.html"><img alt="placeholder image" class="img-fluid" src="assets/bri.png"
|
||||
style="width: 100px; margin-right: 10px;"/></a>
|
||||
</div>
|
||||
<div>
|
||||
<a href=""><img alt="placeholder image" class="img-fluid" src="assets/bca.png"
|
||||
style="width: 100px; margin-right: 10px; margin: 20px;"/></a>
|
||||
<a href=""><img alt="placeholder image" class="img-fluid" src="assets/bni.png"
|
||||
style="width: 100px; margin-right: 10px; margin: 20px;"/></a>
|
||||
<a href=""><img alt="placeholder image" class="img-fluid " src="assets/bri.png"
|
||||
style="width: 100px; margin-right: 10px; margin: 20px;"/></a>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="body-right" style="margin-left: 48px;">
|
||||
<div class="border">
|
||||
<h5 class="titlesummary"><b>Order Summary</b></h5>
|
||||
<div class="container">
|
||||
<div class="row justify-content-between" style="display: flex; margin: 10px">
|
||||
<p>Sub Total</p>
|
||||
<p>1.999.999,00</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="row justify-content-between"
|
||||
style="display: flex; border-bottom: 1px solid white; margin: 10px">
|
||||
<p>Shipping</p>
|
||||
<p>-</p>
|
||||
<div class="container-fluid mt-0">
|
||||
<div class="accordion" id="accordionExample">
|
||||
<div class="card bg-dark">
|
||||
<div class="card-header" id="headingOne">
|
||||
<h2 class="mb-0">
|
||||
<button aria-controls="collapseOne"
|
||||
aria-expanded="false"
|
||||
class="btn btn-link btn-block text-left collapsed text-decoration-none text-white"
|
||||
data-target="#collapseOne" data-toggle="collapse" type="button">
|
||||
How to order ?
|
||||
</button>
|
||||
</h2>
|
||||
</div>
|
||||
|
||||
<div aria-labelledby="headingOne" class="collapse" data-parent="#accordionExample"
|
||||
id="collapseOne">
|
||||
<div class="card-body text-white">
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent tortor tortor, imperdiet quis
|
||||
mollis et, malesuada eu eros. Quisque nibh elit, vulputate ac consectetur eget, convallis sed
|
||||
ligula. Curabitur a congue nunc. Pellentesque vestibulum augue eu dictum faucibus. Curabitur sed mi
|
||||
ullamcorper turpis posuere pharetra eget et tortor. Phasellus eros.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card bg-dark">
|
||||
<div class="card-header" id="headingTwo">
|
||||
<h2 class="mb-0">
|
||||
<button aria-controls="collapseTwo"
|
||||
aria-expanded="false" class="btn btn-link btn-block text-left collapsed text-decoration-none text-white"
|
||||
data-target="#collapseTwo" data-toggle="collapse" type="button">
|
||||
How to check order status ?
|
||||
</button>
|
||||
</h2>
|
||||
</div>
|
||||
<div aria-labelledby="headingTwo" class="collapse" data-parent="#accordionExample" id="collapseTwo">
|
||||
<div class="card-body text-white">
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent tortor tortor, imperdiet quis
|
||||
mollis et, malesuada eu eros. Quisque nibh elit, vulputate ac consectetur eget, convallis sed
|
||||
ligula. Curabitur a congue nunc. Pellentesque vestibulum augue eu dictum faucibus. Curabitur sed mi
|
||||
ullamcorper turpis posuere pharetra eget et tortor. Phasellus eros.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card bg-dark">
|
||||
<div class="card-header" id="headingThree">
|
||||
<h2 class="mb-0">
|
||||
<button aria-controls="collapseThree"
|
||||
aria-expanded="false" class="btn btn-link btn-block text-left collapsed text-decoration-none text-white"
|
||||
data-target="#collapseThree" data-toggle="collapse" type="button">
|
||||
How to cancel order ?
|
||||
</button>
|
||||
</h2>
|
||||
</div>
|
||||
<div aria-labelledby="headingThree" class="collapse" data-parent="#accordionExample" id="collapseThree">
|
||||
<div class="card-body text-white">
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent tortor tortor, imperdiet quis
|
||||
mollis et, malesuada eu eros. Quisque nibh elit, vulputate ac consectetur eget, convallis sed
|
||||
ligula. Curabitur a congue nunc. Pellentesque vestibulum augue eu dictum faucibus. Curabitur sed mi
|
||||
ullamcorper turpis posuere pharetra eget et tortor. Phasellus eros.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<div class="row justify-content-between" style="display: flex; margin: 10px">
|
||||
<p>Estimate</p>
|
||||
<p>1.999.999,00</p>
|
||||
<div class="border">
|
||||
<h5 class="titlesummary"><b>Total Payments</b></h5>
|
||||
<div class="container">
|
||||
<div class="row justify-content-between" style="display: flex; margin: 10px">
|
||||
<p>Cost</p>
|
||||
<p>1.999.999,00</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display: flex; color: black;">
|
||||
<a href="transaction.html"><button class="button" id="myBtn" style="margin-left: 48px;">See Transaction?</button></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display: flex; color: black;">
|
||||
<button class="button" id="myBtn" style="margin-left: 48px;">Order Now</button>
|
||||
|
||||
|
||||
<div class="modal" id="myModal">
|
||||
<div class="modal-content">
|
||||
<span class="close">×</span>
|
||||
<div class="konten">
|
||||
<h4><b>YOUR ORDER SUCCESSFULLY</b></h4>
|
||||
<a href="transaction.html">
|
||||
<button class="button" style="background-color: yellow; color: black;">Transaction</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script crossorigin="anonymous"
|
||||
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
|
||||
src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
|
||||
<script crossorigin="anonymous"
|
||||
integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns"
|
||||
src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"></script>
|
||||
<script>
|
||||
var modal = document.getElementById("myModal");
|
||||
|
||||
var btn = document.getElementById("myBtn");
|
||||
|
||||
var span = document.getElementsByClassName("close")[0];
|
||||
|
||||
btn.onclick = function () {
|
||||
modal.style.display = "block";
|
||||
}
|
||||
|
||||
span.onclick = function () {
|
||||
modal.style.display = "none";
|
||||
}
|
||||
|
||||
window.onclick = function (event) {
|
||||
if (event.target == modal) {
|
||||
modal.style.display = "none";
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
149
payment1.html
149
payment1.html
|
@ -1,149 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta content="IE=edge" http-equiv="X-UA-Compatible">
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
||||
<title>payment-BCA</title>
|
||||
<link href="stylepayment.css" rel="stylesheet">
|
||||
<link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"
|
||||
integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" rel="stylesheet">
|
||||
<link href="assets/favicon.png" rel="shortcut icon" type="image/png"/>
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com" rel="preconnect">
|
||||
<link crossorigin href="https://fonts.gstatic.com" rel="preconnect">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
|
||||
|
||||
</head>
|
||||
|
||||
<body class="bg-color">
|
||||
<nav class="navbar navbar-expand-lg navbar-dark comp-color ml-5 mr-5 nav-radius">
|
||||
<a class="navbar-brand" href="#">Payments</a>
|
||||
<button aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation" class="navbar-toggler"
|
||||
data-target="#navbarTogglerDemo01" data-toggle="collapse" type="button">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navbarTogglerDemo01">
|
||||
<ul class="navbar-nav mx-auto">
|
||||
<li class="nav-item active">
|
||||
<a class="nav-link" href="/">Home</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a aria-disabled="true" class="nav-link disabled" href="/products-page.html">Products</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/aboutus.html">About Us</a>
|
||||
</li>
|
||||
</ul>
|
||||
<span class="navbar-nav my-2 my-lg-0 text-white">
|
||||
<div class="my-4">
|
||||
<a href="login.html"><button class="btn btn-outline-success mt-auto mb-auto mr-3" type="button">Login</button></a>
|
||||
</div>
|
||||
<i class="fas fa-shopping-cart mt-auto mb-auto"><span class="ml-2 mt-auto mb-auto">$999</span></i>
|
||||
</span>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<div class="full-body">
|
||||
<div class="body-left">
|
||||
<form class="formpayment" style="border-top: 1px solid white ; color: white;">
|
||||
<h3><b>PAYMENTS METHODS</b></h3>
|
||||
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" id="defaultCheck1" name="payment" type="radio" value="">
|
||||
<label class="form-check-label" for="defaultCheck1">
|
||||
BANK TRANSFER
|
||||
</label>
|
||||
<div>
|
||||
<a href="payment1.html"><img alt="placeholder image" class="img-fluid" src="assets/bca.png"
|
||||
style="width: 100px; margin-right: 10px;"/></a>
|
||||
<a href="payment2.html"><img alt="placeholder image" class="img-fluid" src="assets/bni.png"
|
||||
style="width: 100px; margin-right: 10px;"/></a>
|
||||
<a href="payment3.html"><img alt="placeholder image" class="img-fluid" src="assets/bri.png"
|
||||
style="width: 100px; margin-right: 10px;"/></a>
|
||||
</div>
|
||||
<div style="margin-top: 20px;">
|
||||
<h5><b>Internet Banking BCA</b></h5>
|
||||
<p>1. Login pada alamat Internet Banking BCA (***)</p>
|
||||
<p>2. Pilih menu Pembayaran Tagihan > Pembayaran > Antar Rekening</p>
|
||||
<p>3. Pada Ke Rekening masukkan Rekening perusahaan</p>
|
||||
<p>4. Masukkan Jumlah Nominal yang akan ditransfer</p>
|
||||
<p>5. Kemudian tekan send. Cetak/simpan stuck Transfer sebagai bukti pembayaran</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="body-right" style="margin-left: 48px;">
|
||||
<div class="border">
|
||||
<h5 class="titlesummary"><b>Order Summary</b></h5>
|
||||
<div class="container">
|
||||
<div class="row justify-content-between" style="display: flex; margin: 10px">
|
||||
<p>Sub Total</p>
|
||||
<p>1.999.999,00</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="row justify-content-between"
|
||||
style="display: flex; border-bottom: 1px solid white; margin: 10px">
|
||||
<p>Shipping</p>
|
||||
<p>-</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<div class="row justify-content-between" style="display: flex; margin: 10px">
|
||||
<p>Estimate</p>
|
||||
<p>1.999.999,00</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display: flex; color: black;">
|
||||
<button class="button" id="myBtn" style="margin-left: 48px;">Order Now</button>
|
||||
|
||||
<div class="modal" id="myModal">
|
||||
<div class="modal-content">
|
||||
<span class="close">×</span>
|
||||
<div class="konten">
|
||||
<h4><b>YOUR ORDER SUCCESSFULLY</b></h4>
|
||||
<a href="transaction.html">
|
||||
<button class="button" style="background-color: yellow; color: black;">Transaction</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script crossorigin="anonymous"
|
||||
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
|
||||
src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
|
||||
<script crossorigin="anonymous"
|
||||
integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns"
|
||||
src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"></script>
|
||||
<script>
|
||||
var modal = document.getElementById("myModal");
|
||||
|
||||
var btn = document.getElementById("myBtn");
|
||||
|
||||
var span = document.getElementsByClassName("close")[0];
|
||||
|
||||
btn.onclick = function () {
|
||||
modal.style.display = "block";
|
||||
}
|
||||
|
||||
span.onclick = function () {
|
||||
modal.style.display = "none";
|
||||
}
|
||||
|
||||
window.onclick = function (event) {
|
||||
if (event.target == modal) {
|
||||
modal.style.display = "none";
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
148
payment2.html
148
payment2.html
|
@ -1,148 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta content="IE=edge" http-equiv="X-UA-Compatible">
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
||||
<title>payment-BNI</title>
|
||||
<link href="stylepayment.css" rel="stylesheet">
|
||||
<link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"
|
||||
integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" rel="stylesheet">
|
||||
<link href="assets/favicon.png" rel="shortcut icon" type="image/png"/>
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com" rel="preconnect">
|
||||
<link crossorigin href="https://fonts.gstatic.com" rel="preconnect">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
|
||||
|
||||
</head>
|
||||
|
||||
<body class="bg-color">
|
||||
<nav class="navbar navbar-expand-lg navbar-dark comp-color ml-5 mr-5 nav-radius">
|
||||
<a class="navbar-brand" href="#">Payments</a>
|
||||
<button aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation" class="navbar-toggler"
|
||||
data-target="#navbarTogglerDemo01" data-toggle="collapse" type="button">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navbarTogglerDemo01">
|
||||
<ul class="navbar-nav mx-auto">
|
||||
<li class="nav-item active">
|
||||
<a class="nav-link" href="/">Home</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a aria-disabled="true" class="nav-link disabled" href="/products-page.html">Products</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/aboutus.html">About Us</a>
|
||||
</li>
|
||||
</ul>
|
||||
<span class="navbar-nav my-2 my-lg-0 text-white">
|
||||
<div class="my-4">
|
||||
<a href="login.html"><button class="btn btn-outline-success mt-auto mb-auto mr-3" type="button">Login</button></a>
|
||||
</div>
|
||||
<i class="fas fa-shopping-cart mt-auto mb-auto"><span class="ml-2 mt-auto mb-auto">$999</span></i>
|
||||
</span>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<div class="full-body">
|
||||
<div class="body-left">
|
||||
<form class="formpayment" style="border-top: 1px solid white ; color: white;">
|
||||
<h3><b>PAYMENTS METHODS</b></h3>
|
||||
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" id="defaultCheck1" name="payment" type="radio" value="">
|
||||
<label class="form-check-label" for="defaultCheck1">
|
||||
BANK TRANSFER
|
||||
</label>
|
||||
<div>
|
||||
<a href="payment1.html"><img alt="placeholder image" class="img-fluid" src="assets/bca.png"
|
||||
style="width: 100px; margin-right: 10px;"/></a>
|
||||
<a href="payment2.html"><img alt="placeholder image" class="img-fluid" src="assets/bni.png"
|
||||
style="width: 100px; margin-right: 10px;"/></a>
|
||||
<a href="payment3.html"><img alt="placeholder image" class="img-fluid" src="assets/bri.png"
|
||||
style="width: 100px; margin-right: 10px;"/></a>
|
||||
</div>
|
||||
<div style="margin-top: 20px;">
|
||||
<h5><b>Internet Banking BNI</b></h5>
|
||||
<p>1. Login pada alamat Internet Banking BNI (***)</p>
|
||||
<p>2. Pilih menu Pembayaran Tagihan > Pembayaran > Antar Rekening</p>
|
||||
<p>3. Pada Ke Rekening masukkan Rekening perusahaan</p>
|
||||
<p>4. Masukkan Jumlah Nominal yang akan ditransfer</p>
|
||||
<p>5. Kemudian tekan send. Cetak/simpan stuck Transfer sebagai bukti pembayaran</p>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="body-right" style="margin-left: 48px;">
|
||||
<div class="border">
|
||||
<h5 class="titlesummary"><b>Order Summary</b></h5>
|
||||
<div class="container">
|
||||
<div class="row justify-content-between" style="display: flex; margin: 10px">
|
||||
<p>Sub Total</p>
|
||||
<p>1.999.999,00</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="row justify-content-between"
|
||||
style="display: flex; border-bottom: 1px solid white; margin: 10px">
|
||||
<p>Shipping</p>
|
||||
<p>-</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<div class="row justify-content-between" style="display: flex; margin: 10px">
|
||||
<p>Estimate</p>
|
||||
<p>1.999.999,00</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display: flex; color: black;">
|
||||
<button class="button" id="myBtn" style="margin-left: 48px;">Order Now</button>
|
||||
|
||||
<div class="modal" id="myModal">
|
||||
<div class="modal-content">
|
||||
<span class="close">×</span>
|
||||
<div class="konten">
|
||||
<h4><b>YOUR ORDER SUCCESSFULLY</b></h4>
|
||||
<a href="transaction.html">
|
||||
<button class="button" style="background-color: yellow; color: black;">Transaction</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script crossorigin="anonymous"
|
||||
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
|
||||
src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
|
||||
<script crossorigin="anonymous"
|
||||
integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns"
|
||||
src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"></script>
|
||||
<script>
|
||||
var modal = document.getElementById("myModal");
|
||||
|
||||
var btn = document.getElementById("myBtn");
|
||||
|
||||
var span = document.getElementsByClassName("close")[0];
|
||||
|
||||
btn.onclick = function () {
|
||||
modal.style.display = "block";
|
||||
}
|
||||
|
||||
span.onclick = function () {
|
||||
modal.style.display = "none";
|
||||
}
|
||||
|
||||
window.onclick = function (event) {
|
||||
if (event.target == modal) {
|
||||
modal.style.display = "none";
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
148
payment3.html
148
payment3.html
|
@ -1,148 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta content="IE=edge" http-equiv="X-UA-Compatible">
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
||||
<title>payment-BRI</title>
|
||||
<link href="stylepayment.css" rel="stylesheet">
|
||||
<link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"
|
||||
integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" rel="stylesheet">
|
||||
<link href="assets/favicon.png" rel="shortcut icon" type="image/png"/>
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com" rel="preconnect">
|
||||
<link crossorigin href="https://fonts.gstatic.com" rel="preconnect">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
|
||||
|
||||
</head>
|
||||
|
||||
<body class="bg-color">
|
||||
<nav class="navbar navbar-expand-lg navbar-dark comp-color ml-5 mr-5 nav-radius">
|
||||
<a class="navbar-brand" href="#">Payments</a>
|
||||
<button aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation" class="navbar-toggler"
|
||||
data-target="#navbarTogglerDemo01" data-toggle="collapse" type="button">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navbarTogglerDemo01">
|
||||
<ul class="navbar-nav mx-auto">
|
||||
<li class="nav-item active">
|
||||
<a class="nav-link" href="/">Home</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a aria-disabled="true" class="nav-link disabled" href="/products-page.html">Products</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/aboutus.html">About Us</a>
|
||||
</li>
|
||||
</ul>
|
||||
<span class="navbar-nav my-2 my-lg-0 text-white">
|
||||
<div class="my-4">
|
||||
<a href="login.html"><button class="btn btn-outline-success mt-auto mb-auto mr-3" type="button">Login</button></a>
|
||||
</div>
|
||||
<i class="fas fa-shopping-cart mt-auto mb-auto"><span class="ml-2 mt-auto mb-auto">$999</span></i>
|
||||
</span>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<div class="full-body">
|
||||
<div class="body-left">
|
||||
<form class="formpayment" style="border-top: 1px solid white ; color: white;">
|
||||
<h3><b>PAYMENTS METHODS</b></h3>
|
||||
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" id="defaultCheck1" name="payment" type="radio" value="">
|
||||
<label class="form-check-label" for="defaultCheck1">
|
||||
BANK TRANSFER
|
||||
</label>
|
||||
<div>
|
||||
<a href="payment1.html"><img alt="placeholder image" class="img-fluid" src="assets/bca.png"
|
||||
style="width: 100px; margin-right: 10px;"/></a>
|
||||
<a href="payment2.html"><img alt="placeholder image" class="img-fluid" src="assets/bni.png"
|
||||
style="width: 100px; margin-right: 10px;"/></a>
|
||||
<a href="payment3.html"><img alt="placeholder image" class="img-fluid" src="assets/bri.png"
|
||||
style="width: 100px; margin-right: 10px;"/></a>
|
||||
</div>
|
||||
<div style="margin-top: 20px;">
|
||||
<h5><b>Internet Banking BRI</b></h5>
|
||||
<p>1. Login pada alamat Internet Banking BRI (***)</p>
|
||||
<p>2. Pilih menu Pembayaran Tagihan > Pembayaran > Antar Rekening</p>
|
||||
<p>3. Pada Ke Rekening masukkan Rekening perusahaan</p>
|
||||
<p>4. Masukkan Jumlah Nominal yang akan ditransfer</p>
|
||||
<p>5. Kemudian tekan send. Cetak/simpan stuck Transfer sebagai bukti pembayaran</p>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="body-right" style="margin-left: 48px;">
|
||||
<div class="border">
|
||||
<h5 class="titlesummary"><b>Order Summary</b></h5>
|
||||
<div class="container">
|
||||
<div class="row justify-content-between" style="display: flex; margin: 10px">
|
||||
<p>Sub Total</p>
|
||||
<p>1.999.999,00</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="row justify-content-between"
|
||||
style="display: flex; border-bottom: 1px solid white; margin: 10px">
|
||||
<p>Shipping</p>
|
||||
<p>-</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<div class="row justify-content-between" style="display: flex; margin: 10px">
|
||||
<p>Estimate</p>
|
||||
<p>1.999.999,00</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display: flex; color: black;">
|
||||
<button class="button" id="myBtn" style="margin-left: 48px;">Order Now</button>
|
||||
|
||||
<div class="modal" id="myModal">
|
||||
<div class="modal-content">
|
||||
<span class="close">×</span>
|
||||
<div class="konten">
|
||||
<h4><b>YOUR ORDER SUCCESSFULLY</b></h4>
|
||||
<a href="transaction.html">
|
||||
<button class="button" style="background-color: yellow; color: black;">Transaction</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script crossorigin="anonymous"
|
||||
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
|
||||
src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
|
||||
<script crossorigin="anonymous"
|
||||
integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns"
|
||||
src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"></script>
|
||||
<script>
|
||||
var modal = document.getElementById("myModal");
|
||||
|
||||
var btn = document.getElementById("myBtn");
|
||||
|
||||
var span = document.getElementsByClassName("close")[0];
|
||||
|
||||
btn.onclick = function () {
|
||||
modal.style.display = "block";
|
||||
}
|
||||
|
||||
span.onclick = function () {
|
||||
modal.style.display = "none";
|
||||
}
|
||||
|
||||
window.onclick = function (event) {
|
||||
if (event.target == modal) {
|
||||
modal.style.display = "none";
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -68,6 +68,42 @@
|
|||
margin: 10px;
|
||||
}
|
||||
|
||||
.modal {
|
||||
display: none;
|
||||
position: fixed;
|
||||
z-index: 1;
|
||||
padding-top: 100px;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
background-color: rgb(0, 0, 0);
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
.modal-content {
|
||||
background-color: #fefefe;
|
||||
margin: auto;
|
||||
padding: 20px;
|
||||
border: 1px solid #888;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.close {
|
||||
color: #aaaaaa;
|
||||
float: right;
|
||||
font-size: 28px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.close:hover,
|
||||
.close:focus {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1000px) {
|
||||
.full-body {
|
||||
display: grid !important;
|
||||
|
|
|
@ -22,102 +22,35 @@
|
|||
background-color: #1b1c1e;
|
||||
}
|
||||
|
||||
.bag-list {
|
||||
display: flex;
|
||||
color: white;
|
||||
border-bottom: 1px solid white;
|
||||
background-color: #1b1c1e;
|
||||
font-family: 'Poppins', sans-serif;
|
||||
margin-bottom: 1%;
|
||||
justify-content: left;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
||||
.body-right {
|
||||
margin-right: 48px;
|
||||
color: white;
|
||||
width: 30%;
|
||||
height: 100%;
|
||||
|
||||
}
|
||||
|
||||
.modal {
|
||||
display: none;
|
||||
position: fixed;
|
||||
z-index: 1;
|
||||
padding-top: 100px;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
background-color: rgb(0, 0, 0);
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
.form-check {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.modal-content {
|
||||
background-color: #fefefe;
|
||||
margin: auto;
|
||||
padding: 20px;
|
||||
border: 1px solid #888;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.close {
|
||||
color: #aaaaaa;
|
||||
float: right;
|
||||
font-size: 28px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.close:hover,
|
||||
.close:focus {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.body-left {
|
||||
margin-left: 48px;
|
||||
margin-right: 48px;
|
||||
border-top: none !important;
|
||||
}
|
||||
|
||||
.button {
|
||||
color: white;
|
||||
background-color: green;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.full-body {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.info {
|
||||
margin-left: 30px;
|
||||
.card {
|
||||
position: center;
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
border-bottom-left-radius: 20px;
|
||||
border-bottom-right-radius: 20px;
|
||||
border-top-left-radius: 20px;
|
||||
border-top-right-radius: 20px;
|
||||
background-color: #212226;
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
.titlesummary {
|
||||
text-align: center;
|
||||
border-bottom: 1px solid white;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.container {
|
||||
margin-left: 0px;
|
||||
justify-content: left;
|
||||
}
|
||||
|
||||
.container input {
|
||||
justify-content: left;
|
||||
width: 40px;
|
||||
}
|
||||
|
||||
|
||||
@media only screen and (max-width: 1000px) {
|
||||
.full-body {
|
||||
display: grid !important;
|
||||
|
|
Loading…
Add table
Reference in a new issue