Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-grouped-product
view
adminhtml
templates
product
grouped
grouped.phtml
Go to the documentation of this file.
1
<?php
7
// @codingStandardsIgnoreFile
8
12
$_gridPopupBlock
=
$block
->getChildBlock(
'catalog.product.group.grid.popup.container'
)->getChildBlock(
'grid'
);
13
$_gridPopupBlock
->setRowClickCallback(
'function(){}'
);
14
?>
15
<div
id
=
"grouped-product-container"
data-
mage
-init=
'{"groupedProduct":{"gridPopup":"[data-grid-id=<?= /* @escapeNotVerified */ $_gridPopupBlock->getId() ?>]"}}'
>
16
<div
class
=
"no-products-message"
>
17
<?=
/* @escapeNotVerified */
__
(
'There are no grouped products.'
) ?>
18
</div>
19
<?=
$block
->getChildHtml(
'list'
) ?>
20
<div data-role=
"add-product-dialog"
class
=
"no-display"
>
21
<?=
$block
->getChildBlock(
'catalog.product.group.grid.popup.container'
)->getChildHtml(
'grid'
) ?>
22
</div>
23
<button type=
"button"
data-role=
"add-product"
>Add Products to Group</button>
24
</div>
$_gridPopupBlock
$_gridPopupBlock
Definition:
grouped.phtml:12
mage
if( $form)() ?>< script > require(['jquery' mage mage
Definition:
save.phtml:15
__
__()
Definition:
__.php:13
$block
$block
Definition:
block.php:8