Skip to content

Cart count icon (cart)

Description

Define an icon to be displayed within the cart count. Clicking the icon will toggle the cart box.

To configure the icon, you can provide a either a partial or full CSS class name to use. The icon will be appended to the configuration parameter iconPrefix.

Default value

cartCount: {
  icon: 'shopping-cart'
}

Examples

cartCount: {
  icon: 'star'
}

Display no icon.

cartCount: {
  icon: null
}

top

Funnelback logo
v15.24.0