63 lines
2.7 KiB
HTML
Executable File
63 lines
2.7 KiB
HTML
Executable File
title = "Cart"
|
|
url = "/cart"
|
|
layout = "mainN"
|
|
==
|
|
{%partial "bread" title='cart.title'|_ %}
|
|
|
|
<!-- SHOPING CART AREA START -->
|
|
<div class="liton__shoping-cart-area mb-100">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-12">
|
|
<div class="shoping-cart-inner">
|
|
<div class="shoping-cart-table table-responsive">
|
|
<table class="table">
|
|
<!-- <thead>
|
|
<th class="cart-product-remove">Remove</th>
|
|
<th class="cart-product-image">Image</th>
|
|
<th class="cart-product-info">Product</th>
|
|
<th class="cart-product-price">Price</th>
|
|
<th class="cart-product-quantity">Quantity</th>
|
|
<th class="cart-product-subtotal">Subtotal</th>
|
|
</thead> -->
|
|
<tbody id="cart_page_inside">
|
|
|
|
|
|
|
|
<!--
|
|
<tr class="cart-coupon-row">
|
|
<td colspan="6">
|
|
<div class="cart-coupon">
|
|
<input type="text" name="cart-coupon" placeholder="Coupon code">
|
|
<button type="submit" class="btn theme-btn-2 btn-effect-2">Apply
|
|
Coupon</button>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<button type="submit"
|
|
class="btn theme-btn-2 btn-effect-2-- disabled">Update Cart</button>
|
|
</td>
|
|
</tr> -->
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<div class="shoping-cart-total mt-50">
|
|
<table class="table">
|
|
<tbody>
|
|
<tr>
|
|
<td><strong>{{'cart.total'|_}}</strong></td>
|
|
<td><strong id="cart_page_total">0.00 TMT</strong></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<div class="btn-wrapper text-right">
|
|
<a href="/" class="theme-btn-1 btn btn-effect-1">{{'cart.checkout.title'|_}}</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- SHOPING CART AREA END -->
|