@using BTCPayServer.Payments @model CheckoutAppearanceViewModel @{ Layout = "../Shared/_NavLayout.cshtml"; ViewData.SetActivePageAndTitle(StoreNavPages.CheckoutAppearance, "Checkout experience", Context.GetStoreData().StoreName); }
@if (!ViewContext.ModelState.IsValid) {
}

Invoice Settings

@if (Model.PaymentMethods.Any()) {
Enable payment methods only when amount is …
@for (var index = 0; index < Model.PaymentMethodCriteria.Count; index++) { var criteria = Model.PaymentMethodCriteria[index]; }
@PaymentMethodId.Parse(criteria.PaymentMethod).ToPrettyString()
}

Appearance

Detects the language of the customer's browser with 99.9% accuracy.

Bundled Themes: Default | Dark | Legacy

@section PageFootContent { }