Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
default.phtml
Go to the documentation of this file.
1 <?php
7 // @codingStandardsIgnoreFile
8 
9 ?>
10 
11 <?php
16 $priceModel = $block->getPriceType('regular_price');
17 
18 /* @escapeNotVerified */ echo $block->renderAmount($priceModel->getAmount(), [
19  'price_id' => $block->getPriceId('product-price-'),
20  'include_container' => true
21 ]);
22 ?>
$block
Definition: block.php:8
$priceModel
Definition: default.phtml:16