This page is about version 3.130.2 of the app, which is not the most recent version. The latest stable version is 3.178.3.
The ProductSKUAttributes
is a block responsible for displaying a list of the currrent SKU variations for the product.

Configuration
- Add the
vtex.store-components
app to your theme's dependencies in themanifest.json
file:
_17 "dependencies: {_17+ "vtex.store-components": "3.x"_17 }_17_172. Add the `product-sku-attributes` block to any block in the `store.product` template (Product Details Page template). For example:_17_17```json_17 "store.product": {_17 "children": [_17 "flex-layout.row#product",_17 ]_17 },_17 "flex-layout.row#product": {_17 "children": [_17 "product-sku-attributes"_17 ]_17 },
Customization
In order to apply CSS customizations in this and other blocks, follow the instructions given in the recipe on Using CSS Handles for store customization.
CSS Handles |
---|
attributeLine |
attributeName |
attributeValue |
ProductSKUAttributesContainer |