diff --git a/BTCPayServer/Views/UIInvoice/CheckoutV2.cshtml b/BTCPayServer/Views/UIInvoice/CheckoutV2.cshtml
index ca67f7f68..89e3b58f9 100644
--- a/BTCPayServer/Views/UIInvoice/CheckoutV2.cshtml
+++ b/BTCPayServer/Views/UIInvoice/CheckoutV2.cshtml
@@ -38,7 +38,7 @@
-
+
- @Model.ItemDesc
+ @if (!string.IsNullOrEmpty(Model.ItemDesc) && Model.ItemDesc != Model.StoreName)
+ {
+ @Model.ItemDesc
+ }
@if (Model.IsUnsetTopUp)
{
-
+
}
else
{
- @Model.BtcDue @Model.CryptoCode
+ @Model.BtcDue @Model.CryptoCode
}
@@ -147,7 +150,7 @@
@@ -176,42 +179,44 @@
-
-
-
- - {{srvModel.orderAmount}} {{ srvModel.cryptoCode }}
-
-
-
- - {{srvModel.orderAmountFiat}}
-
-
-
- -
- 1 Sat = {{ srvModel.rate }}
- 1 {{ srvModel.cryptoCodeSrv }} = {{ srvModel.rate }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+