additionalinfocustomer.phtml 375 B

123456789101112131415161718
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. // @codingStandardsIgnoreFile
  7. ?>
  8. <?php
  9. /**
  10. * Customer additional info for register and login forms
  11. *
  12. */
  13. ?>
  14. <?php if ($this->helper('Magento\Checkout\Helper\Data')->isContextCheckout()): ?>
  15. <input name="context" type="hidden" value="checkout" />
  16. <?php endif; ?>