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

Go to the source code of this file.

Variables

$_order $_creditmemo if($_creditmemo) else = $block->getCreditmemo()
 
foreach( $_creditmemos as $_creditmemo)( 'Refund #%1', $_creditmemo->getIncrementId()) ?></strong ></div >< div class $_items = $_creditmemo->getAllItems()
 
 endforeach = $block->getPaymentInfoHtml()
 
if(! $_order->getIsVirtual())( 'Shipping Address') ?></strong ></div >< div class endif = $block->escapeHtml($_order->getShippingDescription())
 

Variable Documentation

◆ $_items

foreach ($_creditmemos as $_creditmemo) ('Refund #%1', $_creditmemo->getIncrementId()) ?></strong> </div> <div class $_items = $_creditmemo->getAllItems()

Definition at line 36 of file creditmemo.phtml.

◆ else

$_order $_creditmemo if ( $_creditmemo) else = $block->getCreditmemo()

Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.

Definition at line 12 of file creditmemo.phtml.

◆ endforeach

$_billing endforeach = $block->getPaymentInfoHtml()

Definition at line 43 of file creditmemo.phtml.

◆ endif

if (!$_order->getIsVirtual()) ('Shipping Address') ?></strong> </div> <div class endif = $block->escapeHtml($_order->getShippingDescription())

Definition at line 69 of file creditmemo.phtml.