@addTagHelper *, Meziantou.AspNetCore.BundleTagHelpers @inject BTCPayServer.HostedServices.CssThemeManager themeManager @model BTCPayServer.Models.AppViewModels.ViewPointOfSaleViewModel @{ ViewData["Title"] = Model.Title; Layout = null; } @Model.Title @if (Model.CustomCSSLink != null) { } @if (Model.EnableShoppingCart) { } @if (Model.EnableShoppingCart) { }

@Model.Title

@if (Model.EnableShoppingCart) {   0 }
@for (int i = 0; i < Model.Items.Length; i++) { var className = (Model.Items.Length - i) > (Model.Items.Length % 4) ? "col-sm-6 col-lg-3" : "col-md align-self-start"; var item = Model.Items[i]; var image = item.Image; var description = item.Description;
@if (!String.IsNullOrWhiteSpace(image)) { Card image cap }
@item.Title
@if (!String.IsNullOrWhiteSpace(description)) {

@description

} @if (item.Custom && !Model.EnableShoppingCart) {
@Model.CurrencySymbol
} else {
}
}
@if (Model.ShowCustomAmount) {
Custom Amount

Create invoice to pay custom amount

@Model.CurrencySymbol
}