@{ Layout = "../Shared/_NavLayout.cshtml"; ViewData.SetActivePageAndTitle(StoreNavPages.PayButton, "Please confirm you want to allow anyone to create invoices in your store"); ViewBag.MainTitle = "Pay Button"; }

@ViewData["Title"]

To start using Pay Buttons you need to explicitly turn on this feature. Once you do so, any source will be able to create an invoice on your instance store.

@Html.Hidden("EnableStore", true)