mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +00:00
[shopping cart] show items, editable qty and show amount for that item
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
{% block content %}
|
||||
<div class="col col-lg-12">
|
||||
<h2>Shopping Cart</h2>
|
||||
<h2><i class="icon-shopping-cart"></i> Shopping Cart</h2>
|
||||
<div class="progress progress-striped active">
|
||||
<div class="progress-bar progress-bar-info" style="width: 100%;"></div>
|
||||
</div>
|
||||
@@ -16,6 +16,15 @@
|
||||
<button class="btn btn-success pull-right" type="button">Place Order</button>
|
||||
<div class="clearfix"></div>
|
||||
<hr>
|
||||
<div class="row">
|
||||
<div class="col col-lg-9 col-sm-9">
|
||||
<div class="row">
|
||||
<div class="col col-lg-3"></div>
|
||||
<div class="col col-lg-9"><strong>Item Details</strong></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col col-lg-3 col-sm-3"><strong>Qty</strong></div>
|
||||
</div><hr>
|
||||
<div id="cart-items">
|
||||
</div>
|
||||
<hr>
|
||||
|
||||
Reference in New Issue
Block a user