Documentation
Feedback
Guides
VTEX IO Apps

VTEX IO Apps
Product Summary Name
vtex.product-summary
Version: 2.43.0
Latest version: 2.92.0

This page is about version 2.43.0 of the app, which is not the most recent version. The latest stable version is 2.92.0.

Description

ProductSummarySKUSelector is a VTEX Component that renders the product's name. This Component can be imported and used by any VTEX App.

Table of Contents

Usage

You should follow the usage instruction in the main README.

Then, add product-summary-sku-selector block into your app theme, as we do in our Product Summary app.

Blocks API

This component has an interface that describes which rules must be implemented by a block when you want to use the ProductSummarySKUSelector.


_10
"product-summary-sku-selector": {
_10
"component": "ProductSummarySKUSelector"
_10
}

Configuration

You can't configure anything of this component through Site Etor at the moment, only using the block of it.

You can find all options available in Store Components SKU Selector app.

Styles API

This app provides some CSS classes as an API for style customization.

To use this CSS API, you must add the styles builder and create an app styling CSS file.

  1. Add the styles builder to your manifest.json:

_10
"builders": {
_10
"styles": "1.x"
_10
}

  1. Create a file called vtex.product-summary.css inside the styles/css folder. Add your custom styles:

_10
.SKUSelectorContainer {
_10
margin-top: 10px;
_10
}

CSS namespaces

Below, we describe the namespaces that are defined in the menu.

Token nameDescriptionComponent Source
SKUSelectorContainerThe main container of SKUSelectorindex
See also
Vtex.product Summary
VTEX IO Apps
VTEX App Store
VTEX IO Apps
Was this helpful?