Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
if( $_products=$block->getProducts())( 'In stock alert! We wanted you to know that these products are now available:') ?></p >< table ><?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 stock alerts') | |
endforeach = __('Click here to stop alerts for this product.') |
Definition at line 39 of file stock.phtml.
endif = __('Unsubscribe from all stock alerts') |
Definition at line 44 of file stock.phtml.
if($_products = $block->getProducts()) ('In stock alert! We wanted you to know that these products are now available:') ?></p> <table> <?php foreach ($_products as $_product) () ?>" title if($shortDescription=$block->getFilteredContent($_product->getShortDescription())) |
Definition at line 30 of file stock.phtml.