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

Go to the source code of this file.

Variables

 $shippingMethod = $block->getShipment()->getOrder()->getShippingMethod()
 
 $sizeSource = $block->getSourceSizeModel()->toOptionArray()
 
 $girthEnabled = $block->isDisplayGirthValue() && $block->isGirthAllowed() ? 1 : 0
 

Variable Documentation

◆ $girthEnabled

$girthEnabled = $block->isDisplayGirthValue() && $block->isGirthAllowed() ? 1 : 0

Definition at line 14 of file popup.phtml.

◆ $shippingMethod

$shippingMethod = $block->getShipment()->getOrder()->getShippingMethod()

Definition at line 12 of file popup.phtml.

◆ $sizeSource

$sizeSource = $block->getSourceSizeModel()->toOptionArray()

Definition at line 13 of file popup.phtml.