Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

Product details page dictionary

The product details page (PDP) dictionary file (i18n/en_US.json) contains the default values for all labels and text common to the PDP drop-in component.

Default keys and values

{
PDP: {
Product: {
Incrementer: {
label: Item Quantity
},
OutOfStock: {
label: Out of Stock
},
AddToCart: {
label: Add to Cart
},
Details: {
label: Details
},
RegularPrice: {
label: Regular Price
},
SpecialPrice: {
label: Special Price
},
PriceRange: {
From: {
label: From
},
To: {
label: to
}
},
Image: {
label: {product} Image {key} of {total}
}
},
Swatches: {
Required: {
label: Required
},
ChooseOption: {
label: Choose an option
}
},
Carousel: {
label: Carousel,
Next: {
label: Next
},
Previous: {
label: Previous
},
Slide: {
label: Slide
},
Controls: {
label: Carousel Controls,
Button: {
label: Show slide {key} of {total}
}
}
},
Overlay: {
Close: {
label: Close
}
},
Zoom: {
Close: {
label: Close
}
}
},
Custom: {
quantityLabel: Quantity
}
}