Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
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 | |
$girthEnabled = $block->isDisplayGirthValue() && $block->isGirthAllowed() ? 1 : 0 |
Definition at line 14 of file popup.phtml.
$shippingMethod = $block->getShipment()->getOrder()->getShippingMethod() |
Definition at line 12 of file popup.phtml.
$sizeSource = $block->getSourceSizeModel()->toOptionArray() |
Definition at line 13 of file popup.phtml.