Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
redirect.phtml
Go to the documentation of this file.
1 <?php
7 // @codingStandardsIgnoreFile
12 $code = $block->escapeHtml($block->getBillingAgreementCode());
13 ?>
14 <fieldset class="fieldset paypal items redirect" style="display:none;"
15  id="payment_form_<?= $block->escapeHtml($block->getMethodCode()) ?>">
16  <div><?= $block->escapeHtml($block->getRedirectMessage()) ?></div>
17  <?php ?>
18  <?php if ($code): ?>
19  <input type="checkbox" id="<?= /* @noEscape */ $code ?>" value="1" class="checkbox"
20  name="payment[<?= /* @noEscape */ $code ?>]">
21  <label for="<?= /* @noEscape */ $code ?>" class="label">
22  <span>
23  <?= $block->escapeHtml(__('Sign a billing agreement to streamline further purchases with PayPal.')) ?>
24  </span>
25  </label>
26  <?php endif; ?>
27 </fieldset>
$block setTitle( 'CMS Block Title') -> setIdentifier('fixture_block') ->setContent('< h1 >Fixture Block Title</h1 >< a href=" store url</a><p> Config value
Definition: block.php:9
__()
Definition: __.php:13
$block
Definition: block.php:8
$code
Definition: redirect.phtml:12
endif
Definition: 404.phtml:116