Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- <!--
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- -->
- <!-- ko foreach: getRegion('authentication') -->
- <!-- ko template: getTemplate() --><!-- /ko -->
- <!--/ko-->
-
- <!-- ko foreach: getRegion('progressBar') -->
- <!-- ko template: getTemplate() --><!-- /ko -->
- <!--/ko-->
-
- <!-- ko foreach: getRegion('estimation') -->
- <!-- ko template: getTemplate() --><!-- /ko -->
- <!--/ko-->
-
- <!-- ko foreach: getRegion('messages') -->
- <!-- ko template: getTemplate() --><!-- /ko -->
- <!--/ko-->
- <div class="opc-wrapper">
- <ol class="opc" id="checkoutSteps">
- <!-- ko foreach: getRegion('steps') -->
- <!-- ko template: getTemplate() --><!-- /ko -->
- <!--/ko-->
- </ol>
- </div>
-
- <!-- ko foreach: getRegion('sidebar') -->
- <!-- ko template: getTemplate() --><!-- /ko -->
- <!--/ko-->
|