shipping-estimation.html 696 B

1234567891011121314151617
  1. <!--
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. -->
  7. <form method="post" id="shipping-zip-form">
  8. <fieldset class="fieldset estimate">
  9. <legend class="legend">
  10. <span data-bind="text: isVirtual ? $t('Estimate Tax') : $t('Estimate Shipping and Tax') "></span>
  11. </legend><br>
  12. <p class="field note" data-bind="text: isVirtual ? $t('Enter your billing address to get a tax estimate.') : $t('Enter your destination to get a shipping estimate.')"></p>
  13. <!-- ko foreach: getRegion('address-fieldsets') -->
  14. <!-- ko template: getTemplate() --><!-- /ko -->
  15. <!--/ko-->
  16. </fieldset>
  17. </form>