mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +00:00
- Increased qty in cart on clicking add to cart for existing item - Simplified macro arguments - Navbar cart icon animation - Explore button for template item in card - Add to cart button animation
5 lines
109 B
HTML
5 lines
109 B
HTML
{% from "erpnext/templates/includes/macros.html" import item_card, item_card_body %}
|
|
|
|
{{ item_card(item) }}
|
|
|