mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-14 02:16:19 +01:00
add checkouttr in layouts
This commit is contained in:
parent
70d37b6edf
commit
3db3914597
2 changed files with 24 additions and 36 deletions
21
views/layouts/checkouttr.ejs
Normal file
21
views/layouts/checkouttr.ejs
Normal file
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<%- include('../layouts/header.ejs', {title: 'Checkout', state: 'checkout'}); %>
|
||||
|
||||
<body style="background-color: #1b1c1e;">
|
||||
<tr class="titletrdes">
|
||||
<th scope="row" style="display: flex;"><img alt="placeholder image" class="img lazyload"
|
||||
height="80px" src="img/Product_1.webp" width="80px">
|
||||
<div class="info">
|
||||
<p>Fashione Shoes</p>
|
||||
<p>Size : 44</p>
|
||||
<p>Qty : 1</p>
|
||||
</div>
|
||||
</th>
|
||||
<td>Rp 1.999.999,00</td>
|
||||
<td>Rp 1.999.999,00</td>
|
||||
</tr>
|
||||
<%- include('../layouts/footer.ejs', {state: 'checkout'}); %>
|
||||
</body>
|
||||
</html>
|
|
@ -20,42 +20,9 @@
|
|||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="titletrdes">
|
||||
<th scope="row" style="display: flex;"><img alt="placeholder image" class="img lazyload"
|
||||
height="80px" src="img/Product_1.webp" width="80px">
|
||||
<div class="info">
|
||||
<p>Fashione Shoes</p>
|
||||
<p>Size : 44</p>
|
||||
<p>Qty : 1</p>
|
||||
</div>
|
||||
</th>
|
||||
<td>Rp 1.999.999,00</td>
|
||||
<td>Rp 1.999.999,00</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row" style="display: flex;"><img alt="placeholder image" class="img lazyload"
|
||||
height="80px" src="img/Product_1.webp" width="80px">
|
||||
<div class="info">
|
||||
<p>Fashione Shoes</p>
|
||||
<p>Size : 44</p>
|
||||
<p>Qty : 1</p>
|
||||
</div>
|
||||
</th>
|
||||
<td>Rp 1.999.999,00</td>
|
||||
<td>Rp 1.999.999,00</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row" style="display: flex;"><img alt="placeholder image" class="img lazyload"
|
||||
height="80px" src="img/Product_1.webp" width="80px">
|
||||
<div class="info">
|
||||
<p>Fashione Shoes</p>
|
||||
<p>Size : 44</p>
|
||||
<p>Qty : 1</p>
|
||||
</div>
|
||||
</th>
|
||||
<td>Rp 1.999.999,00</td>
|
||||
<td>Rp 1.999.999,00</td>
|
||||
</tr>
|
||||
<%- include('../layouts/checkouttr.ejs') %>
|
||||
<%- include('../layouts/checkouttr.ejs') %>
|
||||
<%- include('../layouts/checkouttr.ejs') %>
|
||||
<tr style="border-bottom: 1px solid white;">
|
||||
<th>Total Price</th>
|
||||
<td></td>
|
||||
|
|
Loading…
Reference in a new issue