Cart count label (cart)

Description

Define a label to be used when toggling the display of the cart box. If isLabel is set to true, this label will be displayed within the cart count template used to toggle the cart box. Otherwise, this label will only appear in the title text.

Default value

cartCount: {
  label: 'cart'
}

Examples

cartCount: {
  label: 'Shortlist'
}