modif bag page

This commit is contained in:
D Shrat 2021-11-17 14:11:05 +07:00
parent 15e3393194
commit 282be5fa55

View file

@ -24,14 +24,6 @@
<br style="display: block;content: ' '; margin: 1.5vw 0; line-height: 1.5vw;">
</div>
</div>
<div class="row justify-content-between">
<p>Sub Total</p>
<p>1.999.999,00</p>
</div>
<div class="row justify-content-between" style="border-bottom: 1px solid white;">
<p>Shipping</p>
<p>-</p>
</div>
<div class="row justify-content-between">
<p>Estimate</p>
<p>1.999.999,00</p>
@ -44,10 +36,7 @@
</div>
</div>
</div>
</div>
<%- include('../layouts/footer.ejs', {state: 'bag'}); %>
</body>
</html>