Include "include/mini-cart.html"
This commit is contained in:
@@ -104,63 +104,7 @@ URL: http://www.thelia.net
|
|||||||
<a href="{url path="/cart"}" rel="nofollow" class="cart">
|
<a href="{url path="/cart"}" rel="nofollow" class="cart">
|
||||||
Cart <span class="badge">{cart attr="count_item"}</span>
|
Cart <span class="badge">{cart attr="count_item"}</span>
|
||||||
</a>
|
</a>
|
||||||
<div class="dropdown-menu cart-content">
|
{include file="includes/mini-cart.html"}
|
||||||
<p>You have no items in your shopping cart.</p>
|
|
||||||
</div>
|
|
||||||
<div class="dropdown-menu cart-content">
|
|
||||||
<form id="form-cart-mini" action="cart-step2.php" method="post" role="form">
|
|
||||||
<table class="table table-cart-mini">
|
|
||||||
<colgroup>
|
|
||||||
<col width="70">
|
|
||||||
<col>
|
|
||||||
<col width="100">
|
|
||||||
</colgroup>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td class="image">
|
|
||||||
<a href="product-details.php" class="thumbnail"><img src="img/product/1/118x85.png" alt="Product #1"></a>
|
|
||||||
</td>
|
|
||||||
<td class="product">
|
|
||||||
<h3 class="name" style="margin:0"><a href="product-details.php">
|
|
||||||
Product #1
|
|
||||||
</a></h3>
|
|
||||||
<a href="?item=1&qty=0" class="btn btn-remove" data-tip="tooltip" data-title="Delete" data-original-title=""><i class="icon-trash"></i> <span>Remove</span></a>
|
|
||||||
</td>
|
|
||||||
<td class="unitprice text-center">
|
|
||||||
<span class=="qty">2</span> X <span class="price" style="font-size:1em;">$50.00</span></div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="image">
|
|
||||||
<a href="product-details.php" class="thumbnail"><img src="img/product/1/118x85.png" alt="Product #2"></a>
|
|
||||||
</td>
|
|
||||||
<td class="product">
|
|
||||||
<h3 class="name" style="margin:0"><a href="product-details.php">
|
|
||||||
Product with very long name #2
|
|
||||||
</a></h3>
|
|
||||||
<a href="?item=1&qty=0" class="btn btn-remove" data-tip="tooltip" data-title="Delete" data-original-title=""><i class="icon-trash"></i> <span>Remove</span></a>
|
|
||||||
</td>
|
|
||||||
<td class="unitprice text-center">
|
|
||||||
<span class=="qty">2</span> X <span class="price" style="font-size:1em;">$50.00</span></div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
<tfoot>
|
|
||||||
<tr >
|
|
||||||
<td colspan="2" class="empty">
|
|
||||||
<a href="cart.php" role="button" class="btn btn-default btn-sm"><span>View Cart</span></a>
|
|
||||||
<button type="submit" name="checkout" class="btn btn-warning btn-sm"><span>Checkout</span></button>
|
|
||||||
</td>
|
|
||||||
<td class="total">
|
|
||||||
<div class="total-price">
|
|
||||||
<span class="price">$200.00</span>
|
|
||||||
</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</tfoot>
|
|
||||||
</table>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul class="nav navbar-nav navbar-categories">
|
<ul class="nav navbar-nav navbar-categories">
|
||||||
|
|||||||
Reference in New Issue
Block a user