Cart count selector (cart)

Description

Define a CSS selector to an element where the trigger should be placed. The cart widget will insert the cart count template into the targeted element. Clicking on any of the items within this template will toggle the display of the cart box.

Default value

  <li class="flb-cart-count"></li>
cartCount: {
  selector: '.flb-cart-count'
}