CaNotifyPanel
A panel where you can submit your email to get a back in stock alert for the product.
SASS-path: ./styles/components/molecules/ca-notify-panel.scss
Props
| Name | Description | Type | Required | Default |
|---|---|---|---|---|
| product | The current product | Object | true | - |
| variant | The chosen sku variant to monitor | Object | true | - |
Methods
| Method | Description | Parameters |
|---|---|---|
| subscribe | Triggers mutation in API to sign up for back in stock alerts | - |
| showFeedback | Show feedback | Feedback (Object) |
| validate | Show feedback | Feedback (Object) |