Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <div id="email" data-bind="fadeVisible: isVisible" class="acc-fields-sec">
  2. <h2 data-bind="i18n: 'Checkout'" data-role="title"></h2>
  3. <div id="checkout-step-title"
  4. data-role="content">
  5. <!-- form -->
  6. <each args="getRegion('login-methods')" render="" />
  7. <!-- end of form -->
  8. <form data-bind="submit: navigateToNextStep" class="form-next-step" novalidate="novalidate">
  9. <div class="actions-toolbar">
  10. <div class="primary">
  11. <button data-role="opc-continue" type="submit" class="button action continue primary">
  12. <span><!-- ko i18n: 'Checkout'--><!-- /ko --></span>
  13. </button>
  14. </div>
  15. </div>
  16. </form>
  17. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement