The product price displays the price of the product, with or without discount and with or without taxes.

Tier pricing allows for offering a quantity discount from a product page in the storefront.

<aside> ℹ️ Usually, styling this element takes from-to: 4-6h

</aside>

Where this element can be seen?

A product price is a common element for the e-commerce site. It can be found on the following elements:

A tier price can be set optionally by a merchant and, by default, can be found on the PDP.

How should this element be designed?

The product price should be displayed accounting for the following:

Price without discount

Price without discount

Price with discount

Price with discount

Bundle product price

Bundle product price

Configurable product price

Configurable product price

Tier prices

Tier prices

How the design may look like?

Design Example 1

Design Example 2

Design Example 3

Issues with the design

How to develop styles for this element?

The ProductPrice component is responsible for rendering of product price.

The TierPrices component is responsible for rendering tier prices.

// TODO: Add info about price utility overrides

Notes to take into consideration during development:

Note that the label which is used in the ProductActions depending on the designs should be removed.

Note that font size for the price should be dynamic.

Implementation example #1

Implementation example #2

Implementation example #3