Bugfixing references to shop, correcting them to be dynamic

This commit is contained in:
rockstardev 2020-09-26 13:27:18 -05:00
parent 84f9ee3765
commit bf7c8d5a5c

View file

@ -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 &gt; Checkout &gt; Order Processing &gt; 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 &gt; Checkout &gt; Order Processing &gt; Additional Scripts</a>
</p>
<kbd style="display: block; word-break: break-all;">
&lt;script src='https://btcpay151676.lndyn.com/stores/4mWitQRd4pdw4SRai6xRZnZB3Y4LbR953duK1kK58Hgh/integrations/shopify/shopify.js'&gt;&lt;/script&gt;
@($"<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 &gt; Payments &gt; 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 &gt; Payments &gt; Manual Payment Methods</a> with the name <kbd>Bitcoin with BTCPay Server</kbd>
</p>
<p class="alert alert-success">