[fixes] show link to visit cart after adding item, hide cart button on cart view
diff --git a/erpnext/templates/generators/item.html b/erpnext/templates/generators/item.html
index b62f306..34d345f 100644
--- a/erpnext/templates/generators/item.html
+++ b/erpnext/templates/generators/item.html
@@ -71,8 +71,7 @@
style="display: none;
padding-left: 0px; padding-right: 0px;
padding-top: 10px;">
- <div class="btn btn-success">
- {{ _("Item added to cart") }}</div>
+ <a href="/cart">{{ _("Goto Cart") }}</a>
</div>
</div>
</div>