We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6429e5 commit 280b8f1Copy full SHA for 280b8f1
packages/shop/src/components/features/cart.tsx
@@ -55,7 +55,7 @@ const CartItem: React.FC<
55
<Divider />
56
<br />
57
<Typography variant="h6" sx={{ textAlign: "end" }}>
58
- {productPriceStr}: <CommonComponents.PriceDisplay price={cartProdRel.price} />
+ {productPriceStr}: <CommonComponents.PriceDisplay price={cartProdRel.price + cartProdRel.donation_price} />
59
</Typography>
60
</Common.Components.MDX.PrimaryStyledDetails>
61
);
0 commit comments