![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/app/design/frontend/Cnc/default/Magento_Checkout/web/template/ |
<!-- /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ --> <li id="shipping" class="checkout-shipping-address" data-bind="fadeVisible: visible()"> <h2 class="title-1"><span translate="'Delivery'"></span></h2> <div class="step-title" translate="'Shipping Address'" data-role="title" /> <div id="checkout-step-shipping" class="step-content" data-role="content"> <each if="!quoteIsVirtual" args="getRegion('customer-email')" render="" /> <each args="getRegion('address-list')" render="" /> <each args="getRegion('address-list-additional-addresses')" render="" /> <!-- Address form pop up --> <if args="!isFormInline"> <div class="new-address-popup"> <button type="button" class="action action-show-popup" click="showFormPopUp" visible="!isNewAddressAdded()"> <span translate="'New Address'" /> </button> </div> <div id="opc-new-shipping-address" visible="isFormPopUpVisible()" render="shippingFormTemplate" /> </if> <each args="getRegion('before-form')" render="" /> <!-- Inline address form --> <render if="isFormInline" args="shippingFormTemplate" /> </div> </li> <!--Shipping method template--> <li id="opc-shipping_method" class="checkout-shipping-method" data-bind="fadeVisible: visible(), blockLoader: isLoading" role="presentation"> <div class="checkout-shipping-method"> <div class="step-title" translate="'Shipping Methods'" data-role="title" /> <each args="getRegion('before-shipping-method-form')" render="" /> <div id="checkout-step-shipping_method" class="step-content" data-role="content" role="tabpanel" aria-hidden="false"> <form id="co-shipping-method-form" class="form methods-shipping" if="rates().length" submit="setShippingInformation" novalidate="novalidate"> <render args="shippingMethodListTemplate"/> <div id="onepage-checkout-shipping-method-additional-load"> <each args="getRegion('shippingAdditional')" render="" /> </div> <div role="alert" if="errorValidationMessage().length" class="message notice"> <span text="errorValidationMessage()" /> </div> <div class="actions-toolbar" id="shipping-method-buttons-container"> <div class="primary"> <button data-role="opc-continue" type="submit" class="button action continue primary"> <span translate="'Confirm my delivery'" /> </button> </div> </div> </form> <div class="no-quotes-block" ifnot="rates().length > 0" translate="'Sorry, no quotes are available for this order at this time'" /> </div> </div> </li>