25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

16 satır
350 B

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