Fixed variable name change
							parent
							
								
									029f279331
								
							
						
					
					
						commit
						7a1cb87e2a
					
				|  | @ -114,7 +114,7 @@ | ||||||
|                     {{/unless}} |                     {{/unless}} | ||||||
|                     {{#unless admin}} |                     {{#unless admin}} | ||||||
|                         {{#if @root.session.cart}} |                         {{#if @root.session.cart}} | ||||||
|                             <li class="nav-item"><a href="/checkout/cart" class="btn menu-btn"><i class="fa fa-shopping-cart" aria-hidden="true"></i> {{ @root.__ "Cart" }} <span class="badge badge-danger" id="cart-count">{{@root.session.cartTotalItems}}</span></a></li> |                             <li class="nav-item"><a href="/checkout/cart" class="btn menu-btn"><i class="fa fa-shopping-cart" aria-hidden="true"></i> {{ @root.__ "Cart" }} <span class="badge badge-danger" id="cart-count">{{@root.session.totalCartItems}}</span></a></li> | ||||||
|                             {{else}} |                             {{else}} | ||||||
|                             <li class="nav-item"><a href="/checkout/cart" class="btn menu-btn"><i class="fa fa-shopping-cart" aria-hidden="true"></i> {{ @root.__ "Cart" }} <span class="badge badge-danger" id="cart-count">0</span></a></li> |                             <li class="nav-item"><a href="/checkout/cart" class="btn menu-btn"><i class="fa fa-shopping-cart" aria-hidden="true"></i> {{ @root.__ "Cart" }} <span class="badge badge-danger" id="cart-count">0</span></a></li> | ||||||
|                         {{/if}} |                         {{/if}} | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue