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

Go to the source code of this file.

Variables

?><?php foreach( $_products as $_product)() ?>" title if ( $shortDescription=$block->getFilteredContent( $_product->getShortDescription()))
 
 endforeach = __('Click here to stop alerts for this product.')
 
 endif = __('Unsubscribe from all price alerts')
 

Variable Documentation

◆ endforeach

endforeach = __('Click here to stop alerts for this product.')

Definition at line 40 of file price.phtml.

◆ endif

endif = __('Unsubscribe from all price alerts')

Definition at line 45 of file price.phtml.

◆ if

?> <?php foreach ($_products as $_product) () ?>" title if($shortDescription=$block->getFilteredContent($_product->getShortDescription()))
Initial value:
= $block->getProductPriceHtml(
\Magento\Catalog\Pricing\Price\FinalPrice::PRICE_CODE,
\Magento\Framework\Pricing\Render::ZONE_EMAIL,
[
'display_label' => __('Price:')
]
)
__()
Definition: __.php:13
$_product
Definition: summary.phtml:12
$block
Definition: block.php:8

Definition at line 31 of file price.phtml.