Download the PHP package mgh-tech/module-parent-products without Composer

On this page you can find all versions of the php package mgh-tech/module-parent-products. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package module-parent-products

Magento2 Admin ParentProducts

Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require

A Magento 2 admin module that displays a fieldset listing all parent products (Configurable, Grouped, Bundle) referencing the current product in the product edit form.

Overview

MGH_ParentProducts enhances the Magento admin product edit experience by providing a clear, ACL-protected overview of parent product relationships. This is especially useful for catalog managers and merchandisers working with complex product structures.

Problem & Solution

Ever found yourself lost in Magento's admin, desperately trying to figure out which configurable, grouped, or bundle products reference the simple product you're editing? Have you ever needed to navigate back to the product grid or, even worse, run a database query just to find a parent product?

If so, this module is for you. Now you get a clear, instant overview of all parent products referencing the current product, right in the admin product edit form.

No more wild goose chases.

Before

Without parent product feature

After

Parent products grouped/bundle Parent product configurable

How It Works

When editing a product in the Magento admin:

  1. The module injects a collapsible fieldset "Parent Products" into the product form (if enabled and permitted).
  2. The fieldset displays a grid listing all parent products (ID, SKU, Name, Type, Relation, Edit link).
  3. The grid is dynamically populated via a provider interface, allowing for extensibility.
  4. The fieldset is hidden if the module is disabled or the admin user lacks ACL permission.

Key Features

Installation

Option 1: Via Composer (Recommended)

Option 2: Manual Installation

  1. Place the module under app/code/MGH/ParentProducts in your Magento 2 project:

  2. Register the module by running setup upgrade:

  3. Configure the module (see Configuration section below)

Configuration

The module provides the following configuration options under Stores > Configuration > MGH > Parent Products:

Setting Type Description
Enable Parent Products Fieldset Boolean Toggle the module on/off. Only active in admin area.

Configuration via Admin Panel

  1. Navigate to Stores > Configuration > MGH > Parent Products
  2. Enable the module (Enabled by default)

Configuration via Command Line

Alternatively, configure the module using the command line:

Requirements

Compatibility

License

This module is licensed under the MIT License. See the LICENSE.txt file for details.

Author

mgh-tech - Magento 2 Development & Solutions
GitHub: github.com/mgh-tech

Support & Contributions

For issues, questions, or contributions, please contact the author or your Magento integrator.


All versions of module-parent-products with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
magento/module-catalog Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package mgh-tech/module-parent-products contains the following files

Loading the files please wait ...