|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
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 |
| $address = $block->escapeHtml(__('Billing Address')) |
Definition at line 30 of file overview.phtml.
| $displayBothPrices |
Definition at line 101 of file overview.phtml.
| $errors = $block->getCheckoutData()->getAddressErrors() |
Definition at line 9 of file overview.phtml.
| if ($_rate = $block->getShippingAddressRate($address)) ($_rate->getCarrierTitle()) ?> (<? $exclTax = $block->getShippingPriceExclTax($address) |
Definition at line 99 of file overview.phtml.
| $inclTax = $block->getShippingPriceInclTax($address) |
Definition at line 100 of file overview.phtml.
| $mergedCells = ($this->helper(Magento\Tax\Helper\Data::class)->displayCartBothPrices() ? 2 : 1) |
Definition at line 60 of file overview.phtml.
| else __pad0__ = $exclTax |
Definition at line 111 of file overview.phtml.
| endforeach = $block->escapeHtml(__('details below')) |
Definition at line 15 of file overview.phtml.
| endif = $block->renderTotals($block->getBillingAddressTotals()) |
Definition at line 75 of file overview.phtml.