[enhance] i. facility to send PR email; ii. update cart, item view and order view;
diff --git a/erpnext/templates/generators/item.html b/erpnext/templates/generators/item.html
index dc48e0d..b62f306 100644
--- a/erpnext/templates/generators/item.html
+++ b/erpnext/templates/generators/item.html
@@ -71,18 +71,8 @@
style="display: none;
padding-left: 0px; padding-right: 0px;
padding-top: 10px;">
- <div>
- <input class="form-control"
- type="text" style="max-width: 140px;">
- </div>
- <div style="margin-top: 10px;">
- <button class="btn btn-default btn-sm">
- {{ _("Update") }}</button>
- </div>
- <div style="margin-top: 5px;">
- <a href="/cart" class="text-muted small">
- {{ _("View Cart") }}</a>
- </div>
+ <div class="btn btn-success">
+ {{ _("Item added to cart") }}</div>
</div>
</div>
</div>