Trigger isLabel (cart)

Description

Define if label content (labelAdd/ labelDelete) should be displayed as a text. When set to false, the labels will only be used in the title attribute of a trigger.

Default value

Display label only as content of title attribute of the trigger for adding or removing items from the cart.

itemTrigger: {
  isLabel: false
}

Examples

Display label as text of the trigger for adding or removing items from the cart.

itemTrigger: {
  isLabel: true
}