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

Go to the source code of this file.

Variables

 $_shippingRateGroups = $block->getShippingRates()
 
 $_incl = $block->getShippingPrice($_rate->getPrice(), true)
 
endif endforeach
 
if( $_rate=$block->getActiveMethodRate())( $block->getCarrierName( $_rate->getCarrier())) ?></dt >< dd class $_excl = $block->getShippingPrice($_rate->getPrice(), $this->helper('Magento\Tax\Helper\Data')->displayShippingPriceIncludingTax())
 
else __pad5__ = __('Click to change shipping method')
 
else function ()
 
 endif = __('You don\'t need to select a shipping method.')
 

Variable Documentation

◆ $_excl

if ($_rate = $block->getActiveMethodRate()) ($block->getCarrierName($_rate->getCarrier())) ?> </dt> <dd class $_excl = $block->getShippingPrice($_rate->getPrice(), $this->helper('Magento\Tax\Helper\Data')->displayShippingPriceIncludingTax())

Definition at line 63 of file form.phtml.

◆ $_incl

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

Definition at line 38 of file form.phtml.

◆ $_shippingRateGroups

$_shippingRateGroups = $block->getShippingRates()

Definition at line 11 of file form.phtml.

◆ __pad5__

else __pad5__ = __('Click to change shipping method')

Definition at line 76 of file form.phtml.

◆ endforeach

endforeach

Definition at line 48 of file form.phtml.

◆ endif

if ( $block->getQuote() ->isVirtual()) if ( $block->getQuote() ->isVirtual()) if ( $block->getQuote() ->isVirtual()) endif = __('You don\'t need to select a shipping method.')

Definition at line 85 of file form.phtml.

◆ function

else function()

Definition at line 81 of file form.phtml.