The Submit Express Cart Guest Checkoutbutton 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
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'); }