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

Go to the source code of this file.

Variables

 $billingAgreements = $block->getBillingAgreements()
 
 $paymentMethods = $block->getWizardPaymentMethodOptions()
 
if(count( $billingAgreements) > 0)( 'pager') ?>< div classforeach( $billingAgreements as $item)(__( 'Reference ID')) ?>" class endforeach = $block->escapeHtml(__('View'))
 
else __pad1__
 
else __pad2__ = $block->escapeHtml(__('Back'))
 

Variable Documentation

◆ $billingAgreements

$billingAgreements = $block->getBillingAgreements()

Definition at line 12 of file agreements.phtml.

◆ $paymentMethods

$paymentMethods = $block->getWizardPaymentMethodOptions()

Definition at line 13 of file agreements.phtml.

◆ __pad1__

else __pad1__

Definition at line 64 of file agreements.phtml.

◆ __pad2__

else __pad2__ = $block->escapeHtml(__('Back'))

Definition at line 98 of file agreements.phtml.

◆ endforeach

if ($paymentMethods) ($block->getCreateUrl()) ?>" methodforeach ($paymentMethods as $code => $title) ($code) ?>"> <? endforeach = $block->escapeHtml(__('View'))

Definition at line 52 of file agreements.phtml.