Skip to content

PricePart

Provides a single price to a product using a custom PriceField.

Fields and properties

  • PriceField (PriceField): Sets the base price of a product using a decimal number and a currency. The final price of a product may differ based on other features that implement IShoppingCartEvents, like promotions and tax settings.

Usage examples

The product's price can be set in the product's editor.

image

The product's price appears on the product's page, showing the specified decimal value and currency.

image

Price is also shown in the cart once the product has been added.

image