mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 22:11:48 +01:00
Add warning on Shopify V1 plugin (#6559)
* Add warning on Shopify V1 plugin * missing rel in link
This commit is contained in:
parent
d6b547d8bf
commit
6180ee9b80
1 changed files with 9 additions and 0 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue