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}
},
GiftCardOptions: {
ChooseAmount: {
label: Choose amount
},
OtherAmount: {
label: Other amount
},
RequiredFieldError: {
label: This field is required
},
NumberError: {
label: Please enter a valid number
},
MinError: {
label: Minimum value is {min}
},
MaxError: {
label: Maximum value is {max}
},
MinLengthError: {
label: Minimum length is {min_length} characters
},
MaxLengthError: {
label: Maximum length is {max_length} characters
},
EmailError: {
label: Please enter a valid email address
},
InvalidValueError: {
label: Please select one of the allowed values: {values}
}
}
},
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
}
}