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

Go to the source code of this file.

Variables

foreach( $_shippingRateGroups as $code=> $_rates)( $block->getCarrierName( $code)) ?></dt >< dd class $_sole = $_sole && count($_rates) == 1
 
 $_excl = $block->getShippingPrice($_address, $_rate->getPrice(), $this->helper('Magento\Tax\Helper\Data')->displayShippingPriceIncludingTax())
 
 $_incl = $block->getShippingPrice($_address, $_rate->getPrice(), true)
 
if($this->helper('Magento\Tax\Helper\Data') ->displayShippingBothPrices() && $_incl !=$_excl) if( $this->helper( 'Magento\Tax\Helper\Data') ->displayShippingBothPrices() &&$_incl !=$_excl)( 'Excl. Tax') ?>"><? endif = $_excl
 
endif endforeach = $_item->getQty()
 

Variable Documentation

◆ $_excl

$_excl = $block->getShippingPrice($_address, $_rate->getPrice(), $this->helper('Magento\Tax\Helper\Data')->displayShippingPriceIncludingTax())

Definition at line 60 of file shipping.phtml.

◆ $_incl

$_incl = $block->getShippingPrice($_address, $_rate->getPrice(), true)

Definition at line 61 of file shipping.phtml.

◆ $_sole

foreach ($_shippingRateGroups as $code => $_rates) ($block->getCarrierName($code)) ?></dt> <dd class $_sole = $_sole && count($_rates) == 1

Definition at line 47 of file shipping.phtml.

◆ endforeach

endforeach = $_item->getQty()

Definition at line 75 of file shipping.phtml.

◆ endif

endif = $_excl

Definition at line 69 of file shipping.phtml.