This page is about version 0.1.2 of the app, which is not the most recent version. The latest stable version is 0.5.1.
Shows a product identifier, such as: product reference, product ID, sku EAN or sku reference.
An error occurred while loading the image ./print.png
Usage
Add "vtex.product-identifier": "0.x"
to your manifest.json
dependencies
.
Interfaces available: product-identifier
.
Content
This component can be configured using the CMS to show other identifiers.
Possible identifiers:
- Product Reference
- Product ID
- SKU EAN
- SKU Reference ID
You can hide the label or customize its text, example:

CSS handles
Below, we describe the namespaces are available in the app.
product-identifier
Token name | Description | Component Source |
---|---|---|
product-identifier | The root element | index |
product-identifier__label | Label of the product identifier | index |
product-identifier__separator | Corresponds to the element that renders : | index |
product-identifier__value | Value of the product identifier | index |
Contributing
Check how to contribute to this project.