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

Go to the source code of this file.

Variables

 $_product = $block->getProduct()
 
if( $_product->isSaleable() &&$block->hasOptions())( 'Your Customization') ?></strong ></div >< div classif( $_product->getIsSalable())( 'Availability') ?>"> <span><? else = __('In stock')
 
if($block->isStartCustomization()) autostart = __('%1 x %2', '<%- data._quantity_ %>', '<%- data._label_ %>')
 
 endif
 

Variable Documentation

◆ $_product

$_product = $block->getProduct()

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

Definition at line 12 of file summary.phtml.

◆ autostart

if ( $block->isStartCustomization()) autostart = __('%1 x %2', '<%- data._quantity_ %>', '<%- data._label_ %>')

Definition at line 64 of file summary.phtml.

◆ else

if ($_product->isSaleable() && $block->hasOptions()) ('Your Customization') ?></strong> </div> <div classif ($_product->getIsSalable()) ('Availability') ?>"> <span><? else = __('In stock')

Definition at line 26 of file summary.phtml.

◆ endif

endif

Definition at line 71 of file summary.phtml.