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

Go to the source code of this file.

Variables

if($block->getIsShipping()) $_addressChoiceContainerId = 'order-shipping_address_choice'
 
else __pad4__ = $block->getAddressCollectionJson()
 
 endif = $_fieldsContainerId
 
 endforeach = $block->getAddressAsString($_address)
 
if(! $block->getDontSaveInAddressBook() && $block->getAddress() ->getSaveInAddressBook()) $hideElement = 'address-' . ($block->getIsShipping() ? 'shipping' : 'billing') . '-overlay'
 

Variable Documentation

◆ $_addressChoiceContainerId

$_addressChoiceContainerId = 'order-shipping_address_choice'

Definition at line 14 of file address.phtml.

◆ $hideElement

if (! $block->getDontSaveInAddressBook() &&$block->getAddress() ->getSaveInAddressBook()) $hideElement = 'address-' . ($block->getIsShipping() ? 'shipping' : 'billing') . '-overlay'

Definition at line 88 of file address.phtml.

◆ __pad4__

else __pad4__ = $block->getAddressCollectionJson()

Definition at line 20 of file address.phtml.

◆ endforeach

endforeach = $block->getAddressAsString($_address)

Definition at line 66 of file address.phtml.

◆ endif

endif = $_fieldsContainerId

Definition at line 31 of file address.phtml.