CartLinePrice
The CartLinePrice
component renders a Money
component for the cart line merchandise's price or
compare at price. It must be a descendent of a CartLineProvider
component.
Example code
Anchor link to section titled "Example code"
Name | Type | Description |
---|---|---|
priceType? | "regular" | "compareAt" |
The type of price. Valid values:regular (default) or compareAt . |
Component type
Anchor link to section titled "Component type"The CartLinePrice
component is a client component, which means that it renders on the client. For more information about component types, refer to React Server Components.