From c57e1cca25b57b15df32cb7404fa9088465eca19 Mon Sep 17 00:00:00 2001 From: d11n Date: Fri, 16 Feb 2024 09:36:41 +0100 Subject: [PATCH] Shopify: Improve instruction display (#5752) --- .../Views/UIShopify/EditShopify.cshtml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/BTCPayServer/Views/UIShopify/EditShopify.cshtml b/BTCPayServer/Views/UIShopify/EditShopify.cshtml index 480c134d4..e3025599e 100644 --- a/BTCPayServer/Views/UIShopify/EditShopify.cshtml +++ b/BTCPayServer/Views/UIShopify/EditShopify.cshtml @@ -61,16 +61,17 @@ @if (shopifyCredsSet) {
-

- In Shopify please paste following script at Settings > Checkout > Order Processing > Additional Scripts -

- - @($"") - +
In Shopify, please do the following …
+
-

- In Shopify please add a payment method at Settings > Payments > Manual Payment Methods with the name Bitcoin with BTCPay Server -

Orders on @Model.ShopName.myshopify.com will be marked as paid on successful invoice payment. Started: @Model.IntegratedAt.Value.ToBrowserDate()