ProductPrice
The ProductPrice
container displays the price of a product on the product details page. It includes special prices and regular prices if they are available and visible.
The container receives initial product data during initialization to preload the component and, being event-driven, updates with data emitted to pdp/data
within the event scope.
ProductPrice configurations
The ProductPrice
container provides the following configuration options:
Example
The following example demonstrates how to configure the ProductPrice
container:
return productRenderer.render(ProductPrice, { scope: 'modal', // optional});