add checkouttr in layouts

This commit is contained in:
D Shrat 2021-11-12 11:14:56 +07:00
parent 70d37b6edf
commit 3db3914597
2 changed files with 24 additions and 36 deletions

View 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>

View file

@ -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>