diff --git a/BTCPayServer/Views/Stores/UpdateStore.cshtml b/BTCPayServer/Views/Stores/UpdateStore.cshtml index aa1b7ba5a..42f8ae3a5 100644 --- a/BTCPayServer/Views/Stores/UpdateStore.cshtml +++ b/BTCPayServer/Views/Stores/UpdateStore.cshtml @@ -14,221 +14,209 @@
-
- - -
-
- - - -
-
- - - -
-
- - - -
-
-
- - - +
+
+ +
-
-
-
- - +
+ + +
- - -
-
-
- - +
+ + +
- - -
-
-
- - +
+ + +
- - -
-
-
- - +
+
+ + + +
+
+
+
+ + +
+ + +
+
+
+ + +
+ + +
+
+
+ + +
+ + +
+
+
+ + +
+ + +
+
+ + +
- - -
-
- - - -
-
-
Derivation Scheme
- The DerivationScheme represents the destination of the funds received by your invoice on chain.
-
- - - - - - - - - - - @foreach(var scheme in Model.DerivationSchemes.OrderBy(scheme => scheme.Collapsed)) - { - - - - - - - } - - @if (Model.DerivationSchemes.Any(scheme => scheme.Collapsed)) +
Derivation Scheme
+

The Derivation Scheme represents the destination of the funds received by your invoice on chain.

+ +
CryptoDerivation SchemeEnabledActions
@scheme.Crypto@scheme.Value - @if(scheme.Enabled) - { - - } - else - { - - } - - @if(!string.IsNullOrWhiteSpace(scheme.Value) && scheme.WalletSupported) - { - Wallet - - } - Modify -
+ + + + + + + + + + @foreach(var scheme in Model.DerivationSchemes.OrderBy(scheme => scheme.Collapsed)) { - - + + + + + } - -
CryptoDerivation SchemeEnabledActions
@scheme.Crypto@scheme.Value + @if(scheme.Enabled) + { + + } + else + { + + } + + @if(!string.IsNullOrWhiteSpace(scheme.Value) && scheme.WalletSupported) + { + Wallet - + } + Modify +
-
-
-
-
Lightning nodes (Experimental)
-

- A connection to a lightning charge node is required to generate lightning network enabled invoices.
- This is experimental and not advised for production. -

-
-
- - - - - - - - - - - @foreach(var scheme in Model.LightningNodes) - { - - - - - - - } - -
CryptoAddressEnabledActions
@scheme.CryptoCode@scheme.Address - @if(scheme.Enabled) - { - - } - else - { - - } - Modify
-
-
-
+ @if (Model.DerivationSchemes.Any(scheme => scheme.Collapsed)) + { + + + + } + + + +
Lightning nodes (Experimental)
+

+ A connection to a lightning charge node is required to generate lightning network enabled invoices. +
+ This is experimental and not advised for production. +

+ + + + + + + + + + + + @foreach(var scheme in Model.LightningNodes) + { + + + + + + + } + +
CryptoAddressEnabledActions
@scheme.CryptoCode@scheme.Address + @if(scheme.Enabled) + { + + } + else + { + + } + Modify
+ +

- Available placeholders are: {StoreName}, {ItemDescription} and {OrderId} + Available placeholders: + {StoreName} {ItemDescription} {OrderId}

- -
-
-
Additional Payment methods
-
-
- - - - - - - - - - @foreach (var scheme in Model.ThirdPartyPaymentMethods) - { - - - - - - } - -
ProviderEnabledActions
@scheme.Provider - @if (scheme.Enabled) - { - - } - else - { - - } - Modify
-
-
-
-
-
Services
-
-
- - + +
Additional Payment methods
+
+ + + + + + + + + @foreach (var scheme in Model.ThirdPartyPaymentMethods) + { + + + + + + } + +
ProviderEnabledActions
@scheme.Provider + @if (scheme.Enabled) + { + + } + else + { + + } + Modify
+ +
Services
+ + @@ -241,18 +229,15 @@ - -
Service Actions Modify
-
-
+ + + @if(Model.CanDelete) { -
-
Other actions...
-

Click here to see more actions

- +
Other actions...
+

Click here to see more actions

+ } @@ -265,9 +250,9 @@