Module Grouped Products Manager adds 3 basics features for grouped products:
-
It allows to show specific attributes for each simple product within grouped
-
Adds "Add To Cart" button for each simple product. There is 2 options which product we need to add:
2.1) Simple product - product which is not part of grouped product
2.2) Linked product - which is part of grouped product
- Adds "Notify me when in stock" link to subscribe notification when specific simple product come back to stock
Divante has been delivering the highest quality e-commerce solutions since its inception in 2008. Our main focus is to create the most elegant and effective e-commerce services. We connect the latest technology with a great business approach. Visit our website for more information Divante.co
- Module was tested on Magento 2.1.7.
- There is no CLI commands.
- Views or features texts/additionals could be extended in view/frontend/templates/product/view/type/grouped.phtml file.
- Grouped class extends Magento's original block and there are additional functions for proper working. If you want.
- Module does not have API
- Module installs 1 new attribute for grouped product "products_attributes_visibility", which contains serialized attributes ids for each simple product within grouped.
- Module contains 2 helper classes (Config and OutOfStock). Config deals with configuration part, and OutOfStock could return url for out of stock notification for given product (both could be extended).
php bin/magento setup:upgrade
php bin/magento module:enable Divante_GroupedProductsManager
go to admin panel:
stores =>
configuration =>
divante extensiuons =>
grouped products manager (and then enable needed features)
go to admin panel :
products =>
catalog =>
choose grouped product =>
grouped products tab
- The Grouped Products Manager module is licensed under the terms of the MIT license.
- This module respects all Magento2 code quality rules and our own PHPCS and PHPMD rulesets.