originalPrice property

double? originalPrice
getter/setter pair

Price of the product without any discount.

If zero, by default set to be the 'displayPrice'.

Optional.

Implementation

core.double? originalPrice;