diff --git a/BTCPayServer/Views/UIAppsPublic/PointOfSale/Static.cshtml b/BTCPayServer/Views/UIAppsPublic/PointOfSale/Static.cshtml index 7882d96de..9c51d8d07 100644 --- a/BTCPayServer/Views/UIAppsPublic/PointOfSale/Static.cshtml +++ b/BTCPayServer/Views/UIAppsPublic/PointOfSale/Static.cshtml @@ -94,12 +94,23 @@ @functions { private void PayFormInputContent(string buttonText,ViewPointOfSaleViewModel.Item.ItemPrice.ItemPriceType itemPriceType, decimal? minPriceValue = null, decimal? priceValue = null) { -
- @Model.CurrencySymbol - - - -
+ if (itemPriceType == ViewPointOfSaleViewModel.Item.ItemPrice.ItemPriceType.Fixed && priceValue == 0) + { +
+ + +
+ } + else + { +
+ @Model.CurrencySymbol + + + +
+ } + } private void CardBody(string title, string description) diff --git a/BTCPayServer/Views/UIAppsPublic/ViewCrowdfund.cshtml b/BTCPayServer/Views/UIAppsPublic/ViewCrowdfund.cshtml index 095665f50..64d4bed8f 100644 --- a/BTCPayServer/Views/UIAppsPublic/ViewCrowdfund.cshtml +++ b/BTCPayServer/Views/UIAppsPublic/ViewCrowdfund.cshtml @@ -337,7 +337,10 @@ {{targetCurrency}} - + + @@ -346,19 +349,21 @@

-
- - {{targetCurrency}} +
+