Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
qtyincrements.phtml
Go to the documentation of this file.
1 <?php
7 // @codingStandardsIgnoreFile
8 
12 ?>
13 <?php if ($block->getProductQtyIncrements()) : ?>
14  <div class="product pricing">
15  <?= /* @escapeNotVerified */ __('%1 is available to buy in increments of %2', $block->getProductName(), $block->getProductQtyIncrements()) ?>
16  </div>
17 <?php endif ?>
__()
Definition: __.php:13
$block
Definition: block.php:8
endif
Definition: 404.phtml:116