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

Go to the source code of this file.

Variables

if( $block->canRemoveItems())(__( 'Remove')) ?>" class endif
 
if( $block->isConfigurationRequired( $_item->getTypeId()) &&$block->getDataId()=='wishlist')(__( 'Configure and Add to Order')) ?>" onclickelseif ($block->isConfigurationRequired($_item->getTypeId())) (__('Configure and Add to Order')) ?>" onclick else
 
 endforeach
 
else __pad6__
 

Variable Documentation

◆ __pad6__

else __pad6__

Definition at line 129 of file items.phtml.

◆ else

if ($block->isConfigurationRequired($_item->getTypeId()) && $block->getDataId() == 'wishlist') (__('Configure and Add to Order')) ?>" onclickelseif ($block->isConfigurationRequired($_item->getTypeId())) (__('Configure and Add to Order')) ?>" onclick else
Initial value:
="order.sidebarConfigureProduct('<?= 'sidebar' ?>', <?= /* @escapeNotVerified */ $block->getProductId($_item) ?>); return false;">
<span><?= __('Configure and Add to Order')
__()
Definition: __.php:13

Definition at line 99 of file items.phtml.

◆ endforeach

endforeach

Definition at line 120 of file items.phtml.

◆ endif

if ($block->canRemoveItems()) () ?>-<? endif
Initial value:
="icon icon-remove">
<span><?= __('Remove')
__()
Definition: __.php:13

Definition at line 39 of file items.phtml.