Webiant Logo Webiant Logo
  1. No results found.

    Try your search with a different keyword or use * as a wildcard.

AddRfq.cshtml

@{
    NopHtml.AddCssFileParts(@"~/Plugins/Misc.RFQ/Content/styles.css", null);
}

<script asp-location="Footer">
    $(function () {
        if ($('#checkout').length > 0) {
            $('#checkout').after('<div style="margin-top:10px;"><a class="rfq-button-2" href="@Url.RouteUrl(RfqDefaults.CreateCustomerRequestRouteName)">@T("Plugins.Misc.RFQ.CreateRequest")</a></div>');
        }
    });
</script>