Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
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()) |
foreach ($_creditmemos as $_creditmemo) ('Refund #%1', $_creditmemo->getIncrementId()) ?></strong> </div> <div class $_items = $_creditmemo->getAllItems() |
Definition at line 36 of file creditmemo.phtml.
$_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.
$_billing endforeach = $block->getPaymentInfoHtml() |
Definition at line 43 of file creditmemo.phtml.
if (!$_order->getIsVirtual()) ('Shipping Address') ?></strong> </div> <div class endif = $block->escapeHtml($_order->getShippingDescription()) |
Definition at line 69 of file creditmemo.phtml.