CaCartProduct
A product displayed in the cart
SASS-path: ./styles/components/molecules/ca-cart-product.scss
Props
| Name | Description | Type | Required | Default |
|---|
| item | The cart product item | Object | true | - |
| mode | Set to display mode to show a non interactable cart | 'default', 'display' | false | default |
Events
| Event Name | Description | Parameters |
|---|
| stock-status-change | - | - |
| remove | - | - |
Methods
| Method | Description | Parameters |
|---|
| onQuantityChange | Quantity change handler | value (Number) |
| emitStockStatus | Emitting stock status change | - |
| removeItem | Removing item and emitting "remove" | - |
MixIns
| MixIn |
|---|
| MixUpdateCart |
| MixStockHandler |