brotherton-erpnext/erpnext/templates/includes/navbar/navbar_items.html
Faris Ansari 5f8b358fd4
Website: Product Configurator and Bootstrap 4 (#15965)
- Refactored Homepage with customisable Hero Section
- New Homepage Section to add content on Homepage as cards or using Custom HTML
- Products page at "/all-products" with customisable filters
- Item Configure dialog to find an Item Variant filtered by attribute values
- Contact Us dialog on Item page
- Customisable Item page content using the Website Content field
2019-03-19 11:48:32 +05:30

10 lines
293 B
HTML

{% extends 'frappe/templates/includes/navbar/navbar_items.html' %}
{% block navbar_right_extension %}
<li class="shopping-cart cart-icon hidden">
<a href="/cart" class="nav-link">
{{ _("Cart") }}
<span class="badge badge-primary" id="cart-count"></span>
</a>
</li>
{% endblock %}