Add warning on Shopify V1 plugin (#6559)

* Add warning on Shopify V1 plugin

* missing rel in link
This commit is contained in:
Chukwuleta Tobechi 2025-01-19 10:19:33 +01:00 committed by GitHub
parent d6b547d8bf
commit 6180ee9b80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,6 +7,15 @@
var shopifyUrl = Model?.ShopifyUrl;
}
<div class="alert alert-warning alert-dismissible mb-4" role="alert">
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="@StringLocalizer["Close"]">
<vc:icon symbol="close" />
</button>
<h5 class="alert-heading" text-translate="true">Important notice</h5>
<p class="my-2 mb-5">This Shopify integration has been discontinued by Shopify and will no longer be supported after <strong>August 31, 2025</strong>. If you completed your BTCPay Server-Shopify setup before <strong>December 31, 2024</strong>, you may continue using it until August 31, 2025. However, we recommend transitioning to Shopify V2 for continued functionality. All new users have to use Shopify V2. <a href="https://docs.btcpayserver.org/ShopifyV2/" rel="noreferrer noopener" class="alert-link" text-translate="true">Refer to this guide to get started with Shopify V2</a></p>
</div>
<div class="sticky-header">
<h2 class="my-1">
@ViewData["Title"]