mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +01:00
Bugfixing references to shop, correcting them to be dynamic
This commit is contained in:
parent
84f9ee3765
commit
bf7c8d5a5c
1 changed files with 3 additions and 3 deletions
|
@ -59,10 +59,10 @@
|
|||
{
|
||||
<div class="alert alert-warning">
|
||||
<p>
|
||||
In Shopify please paste following script at <a href="https://satoshis-bakery.myshopify.com/admin/settings/checkout#PolarisTextField1" target="_blank" class="font-weight-bold"> Settings > Checkout > Order Processing > Additional Scripts</a>
|
||||
In Shopify please paste following script at <a href="https://@(shopify.ShopName).myshopify.com/admin/settings/checkout#PolarisTextField1" target="_blank" class="font-weight-bold"> Settings > Checkout > Order Processing > Additional Scripts</a>
|
||||
</p>
|
||||
<kbd style="display: block; word-break: break-all;">
|
||||
<script src='https://btcpay151676.lndyn.com/stores/4mWitQRd4pdw4SRai6xRZnZB3Y4LbR953duK1kK58Hgh/integrations/shopify/shopify.js'></script>
|
||||
@($"<script src='{Url.Action("ShopifyJavascript", "Stores", new {storeId = Context.GetRouteValue("storeId")}, Context.Request.Scheme)}'></script>")
|
||||
</kbd>
|
||||
</div>
|
||||
}
|
||||
|
@ -71,7 +71,7 @@
|
|||
<p class="alert alert-success">Checkout scripts should be automatically added to the order status page to display the BTCPay payment option.</p>
|
||||
}
|
||||
<p class="alert alert-warning">
|
||||
In Shopify please add a payment method at <a target="_blank" href="https://satoshis-bakery.myshopify.com/admin/settings/payments" class="font-weight-bold"> Settings > Payments > Manual Payment Methods</a> with the name <kbd>Bitcoin with BTCPay Server</kbd>
|
||||
In Shopify please add a payment method at <a target="_blank" href="https://@(shopify.ShopName).myshopify.com/admin/settings/payments" class="font-weight-bold"> Settings > Payments > Manual Payment Methods</a> with the name <kbd>Bitcoin with BTCPay Server</kbd>
|
||||
</p>
|
||||
|
||||
<p class="alert alert-success">
|
||||
|
|
Loading…
Add table
Reference in a new issue