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.
|
- <?php
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- ?>
- <?php
- /**
- * Customer additional info for register and login forms
- *
- */
- ?>
- <?php if ($this->helper(\Magento\Checkout\Helper\Data::class)->isContextCheckout()) : ?>
- <input name="context" type="hidden" value="checkout" />
- <?php endif; ?>
|