- 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
		
			
				
	
	
		
			10 lines
		
	
	
		
			293 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			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 %} |