Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
$tierPriceModel = $block->getPrice() | |
$tierPrices = $tierPriceModel->getTierPriceList() | |
if | (count($tierPrices)) ($block->hasListClass() ? $block->getListClass() :'prices-tier items') ?>"> <?php foreach ($tierPrices as $index => $price) : |
endforeach | |
endif | |
$tierPriceModel = $block->getPrice() |
Definition at line 15 of file tier_prices.phtml.
$tierPrices = $tierPriceModel->getTierPriceList() |
Definition at line 16 of file tier_prices.phtml.
if (count( $tierPrices))( $block->hasListClass() ? $block->getListClass() :'prices-tier items') ?>"> <?php foreach ($tierPrices as $index => $price) : |
Definition at line 18 of file tier_prices.phtml.
endforeach |
Definition at line 28 of file tier_prices.phtml.
endif |
Definition at line 30 of file tier_prices.phtml.