- 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) }}
|
|
|