Skip to main content
Skip table of contents

Submit Express Cart Checkout Button

The Submit Express Cart Checkout button displays for logged in users and when clicked, hides the cards on the page, displays a message asking constituents to wait, and submits the cart and constituent are taken to the Order Summary page.

Button Information

Submit Express Cart Checkout
ClassExpressCartSubmitButton
Is Primary ActionYes
LabelSubmit
LocationRight
URL/ordersummary?oid={0}
On Clickif ($(this).closest('form').nuIsFormValid() == true) { $('div[data-role="InteriorPageContent"]').addClass('hide');$('div[data-role="JustASecond"]').removeClass('hide'); }
On Complete$('div[data-role="JustASecond"]').addClass('hide');$('div[data-role="InteriorPageContent"]').removeClass('hide');
Re RenderCheckoutMainContent,OutstandingInvoiceMainContent

Cards Using This Button

Express Cart Checkout Button Row
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.