From 6b587bfc316895cb30be62eff569b06f76c6094e Mon Sep 17 00:00:00 2001 From: Umar Bolatov Date: Sun, 3 Nov 2019 09:53:09 -0800 Subject: [PATCH] Improve pay button display options section address #1111 --- BTCPayServer/Views/Stores/PayButton.cshtml | 57 +++++++++++++--------- 1 file changed, 34 insertions(+), 23 deletions(-) diff --git a/BTCPayServer/Views/Stores/PayButton.cshtml b/BTCPayServer/Views/Stores/PayButton.cshtml index 3442f393b..79644ad53 100644 --- a/BTCPayServer/Views/Stores/PayButton.cshtml +++ b/BTCPayServer/Views/Stores/PayButton.cshtml @@ -33,6 +33,20 @@ + +
+
+ Define parameters that define the purchase: price, currency and then optional description of purchase. +

+ Generated HTML will be displayed at the bottom of this page and all you need is to paste that HTML into your final page. + Clicking on the button will redirect customer to checkout. +
+ +
+

Pay button display options

+
+
+
{{ errors.first('step') }}
-
-
- - +
+ + {{ errors.first('simpleInput') }}
-
- - +
+ + {{ errors.first('fitButtonInline') }}
-
- Define parameters that define the purchase: price, currency and then optional description of purchase. -

- Generated HTML will be displayed at the bottom of this page and all you need is to paste that HTML into your final page. - Clicking on the button will redirect customer to checkout. +

Preview

+

@@ -175,14 +194,6 @@

- -

Preview

-
-
-
-
-
-

Generated code