Skip to content

Instantly share code, notes, and snippets.

@biapar
biapar / CheckoutConfirmationForm.cshtml
Created October 15, 2015 10:58
Paypal Install on Merchello 1.10.1
// Add Into Views/Partials of Merchello.Bazaar plugin under Umbraco
// Into Umbraco Web.Config:
// <add key="Bazaar:ResolvePaymentForms" value="False" />
<!-- PayPal Payment Method -->
<div id="PayPalPayment" class="payment-method-form well">
@using (Html.BeginUmbracoForm<SalePreparationOperationsController>("ConfirmPayPalSale", null, new { @id = "ConfirmPayPalSale" }))
{