PHPackages                             test-magenx/module-wishlist - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. test-magenx/module-wishlist

ActiveMagento2-module

test-magenx/module-wishlist
===========================

N/A

101.2.3(4y ago)00OSL-3.0PHPPHP ~7.3.0||~7.4.0

Since Oct 10Pushed 4y ago1 watchersCompare

[ Source](https://github.com/test-magenx/module-wishlist)[ Packagist](https://packagist.org/packages/test-magenx/module-wishlist)[ RSS](/packages/test-magenx-module-wishlist/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (12)Versions (15)Used By (0)

Magento\_Wishlist module
========================

[](#magento_wishlist-module)

The Magento\_Wishlist module implements the Wishlist functionality.

This module allows customers to create a list of products that they can add to their shopping cart to be purchased at a later date, or share with friends.

Installation details
--------------------

[](#installation-details)

Before installing this module, note that the Magento\_Wishlist is dependent on the following modules:

- Magento\_Captcha
- Magento\_Catalog
- Magento\_Customer

Before disabling or uninstalling this module, note the following dependencies:

- Magento\_WishlistAnalytics

Refer to [how to enable or disable modules in Magento 2](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html).

Structure
---------

[](#structure)

`Pricing/` - the directory that contain solutions for configurable and downloadable product price.

For information about a typical file structure of a module, see [Module file structure](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/build/module-file-structure.html#module-file-structure).

Extensibility
-------------

[](#extensibility)

Extension developers can interact with the Magento\_Wishlist module. For more information about the Magento extension mechanism, see [Magento plug-ins](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html).

[The Magento dependency injection mechanism](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento\_Wishlist module.

### Events

[](#events)

The module dispatches the following events:

- `product_option_renderer_init` event in the `\Magento\Wishlist\Block\Customer\Wishlist\Item\Options::_construct()` method. Parameters:
    - `block` is a Wishlist block customer items (`\Magento\Wishlist\Block\Customer\Wishlist\Item\Options` class).
- `rss_wishlist_xml_callback` event in the `\Magento\Wishlist\Model\Rss\Wishlist::getRssData()` method. Parameters:
    - `$args` is a array of product object (`\Magento\Catalog\Model\Product` class).
- `wishlist_add_item` event in the `\Magento\Wishlist\Model\Wishlist::addItem()` method. Parameters:
    - `item` is an item object (`\Magento\Wishlist\Model\Item` class).
- `wishlist_add_product` event in the `\Magento\Wishlist\Controller\Index\Add::execute()` method. Parameters:
    - `wishlist` is a Wishlist object (`\Magento\Wishlist\Model\Wishlist` class).
    - `product` is a product object (`\Magento\Catalog\Api\Data\ProductInterface` class).
    - `item` is an item object (`\Magento\Wishlist\Model\Item` class).
- `wishlist_item_collection_products_after_load` event in the `\Magento\Wishlist\Model\ResourceModel\Item\Collection::_assignProducts()` method. Parameters:
    - `product_collection` is a product collection object (`\Magento\Catalog\Model\ResourceModel\Product\Collection` class).
- `wishlist_items_renewed` event in the `\Magento\Wishlist\Helper\Data::calculate()` method.
- `wishlist_product_add_after` event in the `\Magento\Wishlist\Model\Wishlist::addNewItem()` method. Parameters:
    - `items` is an array of item object (`\Magento\Wishlist\Model\Item` class).
- `wishlist_share` event in the `\Magento\Wishlist\Controller\Index\Send::execute()` method. Parameters:
    - `wishlist` is a Wishlist object (`\Magento\Wishlist\Model\Wishlist` class).
- `wishlist_update_item` event in the `\Magento\Wishlist\Controller\Index\UpdateItemOptions::execute()` method. Parameters:
    - `wishlist` is a Wishlist object (`\Magento\Wishlist\Model\Wishlist` class).
    - `product` is a product object (`\Magento\Catalog\Api\Data\ProductInterface` class).
    - `item` is an item object (`\Magento\Wishlist\Model\Item` class).

For information about the event, see [Events and observers](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/events-and-observers.html#events).

### Layouts

[](#layouts)

This module introduces the following layouts and layout handles in the directories:

- `view/adminhtml/layout`:
    - `customer_index_wishlist`
- `view/base/layout`:
    - `catalog_product_prices`
- `view/frantend/layout`:
    - `catalog_category_view`
    - `catalog_product_view`
    - `catalogsearch_advanced_result`
    - `checkout_cart_index`
    - `checkout_cart_item_renderers`
    - `customer_account`
    - `default`
    - `wishlist_email_items`
    - `wishlist_email_rss`
    - `wishlist_index_configure`
    - `wishlist_index_configure_type_bundle`
    - `wishlist_index_configure_type_configurable`
    - `wishlist_index_configure_type_downloadable`
    - `wishlist_index_configure_type_grouped`
    - `wishlist_index_configure_type_simple`
    - `wishlist_index_index`
    - `wishlist_index_share`
    - `wishlist_shared_index.xml`

For more information about a layout, see the [Layout documentation](https://devdocs.magento.com/guides/v2.4/frontend-dev-guide/layouts/layout-overview.html).

### UI components

[](#ui-components)

You can extend a customer form and widgets using the configuration files located in the directories

- `view/base/ui_component`:
    - `customer_form`
- `view/frontend/ui_component`:
    - `widget_recently_compared`
    - `widget_recently_viewed`

For information about a UI component, see [Overview of UI components](https://devdocs.magento.com/guides/v2.4/ui_comp_guide/bk-ui_comps.html).

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

14

Last Release

1726d ago

Major Versions

2.4.2.x-dev → 101.2.22021-10-10

2.4.1.x-dev → 101.2.12021-10-11

2.3.2.x-dev → 101.1.22021-10-11

2.3.4.x-dev → 101.1.4.x-dev2021-10-11

PHP version history (3 changes)101.2.3PHP ~7.3.0||~7.4.0

101.1.2.x-devPHP ~7.1.3||~7.2.0

101.1.4PHP ~7.1.3||~7.2.0||~7.3.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9213670?v=4)[Yegor Shytikov](/maintainers/genaker)[@Genaker](https://github.com/Genaker)

### Embed Badge

![Health badge](/badges/test-magenx-module-wishlist/health.svg)

```
[![Health](https://phpackages.com/badges/test-magenx-module-wishlist/health.svg)](https://phpackages.com/packages/test-magenx-module-wishlist)
```

###  Alternatives

[mollie/magento2

Mollie Payment Module for Magento 2

1131.9M16](/packages/mollie-magento2)[buckaroo/magento2

Buckaroo Magento 2 extension

32420.3k7](/packages/buckaroo-magento2)[dotdigital/dotdigital-magento2-extension

Dotdigital for Magento 2

50398.5k20](/packages/dotdigital-dotdigital-magento2-extension)[opengento/module-category-import-export

This module add the capability to import and export the categories from the back-office.

1310.9k2](/packages/opengento-module-category-import-export)[loki/magento2-components

Core module for defining Alpine.js components with advanced AJAX features

1011.8k26](/packages/loki-magento2-components)[mage-os/module-inventory-reservations-grid

Add a grid with the list of inventory reservations.

1615.9k](/packages/mage-os-module-inventory-reservations-grid)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
