Product Modal
The modal-select-product
block displays a modal with detailed information (such as size and color) about the product the costumer wants to add to the lists they own.
Configuration
- Import the
vtex.list
app to your theme's peer dependencies in themanifest.json
file as in the following example:
"peerDependencies": {
"vtex.list": "3.x"
}
- Add the
modal-select-product
block to other theme block, such as theresponsive-layout.desktop
. For example:
"responsive-layout.desktop": {
"children": [
+ "modal-select-product",
]
}
Customization
Prop Name | Type | Description | Default Value |
---|---|---|---|
nameButton | string | Changes the name of the button that opens the modal | "Button name" |