12 <?php
$_skipSaleableCheck = $this->helper(
'Magento\Catalog\Helper\Product')->getSkipSaleableCheck(); ?>
13 <div
id=
"catalog_product_composite_configure_fields_grouped" class=
"<?= $block->getIsLastFieldset() ? 'last-fieldset' : '' ?>">
14 <h4><?=
__(
'Associated Products') ?></h4>
15 <div
class=
"product-options">
17 <?php
$block->setPreconfiguredValue(); ?>
21 <p
class=
"availability out-of-stock"><?=
__(
'Availability:') ?> <span><?=
__(
'Out of stock') ?></span></p>
23 <table
class=
"data-table admin__table-primary grouped-items-table" id=
"super-product-table">
26 <th
class=
"col-id"><?=
__(
'ID') ?></th>
27 <th
class=
"col-sku"><?=
__(
'SKU') ?></th>
28 <th
class=
"col-name"><?=
__(
'Product Name') ?></th>
30 <th
class=
"col-price"><?=
__(
'Price') ?></th>
33 <th
class=
"col-qty"><?=
__(
'Qty') ?></th>
41 <tr
class=
"<?= /* @escapeNotVerified */ (++$i % 2) ? 'even' : 'odd' ?>">
42 <td
class=
"col-id"><?=
$_item->getId() ?></td>
43 <td
class=
"col-sku"><?=
$block->escapeHtml(
$_item->getSku()) ?></td>
44 <td
class=
"col-name"><?=
$block->escapeHtml(
$_item->getName()) ?></td>
46 <td
class=
"col-price">
56 name=
"super_group[<?= /* @escapeNotVerified */ $_item->getId() ?>]" 57 id=
"super_group[<?= /* @escapeNotVerified */ $_item->getId() ?>]" 59 value=
"<?= /* @escapeNotVerified */ $_item->getQty()*1 ?>" 60 title=
"<?= /* @escapeNotVerified */ __('Qty') ?>" 61 class=
"input-text admin__control-text qty" />
62 <input type=
"hidden" value=
"1" price=
"<?= /* @escapeNotVerified */ $block->getCurrencyPrice($_item->getPrice()) ?>" qtyId=
"super_group[<?= /* @escapeNotVerified */ $_item->getId() ?>]" />
64 <p
class=
"availability out-of-stock"><span><?=
__(
'Out of stock') ?></span></p>
72 <td
class=
"empty-text" colspan=
"<?php if ($_product->isSaleable() || $_skipSaleableCheck): ?>4<?php else : ?>3<?php endif; ?>"><?=
__(
'No options of this product are available.') ?></td>
$block setTitle( 'CMS Block Title') -> setIdentifier('fixture_block') ->setContent('< h1 >Fixture Block Title</h1 >< a href=" store url</a><p> Config value
if((! $_product->isAvailable() &&! $_skipSaleableCheck)||! $_hasAssociatedProducts)( 'Availability:') ?>< span ><? endif