You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <!--
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- -->
- <!-- ko foreach: getRegion('messages') -->
- <!-- ko template: getTemplate() --><!-- /ko -->
- <!--/ko-->
- <div>
- <!-- ko if: isFormVisible -->
- <p data-bind="i18n: 'You can track your order status by creating an account.'"></p>
- <p><span data-bind="i18n: 'Email Address'"></span>: <span data-bind="text: getEmailAddress()"></span></p>
- <a class="action primary" data-bind="attr: { href: getUrl() }">
- <span data-bind="i18n: 'Create an Account'"></span>
- </a>
- <!--/ko-->
- </div>
|