12345678910111213 |
- <?php
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- // @codingStandardsIgnoreFile
- ?>
- <?php /** @var $block \Magento\Checkout\Block\Shipping\Price */ ?>
- <?php $shippingPrice = $block->getShippingPrice(); ?>
- <?= /* @escapeNotVerified */ $shippingPrice ?>
|