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

Go to the source code of this file.

Variables

 $_linksPurchasedSeparately = $block->getLinksPurchasedSeparately()
 
 $_skipSaleableCheck = $this->helper('Magento\Catalog\Helper\Product')->getSkipSaleableCheck()
 
 $_isRequired = $block->getLinkSelectionRequired()
 
if( $_isRequired) echo ' required _required' ?>"> <label classforeach($_links as $_link) ($_linksPurchasedSeparately) ( $_isRequired) endif = $block->getCurrencyPrice($_link->getPrice())
 
 endforeach
 

Variable Documentation

◆ $_isRequired

$_isRequired = $block->getLinkSelectionRequired()

Definition at line 19 of file downloadable.phtml.

◆ $_linksPurchasedSeparately

$_linksPurchasedSeparately = $block->getLinksPurchasedSeparately()

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

Definition at line 11 of file downloadable.phtml.

◆ $_skipSaleableCheck

$_skipSaleableCheck = $this->helper('Magento\Catalog\Helper\Product')->getSkipSaleableCheck()

Definition at line 12 of file downloadable.phtml.

◆ endforeach

endforeach

Definition at line 56 of file downloadable.phtml.

◆ endif

if ( $_isRequired) endif = $block->getCurrencyPrice($_link->getPrice())

Definition at line 30 of file downloadable.phtml.