@using BTCPayServer.Plugins.Shopify @{ var shopify = Context.GetStoreData().GetStoreBlob().GetShopifySettings(); var shopifyCredsSet = shopify?.IntegratedAt.HasValue is true; var shopifyUrl = shopify?.ShopifyUrl; }
  • Shopify @shopifyUrl @if (shopifyCredsSet) { Enabled | Modify } else { Disabled Setup }