backIcon (cart)

Description

Define an icon to be displayed in the cart box for link to return to result page.

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

Default value

cart: {
  backIcon: 'arrow-left'
}

Examples

Display no icon for the link to return to result page.

cart: {
  backIcon: null
}