This commit is contained in:
@@ -122,7 +122,7 @@ public partial class MainLayout(CartService cartService) : IDisposable
|
||||
await cartService.SaveCartToStorageAsync();
|
||||
}
|
||||
|
||||
private decimal GetCartTotal() => ShoppingCart?.TotalPrice ?? 0.00m;
|
||||
private decimal GetCartTotal() => ShoppingCart?.TotalAmount ?? 0.00m;
|
||||
|
||||
private void RedirectToCart()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user