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
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'); }