Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
tier_prices.phtml File Reference

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
 

Variable Documentation

◆ $tierPriceModel

$tierPriceModel = $block->getPrice()

Definition at line 15 of file tier_prices.phtml.

◆ $tierPrices

$tierPrices = $tierPriceModel->getTierPriceList()

Definition at line 16 of file tier_prices.phtml.

◆ (count($tierPrices))

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

endforeach

Definition at line 28 of file tier_prices.phtml.

◆ endif

endif

Definition at line 30 of file tier_prices.phtml.