Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
sidebar.phtml
Go to the documentation of this file.
1 <?php
7 // @codingStandardsIgnoreFile
8 
10 ?>
11 <?php $_item = $block->getItem() ?>
12 <div class="price-container">
13  <span class="price-label"><?= /* @escapeNotVerified */ __('Price') ?></span>
14  <span class="price-wrapper"><?= /* @escapeNotVerified */ $this->helper('Magento\Checkout\Helper\Data')->formatPrice($_item->getCalculationPrice()) ?></span>
15 </div>
__()
Definition: __.php:13
$block
Definition: block.php:8
$_item
Definition: default.phtml:11