We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb0274 commit fc6bc8bCopy full SHA for fc6bc8b
app/code/Magento/GroupedProduct/view/frontend/templates/product/view/type/grouped.phtml
@@ -33,8 +33,8 @@
33
</thead>
34
35
<?php if ($_hasAssociatedProducts): ?>
36
- <?php foreach ($_associatedProducts as $_item): ?>
37
<tbody>
+ <?php foreach ($_associatedProducts as $_item): ?>
38
<tr>
39
<td data-th="<?= $block->escapeHtml(__('Product Name')) ?>" class="col item">
40
<strong class="product-item-name"><?= $block->escapeHtml($_item->getName()) ?></strong>
@@ -80,8 +80,8 @@
80
</td>
81
</tr>
82
<?php endif; ?>
83
- </tbody>
84
<?php endforeach; ?>
+ </tbody>
85
<?php else: ?>
86
87
0 commit comments