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

Go to the source code of this file.

Variables

 $errors = $block->getCheckoutData()->getAddressErrors()
 
 endforeach = $block->escapeHtml(__('details below'))
 
 $address = $block->escapeHtml(__('Billing Address'))
 
 $mergedCells = ($this->helper(Magento\Tax\Helper\Data::class)->displayCartBothPrices() ? 2 : 1)
 
 endif = $block->renderTotals($block->getBillingAddressTotals())
 
if( $_rate=$block->getShippingAddressRate( $address))( $_rate->getCarrierTitle()) ?>(<? $exclTax = $block->getShippingPriceExclTax($address)
 
 $inclTax = $block->getShippingPriceInclTax($address)
 
 $displayBothPrices
 
else __pad0__ = $exclTax
 

Variable Documentation

◆ $address

$address = $block->escapeHtml(__('Billing Address'))

Definition at line 30 of file overview.phtml.

◆ $displayBothPrices

$displayBothPrices
Initial value:
= $this->helper(Magento\Tax\Helper\Data::class)
->displayShippingBothPrices() && $inclTax !== $exclTax
if( $_rate=$block->getShippingAddressRate( $address))( $_rate->getCarrierTitle()) ?>(<? $exclTax
Definition: overview.phtml:99
$inclTax
Definition: overview.phtml:100

Definition at line 101 of file overview.phtml.

◆ $errors

$errors = $block->getCheckoutData()->getAddressErrors()

Definition at line 9 of file overview.phtml.

◆ $exclTax

if ($_rate = $block->getShippingAddressRate($address)) ($_rate->getCarrierTitle()) ?> (<? $exclTax = $block->getShippingPriceExclTax($address)

Definition at line 99 of file overview.phtml.

◆ $inclTax

$inclTax = $block->getShippingPriceInclTax($address)

Definition at line 100 of file overview.phtml.

◆ $mergedCells

$mergedCells = ($this->helper(Magento\Tax\Helper\Data::class)->displayCartBothPrices() ? 2 : 1)

Definition at line 60 of file overview.phtml.

◆ __pad0__

else __pad0__ = $exclTax

Definition at line 111 of file overview.phtml.

◆ endforeach

endforeach = $block->escapeHtml(__('details below'))

Definition at line 15 of file overview.phtml.

◆ endif

endif = $block->renderTotals($block->getBillingAddressTotals())

Definition at line 75 of file overview.phtml.