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
|
Name |
Submit Express Cart Checkout |
|---|---|
|
Class |
ExpressCartSubmitButton |
|
Is Primary Action |
Yes |
|
Label |
Submit |
|
Location |
Right |
|
URL |
/ordersummary?oid={0} |
|
On Click |
if ($(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 Render |
CheckoutMainContent,OutstandingInvoiceMainContent |
Cards Using This Button
|
Express Cart Checkout Button Row |
|---|