The Submit Express Cart Guest Checkout button displays for logged out 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 Express Payment Thanks page.
Button Information
|
Name |
Submit Express Cart Guest Checkout |
|---|---|
|
Class |
ExpressCartGuestSubmitButton |
|
Is Primary Action |
Yes |
|
Label |
Submit |
|
Location |
Right |
|
URL |
/expresspayment/thanks |
|
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 |
|---|